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

  man pages->OpenBSD man pages              
Title
Content
Arch
Section
 
 sscanf(3) -- input format conversion
    The scanf() family of functions read input according to the given format as described below. This format may contain ``conversion specifiers''; the results of such conversions, if any, are stored th...
 ssl(3) -- OpenSSL SSL/TLS library
    
 SSLeay(3) -- get OpenSSL version number
    OPENSSL_VERSION_NUMBER is a numeric release version identifier: MMNNFFPPS: major minor fix patch status The status nibble has one of the values 0 for development, 1 to e for betas 1 to 14, and f for r...
 SSLeay_add_ssl_algorithms(3) -- initialize SSL library by registering algorithms
    SSL_library_init() registers the available ciphers and digests. OpenSSL_add_ssl_algorithms() and SSLeay_add_ssl_algo- rithms() are synonyms for SSL_library_init().
 SSLeay_version(3) -- get OpenSSL version number
    OPENSSL_VERSION_NUMBER is a numeric release version identifier: MMNNFFPPS: major minor fix patch status The status nibble has one of the values 0 for development, 1 to e for betas 1 to 14, and f for r...
 SSL_accept(3) -- wait for a TLS/SSL client to initiate a TLS/SSL handshake
    SSL_accept() waits for a TLS/SSL client to initiate the TLS/SSL handshake. The communication channel must already have been set and assigned to the ssl by setting an underlying BIO.
 SSL_add_client_CA(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_add_session(3) -- manipulate session cache
    SSL_CTX_add_session() adds the session c to the context ctx. The reference count for session c is incremented by 1. If a session with the same session id already exists, the old session is removed by ...
 SSL_alert_desc_string(3) -- get textual description of alert information
    SSL_alert_type_string() returns a one letter string indicating the type of the alert specified by value. SSL_alert_type_string_long() returns a string indicating the type of the alert specified by val...
 SSL_alert_desc_string_long(3) -- get textual description of alert information
    SSL_alert_type_string() returns a one letter string indicating the type of the alert specified by value. SSL_alert_type_string_long() returns a string indicating the type of the alert specified by val...
 SSL_alert_type_string(3) -- get textual description of alert information
    SSL_alert_type_string() returns a one letter string indicating the type of the alert specified by value. SSL_alert_type_string_long() returns a string indicating the type of the alert specified by val...
 SSL_alert_type_string_long(3) -- get textual description of alert information
    SSL_alert_type_string() returns a one letter string indicating the type of the alert specified by value. SSL_alert_type_string_long() returns a string indicating the type of the alert specified by val...
 SSL_callback_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_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_CIPHER_description(3) -- get SSL_CIPHER properties
    SSL_CIPHER_get_name() returns a pointer to the name of cipher. If the argument is the NULL pointer, a pointer to the constant value "NONE" is returned. SSL_CIPHER_get_bits() returns the number of se...
<<  [Prev]  132  133  134  135  136  137  138  139  140  141  142  143  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  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service