Lines Matching refs:SSL
5 ssl - OpenSSL SSL/TLS library
20 TLS/SSL enabled connections (see L<SSL_CTX_new(3)>).
25 B<SSL> object. After the B<SSL> object has been created using
30 When the TLS/SSL handshake is performed using
34 used to read and write data on the TLS/SSL connection.
36 TLS/SSL connection.
44 =item B<SSL_METHOD> (SSL Method)
50 =item B<SSL_CIPHER> (SSL Cipher)
53 are a core part of the SSL/TLS protocol. The available ciphers are configured
57 =item B<SSL_CTX> (SSL Context)
61 B<SSL> structures which are later created for the connections.
63 =item B<SSL_SESSION> (SSL Session)
65 This is a structure containing the current TLS/SSL session details for a
68 =item B<SSL> (SSL Connection)
70 This is the main SSL/TLS structure which is created by a server or client per
71 established connection. This actually is the core structure in the SSL API.
86 This is the common header file for the SSL/TLS API. Include it into your
88 includes both more private SSL headers and headers from the B<crypto> library.
89 Whenever you need hard-core details on the internals of the SSL API, look