*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->OpenBSD man pages              
Title
Content
Arch
Section
 
 SSL_flush_sessions(3) -- remove expired sessions
    SSL_CTX_flush_sessions() causes a run through the session cache of ctx to remove sessions expired at time tm. SSL_flush_sessions() is a synonym for SSL_CTX_flush_ses- sions().
 SSL_free(3) -- free an allocated SSL structure
    SSL_free() decrements the reference count of ssl, and removes the SSL structure pointed to by ssl and frees up the allocated memory if the reference count has reached 0.
 SSL_get0_session(3) -- retrieve TLS/SSL session data
    SSL_get_session() returns a pointer to the SSL_SESSION actually used in ssl. The reference count of the SSL_SES- SION is not incremented, so that the pointer can become invalid by other operations. SS...
 SSL_get1_session(3) -- retrieve TLS/SSL session data
    SSL_get_session() returns a pointer to the SSL_SESSION actually used in ssl. The reference count of the SSL_SES- SION is not incremented, so that the pointer can become invalid by other operations. SS...
 SSL_get_cipher(3) -- get SSL_CIPHER of a connection
    SSL_get_current_cipher() returns a pointer to an SSL_CIPHER object containing the description of the actually used cipher of a connection established with the ssl object. SSL_get_cipher() and SSL_get_...
 SSL_get_ciphers(3) -- get list of available SSL_CIPHERs
    SSL_get_ciphers() returns the stack of available SSL_CIPHERs for ssl, sorted by preference. If ssl is NULL or no ciphers are available, NULL is returned. SSL_get_cipher_list() returns a pointer to the...
 SSL_get_cipher_bits(3) -- get SSL_CIPHER of a connection
    SSL_get_current_cipher() returns a pointer to an SSL_CIPHER object containing the description of the actually used cipher of a connection established with the ssl object. SSL_get_cipher() and SSL_get_...
 SSL_get_cipher_list(3) -- get list of available SSL_CIPHERs
    SSL_get_ciphers() returns the stack of available SSL_CIPHERs for ssl, sorted by preference. If ssl is NULL or no ciphers are available, NULL is returned. SSL_get_cipher_list() returns a pointer to the...
 SSL_get_cipher_name(3) -- get SSL_CIPHER of a connection
    SSL_get_current_cipher() returns a pointer to an SSL_CIPHER object containing the description of the actually used cipher of a connection established with the ssl object. SSL_get_cipher() and SSL_get_...
 SSL_get_cipher_version(3) -- get SSL_CIPHER of a connection
    SSL_get_current_cipher() returns a pointer to an SSL_CIPHER object containing the description of the actually used cipher of a connection established with the ssl object. SSL_get_cipher() and SSL_get_...
 SSL_get_client_CA_list(3) -- get list of client CAs
    SSL_CTX_get_client_CA_list() returns the list of client CAs explicitly set for ctx using SSL_CTX_set_client_CA_list(3). SSL_get_client_CA_list() returns the list of client CAs explicitly set for ssl u...
 SSL_get_current_cipher(3) -- get SSL_CIPHER of a connection
    SSL_get_current_cipher() returns a pointer to an SSL_CIPHER object containing the description of the actually used cipher of a connection established with the ssl object. SSL_get_cipher() and SSL_get_...
 SSL_get_default_timeout(3) -- get default session timeout value
    SSL_get_default_timeout() returns the default timeout value assigned to SSL_SESSION objects negotiated for the protocol valid for ssl.
 SSL_get_error(3) -- obtain result code for TLS/SSL I/O operation
    SSL_get_error() returns a result code (suitable for the C "switch" statement) for a preceding call to SSL_connect(), SSL_accept(), SSL_do_handshake(), SSL_read(), SSL_peek(), or SSL_write() on ssl. ...
 SSL_get_ex_data(3) -- internal application specific data functions
    Several OpenSSL structures can have application specific data attached to them. These functions are used internally by OpenSSL to manipulate application specific data attached to a specific structure....
<<  [Prev]  139  140  141  142  143  144  145  146  147  148  149  150  151  152  153  154  155  156  157  158  159  
160  161  162  163  164  165  166  167  168  169  170  171  172  173  174  175  176  177  178  179  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service