Pages du manuel Linux : Fonctions des bibliothèques

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_pkix
Decoding of PKIX certificates with representation in Erlang.
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.
sspcon
estimate the reciprocal of the condition number (in the 1-norm) of a real symmetric packed matrix A using the factorization A = U*D*U**T or A = L*D*L**T computed by SSPTRF
sspev
compute all the eigenvalues and, optionally, eigenvectors of a real symmetric matrix A in packed storage
sspevd
compute all the eigenvalues and, optionally, eigenvectors of a real symmetric matrix A in packed storage
sspevx
compute selected eigenvalues and, optionally, eigenvectors of a real symmetric matrix A in packed storage
sspgst
reduce a real symmetric-definite generalized eigenproblem to standard form, using packed storage
sspgv
compute all the eigenvalues and, optionally, the eigenvectors of a real generalized symmetric-definite eigenproblem, of the form A*x=(lambda)*B*x, A*Bx=(lambda)*x, or B*A*x=(lambda)*x
sspgvd
compute all the eigenvalues, and optionally, the eigenvectors of a real generalized symmetric-definite eigenproblem, of the form A*x=(lambda)*B*x, A*Bx=(lambda)*x, or B*A*x=(lambda)*x
sspgvx
compute selected eigenvalues, and optionally, eigenvectors of a real generalized symmetric-definite eigenproblem, of the form A*x=(lambda)*B*x, A*Bx=(lambda)*x, or B*A*x=(lambda)*x
sspmv
perform the matrix-vector operation y := alpha*A*x + beta*y,
sspr
perform the symmetric rank 1 operation A := alpha*x*x' + A,
sspr2
perform the symmetric rank 2 operation A := alpha*x*y' + alpha*y*x' + A,
ssprfs
improve the computed solution to a system of linear equations when the coefficient matrix is symmetric indefinite and packed, and provides error bounds and backward error estimates for the solution
sspsv
compute the solution to a real system of linear equations A * X = B,
sspsvx
use the diagonal pivoting factorization A = U*D*U**T or A = L*D*L**T to compute the solution to a real system of linear equations A * X = B, where A is an N-by-N symmetric matrix stored in packed format and X and B are N-by-NRHS matrices
ssptrd
reduce a real symmetric matrix A stored in packed form to symmetric tridiagonal form T by an orthogonal similarity transformation
ssptrf
compute the factorization of a real symmetric matrix A stored in packed format using the Bunch-Kaufman diagonal pivoting method
ssptri
compute the inverse of a real symmetric indefinite matrix A in packed storage using the factorization A = U*D*U**T or A = L*D*L**T computed by SSPTRF
ssptrs
solve a system of linear equations A*X = B with a real symmetric matrix A stored in packed format using the factorization A = U*D*U**T or A = L*D*L**T computed by SSPTRF
sstebz
compute the eigenvalues of a symmetric tridiagonal matrix T
sstedc
compute all eigenvalues and, optionally, eigenvectors of a symmetric tridiagonal matrix using the divide and conquer method
sstegr
compute selected eigenvalues and, optionally, eigenvectors of a real symmetric tridiagonal matrix T