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

  man pages->OpenBSD man pages              
Title
Content
Arch
Section
 
 SSL_CTX_set_client_CA_list(3) -- set list of CAs sent to the client when requesting a client certificate
    SSL_CTX_set_client_CA_list() sets the list of CAs sent to the client when requesting a client certificate for ctx. SSL_set_client_CA_list() sets the list of CAs sent to the client when requesting a cl...
 SSL_CTX_set_client_cert_cb(3) -- handle client certificate callback function
    SSL_CTX_set_client_cert_cb() sets the client_cert_cb() callback, that is called when a client certificate is requested by a server and no certificate was yet ...
 SSL_CTX_set_default_passwd_cb(3) -- set passwd callback for encrypted PEM file handling
    SSL_CTX_set_default_passwd_cb() sets the default password callback called when loading/storing a PEM certificate with encryption. SSL_CTX_set_default_passwd_cb_userdata() sets a pointer to userdata wh...
 SSL_CTX_set_default_passwd_cb_userdata(3) -- set passwd callback for encrypted PEM file handling
    SSL_CTX_set_default_passwd_cb() sets the default password callback called when loading/storing a PEM certificate with encryption. SSL_CTX_set_default_passwd_cb_userdata() sets a pointer to userdata wh...
 SSL_CTX_set_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_set_generate_session_id(3) -- manipulate generation of SSL session IDs (server only)
    SSL_CTX_set_generate_session_id() sets the callback function for generating new session ids for SSL/TLS sessions for ctx to be cb. SSL_set_generate_session_id() sets the callback function for generati...
 SSL_CTX_set_info_callback(3) -- handle information callback for SSL connections
    SSL_CTX_set_info_callback() sets the callback function, that can be used to obtain state information for SSL objects created from ctx during connection setup and use. The setting for ctx is overridden...
 SSL_CTX_set_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_set_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_set_msg_callback(3) -- install callback for observing protocol messages
    SSL_CTX_set_msg_callback() or SSL_set_msg_callback() can be used to define a message callback function cb for observing all SSL/TLS protocol messages (such as handshake messages) that are received or ...
 SSL_CTX_set_msg_callback_arg(3) -- install callback for observing protocol messages
    SSL_CTX_set_msg_callback() or SSL_set_msg_callback() can be used to define a message callback function cb for observing all SSL/TLS protocol messages (such as handshake messages) that are received or ...
 SSL_CTX_set_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_set_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_set_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_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...
<<  [Prev]  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  226  227  228  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service