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

  man pages->OpenBSD man pages              
Title
Content
Arch
Section
 
 SSL_set_ssl_method(3) -- choose a new TLS/SSL method
    SSL_CTX_set_ssl_version() sets a new default TLS/SSL method for SSL objects newly created from this ctx. SSL objects already created with SSL_new(3) are not affected, except when SSL_clear(3) is being...
 SSL_set_time(3) -- retrieve and manipulate session time and timeout settings
    SSL_SESSION_get_time() returns the time at which the session s was established. The time is given in seconds since the Epoch and therefore compatible to the time delivered by the time() call. SSL_SESS...
 SSL_set_timeout(3) -- retrieve and manipulate session time and timeout settings
    SSL_SESSION_get_time() returns the time at which the session s was established. The time is given in seconds since the Epoch and therefore compatible to the time delivered by the time() call. SSL_SESS...
 SSL_set_tmp_dh(3) -- handle DH keys for ephemeral key exchange
    SSL_CTX_set_tmp_dh_callback() sets the callback function for ctx to be used when a DH parameters are required to tmp_dh_callback. The callback is inherited by all ssl objects created from ctx. SSL_CTX...
 SSL_set_tmp_dh_callback(3) -- handle DH keys for ephemeral key exchange
    SSL_CTX_set_tmp_dh_callback() sets the callback function for ctx to be used when a DH parameters are required to tmp_dh_callback. The callback is inherited by all ssl objects created from ctx. SSL_CTX...
 SSL_set_tmp_rsa(3) -- handle RSA keys for ephemeral key exchange
    SSL_CTX_set_tmp_rsa_callback() sets the callback function for ctx to be used when a temporary/ephemeral RSA key is required to tmp_rsa_callback. The callback is inherited by all SSL objects newly crea...
 SSL_set_tmp_rsa_callback(3) -- handle RSA keys for ephemeral key exchange
    SSL_CTX_set_tmp_rsa_callback() sets the callback function for ctx to be used when a temporary/ephemeral RSA key is required to tmp_rsa_callback. The callback is inherited by all SSL objects newly crea...
 SSL_set_verify(3) -- set peer certificate verification parameters
    SSL_CTX_set_verify() sets the verification flags for ctx to be mode and specifies the verify_callback function to be used. If no callback function shall be specified, the NULL pointer can be used for ...
 SSL_set_verify_depth(3) -- set peer certificate verification parameters
    SSL_CTX_set_verify() sets the verification flags for ctx to be mode and specifies the verify_callback function to be used. If no callback function shall be specified, the NULL pointer can be used for ...
 SSL_set_verify_result(3) -- override result of peer certificate verification
    SSL_set_verify_result() sets verify_result of the object ssl to be the result of the verification of the X509 certificate presented by the peer, if any.
 SSL_set_wfd(3) -- connect the SSL object with a file descriptor
    SSL_set_fd() sets the file descriptor fd as the input/output facility for the TLS/SSL (encrypted) side of ssl. fd will typically be the socket file descriptor of a network connection. When performing ...
 SSL_shutdown(3) -- shut down a TLS/SSL connection
    SSL_shutdown() shuts down an active TLS/SSL connection. It sends the "close notify" shutdown alert to the peer.
 SSL_state_string(3) -- get textual description of state of an SSL object
    SSL_state_string() returns a 6 letter string indicating the current state of the SSL object ssl. SSL_state_string_long() returns a string indicating the current state of the SSL object ssl.
 SSL_state_string_long(3) -- get textual description of state of an SSL object
    SSL_state_string() returns a 6 letter string indicating the current state of the SSL object ssl. SSL_state_string_long() returns a string indicating the current state of the SSL object ssl.
 SSL_use_certificate(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...
<<  [Prev]  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  180  181  182  183  184  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service