Lines Matching full:information
9 - handle information callback for SSL connections
28 obtain state information for SSL objects created from B<ctx> during connection
34 obtain state information for B<ssl> during connection setup and use.
38 SSL_CTX_get_info_callback() returns a pointer to the currently set information
41 SSL_get_info_callback() returns a pointer to the currently set information
47 information from the SSL/TLS engine. When set, an information callback function
52 The B<where> argument specifies information about where (in which context)
55 information.
109 The current state information can be obtained using the
112 The B<ret> information can be evaluated using the
117 SSL_set_info_callback() does not provide diagnostic information.
123 The following example callback function prints state strings, information