- SSL_get_ex_data_X509_STORE_CTX_idx
-
get ex_data index to access SSL structure
from X509_STORE_CTX
- SSL_get_ex_new_index
-
internal application specific data functions
- SSL_get_fd
-
get file descriptor linked to an SSL object
- SSL_get_peer_certificate
-
get the X509 certificate of the peer
- SSL_get_peer_cert_chain
-
get the X509 certificate chain of the peer
- SSL_get_rbio
-
get BIO linked to an SSL object
- SSL_get_session
-
retrieve TLS/SSL session data
- SSL_get_SSL_CTX
-
get the SSL_CTX from which an SSL is created
- SSL_get_verify_result
-
get result of peer certificate verification
- SSL_get_version
-
get the protocol version of a connection.
- SSL_library_init
-
SSL_library_init, OpenSSL_add_ssl_algorithms, SSLeay_add_ssl_algorithms
- initialize SSL library by registering algorithms
- SSL_load_client_CA_file
-
load certificate names from file
- SSL_new
-
create a new SSL structure for a connection
- SSL_pending
-
obtain number of readable bytes buffered in an SSL object
- SSL_read
-
read bytes from a TLS/SSL connection.
- SSL_rstate_string
-
get textual description of state of an SSL object during read operation
- SSL_SESSION_free
-
free an allocated SSL_SESSION structure
- SSL_SESSION_get_ex_new_index
-
internal application specific data functions
- SSL_SESSION_get_time
-
retrieve and manipulate session time and timeout settings
- SSL_session_reused
-
query whether a reused session was negotiated during handshake
- SSL_set_bio
-
connect the SSL object with a BIO
- SSL_set_connect_state
-
prepare SSL object to work in client or server mode
- SSL_set_fd
-
connect the SSL object with a file descriptor
- SSL_set_session
-
set a TLS/SSL session to be used during TLS/SSL connect
- SSL_set_shutdown
-
manipulate shutdown state of an SSL connection
- SSL_set_verify_result
-
override result of peer certificate verification
- SSL_shutdown
-
shut down a TLS/SSL connection
- SSL_state_string
-
get textual description of state of an SSL object
- SSL_want
-
obtain state information TLS/SSL I/O operation
- SSL_write
-
write bytes to a TLS/SSL connection.
- threads
-
OpenSSL thread support
- ui
-
New User Interface
- ui_compat
-
des_read_password, des_read_2passwords, des_read_pw_string, des_read_pw -
Compatibility user interface functions
- x509
-
X.509 certificate handling
- X509_NAME_add_entry_by_txt
-
X509_NAME modification functions
- X509_NAME_ENTRY_get_object
-
X509_NAME_ENTRY utility functions
- X509_NAME_get_index_by_NID
-
X509_NAME_get_index_by_NID, X509_NAME_get_index_by_OBJ, X509_NAME_get_entry,
X509_NAME_entry_count, X509_NAME_get_text_by_NID, X509_NAME_get_text_by_OBJ -
X509_NAME lookup and enumeration functions
- X509_NAME_print_ex
-
X509_NAME printing routines.
- X509_new
-
X509 certificate ASN1 allocation functions