Lines Matching refs:structure
5 SSL_dup, SSL_new, SSL_up_ref - create an SSL structure for a connection
17 SSL_new() creates a new B<SSL> structure which is needed to hold the
18 data for a TLS/SSL connection. The new structure inherits the settings
20 options, verification settings, timeout settings. An B<SSL> structure is
21 reference counted. Creating an B<SSL> structure for the first time increments
24 structure are freed.
27 existing B<SSL> structure.
29 The function SSL_dup() creates and returns a new B<SSL> structure from the same
110 The creation of a new SSL structure failed. Check the error stack to
113 =item Pointer to an SSL structure
115 The return value points to an allocated SSL structure.