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

  man pages->OpenBSD man pages              
Title
Content
Arch
Section
 
 SSL_get_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_get_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_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...
 SSL_get_verify_depth(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...
 SSL_get_verify_mode(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...
 SSL_get_verify_result(3) -- get result of peer certificate verification
    SSL_get_verify_result() returns the result of the verification of the X509 certificate presented by the peer, if any.
 SSL_get_version(3) -- get the protocol version of a connection.
    SSL_get_cipher_version() returns the name of the protocol used for the connection ssl.
 SSL_get_wbio(3) -- get BIO linked to an SSL object
    SSL_get_rbio() and SSL_get_wbio() return pointers to the BIOs for the read or the write channel, which can be different. The reference count of the BIO is not incremented.
 SSL_get_wfd(3) -- get file descriptor linked to an SSL object
    SSL_get_fd() returns the file descriptor which is linked to ssl. SSL_get_rfd() and SSL_get_wfd() return the file descriptors for the read or the write channel, which can be different. If the read and ...
 SSL_library_init(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().
 SSL_load_client_CA_file(3) -- load certificate names from file
    SSL_load_client_CA_file() reads certificates from file and returns a STACK_OF(X509_NAME) with the subject names found.
 SSL_load_error_strings(3) -- load and free error strings
    ERR_load_crypto_strings() registers the error strings for all libcrypto functions. SSL_load_error_strings() does the same, but also registers the libssl error strings. One of these functions should be...
 SSL_need_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_new(3) -- create a new SSL structure for a connection
    SSL_new() creates a new SSL structure which is needed to hold the data for a TLS/SSL connection. The new structure inherits the settings of the underlying context ctx: connection method (SSLv2/v3/TLSv...
 SSL_pending(3) -- obtain number of readable bytes buffered in an SSL object
    SSL_pending() returns the number of bytes which are available inside ssl for immediate read.
<<  [Prev]  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  173  174  175  176  177  178  179  180  181  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service