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

  man pages->OpenBSD man pages              
Title
Content
Arch
Section
 
 SSL_set_rfd(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_set_session(3) -- set a TLS/SSL session to be used during TLS/SSL connect
    SSL_set_session() sets session to be used when the TLS/SSL connection is to be established. SSL_set_session() is only useful for TLS/SSL clients. When the session is set, the reference count of sessio...
 SSL_set_session_id_context(3) -- set context within which session can be reused (server side only)
    SSL_CTX_set_session_id_context() sets the context sid_ctx of length sid_ctx_len within which a session can be reused for the ctx object. SSL_set_session_id_context() sets the context sid_ctx of length...
 SSL_set_shutdown(3) -- manipulate shutdown state of an SSL connection
    SSL_set_shutdown() sets the shutdown state of ssl to mode. SSL_get_shutdown() returns the shutdown mode of ssl.
 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 ...
<<  [Prev]  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  231  232  233  234  235  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service