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

  man pages->OpenBSD man pages              
Title
Content
Arch
Section
 
 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...
 SSL_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 ciphers(1). The list of ciphers is inherited by all ssl obje...
 SSL_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_set_connect_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_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_set_fd(3) -- connect the SSL object with a file descriptor
    SSL_set_fd() sets the file descriptor fd as the input/output facility for the TLS/SSL (encrypted) side of ssl. fd will typically be the socket file descriptor of a network connection. When performing ...
 SSL_set_max_cert_list(3) -- manipulate allowed for the peer's certificate chain
    SSL_CTX_set_max_cert_list() sets the maximum size allowed for the peer's certificate chain for all SSL objects created from ctx to be bytes. The SSL objects inherit the setting valid for ctx a...
 SSL_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_set_msg_callback(3) -- install callback for observing protocol messages
    SSL_CTX_set_msg_callback() or SSL_set_msg_callback() can be used to define a message callback function cb for observing all SSL/TLS protocol messages (such as handshake messages) that are received or ...
 SSL_set_msg_callback_arg(3) -- install callback for observing protocol messages
    SSL_CTX_set_msg_callback() or SSL_set_msg_callback() can be used to define a message callback function cb for observing all SSL/TLS protocol messages (such as handshake messages) that are received or ...
 SSL_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_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]  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  233  234  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service