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

  man pages->OpenBSD man pages              
Title
Content
Arch
Section
 
 SSL_CTX_check_private_key(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_ctrl(3) -- internal handling functions for SSL_CTX and SSL objects
    The SSL_*_ctrl() family of functions is used to manipulate settings of the SSL_CTX and SSL objects. Depending on the command cmd the arguments larg, parg, or fp are evaluated. These functions should n...
 SSL_CTX_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_CTX_free(3) -- free an allocated SSL_CTX object
    SSL_CTX_free() decrements the reference count of ctx, and removes the SSL_CTX object pointed to by ctx and frees up the allocated memory if the the reference count has reached 0. It also calls the fre...
 SSL_CTX_get_cert_store(3) -- manipulate X509 certificate verification storage
    SSL_CTX_set_cert_store() sets/replaces the certificate verification storage of ctx to/with store. If another X509_STORE object is currently set in ctx, it will be X509_STORE_free()ed. SSL_CTX_get_cert...
 SSL_CTX_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_CTX_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....
 SSL_CTX_get_ex_new_index(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....
 SSL_CTX_get_max_cert_list(3) -- manipulate allowed for the peer's certificate chain
    SSL_CTX_set_max_cert_list() sets the maximum size allowed for the peer's certificate chain for all SSL objects created from ctx to be bytes. The SSL objects inherit the setting valid for ctx a...
 SSL_CTX_get_mode(3) -- manipulate SSL engine mode
    SSL_CTX_set_mode() adds the mode set via bitmask in mode to ctx. Options already set before are not cleared. SSL_set_mode() adds the mode set via bitmask in mode to ssl. Options already set before are...
 SSL_CTX_get_options(3) -- manipulate SSL engine options
    SSL_CTX_set_options() adds the options set via bitmask in options to ctx. Options already set before are not cleared! SSL_set_options() adds the options set via bitmask in options to ssl. Options alre...
 SSL_CTX_get_quiet_shutdown(3) -- manipulate shutdown behaviour
    SSL_CTX_set_quiet_shutdown() sets the "quiet shutdown" flag for ctx to be mode. SSL objects created from ctx inherit the mode valid at the time SSL_new(3) is called. mode may be 0 or 1. SSL_CTX_get_...
 SSL_CTX_get_session_cache_mode(3) -- enable/disable session caching
    SSL_CTX_set_session_cache_mode() enables/disables session caching by setting the operational mode for ctx to . SSL_CTX_get_session_cache_mode() returns the currently used cache mode.
 SSL_CTX_get_timeout(3) -- manipulate timeout values for session caching
    SSL_CTX_set_timeout() sets the timeout for newly created sessions for ctx to t. The timeout value t must be given in seconds. SSL_CTX_get_timeout() returns the currently set timeout value for ctx.
 SSL_CTX_get_verify_callback(3) -- get currently set verification parameters
    SSL_CTX_get_verify_mode() returns the verification mode currently set in ctx. SSL_get_verify_mode() returns the verification mode currently set in ssl. SSL_CTX_get_verify_depth() returns the verificat...
<<  [Prev]  185  186  187  188  189  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  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service