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

  man pages->NetBSD man pages              
Title
Content
Arch
Section
 
 SSL_CTX_new(3) -- create a new SSL_CTX object as framework for TLS/SSL enabled functions
    SSL_CTX_new() creates a new SSL_CTX object as framework to establish TLS/SSL enabled connections.
 SSL_CTX_sessions(3) -- access internal session cache
    SSL_CTX_sessions() returns a pointer to the lhash databases containing the internal session cache for ctx.
 SSL_CTX_sess_number(3) -- obtain session cache statistics
    SSL_CTX_sess_number() returns the current number of sessions in the internal session cache. SSL_CTX_sess_connect() returns the number of started SSL/TLS handshakes in client mode. SSL_CTX_sess_connect...
 SSL_CTX_sess_set_cache_size(3) -- manipulate session cache size
    SSL_CTX_sess_set_cache_size() sets the size of the internal session cache of context ctx to t. SSL_CTX_sess_get_cache_size() returns the currently valid session cache size.
 SSL_CTX_sess_set_get_cb(3) -- provide callback functions for server side external session caching
    SSL_CTX_sess_set_new_cb() sets the callback function, which is automatically called whenever a new session was negotiated. SSL_CTX_sess_set_remove_cb() sets the callback function, which is automatical...
 SSL_CTX_set_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 X505_STORE object is currently set in ctx, it will be X509_STORE_free()ed. SSL_CTX_get_cert...
 SSL_CTX_set_cert_verify_callback(3) -- set peer certificate verification procedure
    SSL_CTX_set_cert_verify_callback() sets the verification callback function for ctx. SSL objects, that are created from ctx inherit the setting valid at the time, SSL_new(3) is called. arg is currently...
 SSL_CTX_set_cipher_list(3) -- choose list of available SSL_CIPHERs
    SSL_CTX_set_cipher_list() sets the list of available ciphers for ctx using the control string str. The format of the string is described in openssl_ciphers(1). The list of ciphers is inherited by all ...
 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. When clien<...
 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_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_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_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_...
<<  [Prev]  80  81  82  83  84  85  86  87  88  89  90  91  92  93  94  95  96  97  98  99  100  
101  102  103  104  105  106  107  108  109  110  111  112  113  114  115  116  117  118  119  120  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service