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

  man pages->OpenBSD man pages              
Title
Content
Arch
Section
 
 SSL_CTX_use_RSAPrivateKey(3) -- load certificate and key data
    These functions load the certificates and private keys into the SSL_CTX or SSL object, respectively. The SSL_CTX_* class of functions loads the certificates and keys into the SSL_CTX object ctx. The i...
 SSL_CTX_use_RSAPrivateKey_ASN1(3) -- load certificate and key data
    These functions load the certificates and private keys into the SSL_CTX or SSL object, respectively. The SSL_CTX_* class of functions loads the certificates and keys into the SSL_CTX object ctx. The i...
 SSL_CTX_use_RSAPrivateKey_file(3) -- load certificate and key data
    These functions load the certificates and private keys into the SSL_CTX or SSL object, respectively. The SSL_CTX_* class of functions loads the certificates and keys into the SSL_CTX object ctx. The i...
 SSL_do_handshake(3) -- perform a TLS/SSL handshake
    SSL_do_handshake() will wait for a SSL/TLS handshake to take place. If the connection is in client mode, the handshake will be started. The handshake routines may have to be explicitly set in advance ...
 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...
<<  [Prev]  190  191  192  193  194  195  196  197  198  199  200  201  202  203  204  205  206  207  208  209  210  
211  212  213  214  215  216  217  218  219  220  221  222  223  224  225  226  227  228  229  230  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service