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

  man pages->OpenBSD man pages              
Title
Content
Arch
Section
 
 SSL_get_session(3) -- retrieve TLS/SSL session data
    SSL_get_session() returns a pointer to the SSL_SESSION actually used in ssl. The reference count of the SSL_SES- SION is not incremented, so that the pointer can become invalid by other operations. SS...
 SSL_get_shutdown(3) -- manipulate shutdown state of an SSL connection
    SSL_set_shutdown() sets the shutdown state of ssl to mode. SSL_get_shutdown() returns the shutdown mode of ssl.
 SSL_get_SSL_CTX(3) -- get the SSL_CTX from which an SSL is created
    SSL_get_SSL_CTX() returns a pointer to the SSL_CTX object, from which ssl was created with SSL_new(3).
 SSL_get_ssl_method(3) -- choose a new TLS/SSL method
    SSL_CTX_set_ssl_version() sets a new default TLS/SSL method for SSL objects newly created from this ctx. SSL objects already created with SSL_new(3) are not affected, except when SSL_clear(3) is being...
 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.
<<  [Prev]  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  229  230  231  232  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service