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

  man pages->OpenBSD man pages              
Title
Content
Arch
Section
 
 SSL_read(3) -- read bytes from a TLS/SSL connection.
    SSL_read() tries to read num bytes from the specified ssl into the buffer buf.
 SSL_remove_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_rstate_string(3) -- get textual description of state of an SSL object during read operation
    SSL_rstate_string() returns a 2 letter string indicating the current read state of the SSL object ssl. SSL_rstate_string_long() returns a string indicating the current read state of the SSL object ssl...
 SSL_rstate_string_long(3) -- get textual description of state of an SSL object during read operation
    SSL_rstate_string() returns a 2 letter string indicating the current read state of the SSL object ssl. SSL_rstate_string_long() returns a string indicating the current read state of the SSL object ssl...
 SSL_SESSION_free(3) -- free an allocated SSL_SESSION structure
    SSL_SESSION_free() decrements the reference count of ses- sion and removes the SSL_SESSION structure pointed to by session and frees up the allocated memory, if the reference count has reached 0.
 SSL_SESSION_get_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_SESSION_get_ex_new_index(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_SESSION_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_SESSION_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_session_reused(3) -- query whether a reused session was negotiated during handshake
    Query, whether a reused session was negotiated during the handshake.
 SSL_SESSION_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_SESSION_set_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_SESSION_set_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_set_accept_state(3) -- prepare SSL object to work in client or server mode
    SSL_set_connect_state() sets ssl to work in client mode. SSL_set_accept_state() sets ssl to work in server mode.
 SSL_set_bio(3) -- connect the SSL object with a BIO
    SSL_set_bio() connects the BIOs rbio and wbio for the read and write operations of the TLS/SSL (encrypted) side of ssl. The SSL engine inherits the behaviour of rbio and wbio, respectively. If a BIO i...
<<  [Prev]  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  182  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service