Age | Commit message (Collapse) | Author |
|
handlers
Remove states ISSL_CLOSING and ISSL_CLOSED from m_ssl_gnutls
|
|
|
|
|
|
copying the data from GnuTLS buffers to ReadBuffer
|
|
GnuTLS::DataReader
|
|
checks to use it
|
|
|
|
|
|
|
|
into a method
|
|
|
|
substr() returns a new string while erase() and assign() modify the existing one
|
|
Extensible storage
|
|
|
|
|
|
|
|
|
|
|
|
This is a modified version of 690c372. Fixes #905.
|
|
|
|
|
|
fingerprints
|
|
|
|
session of a socket
|
|
use instead of at /rehash ssl time
|
|
|
|
|
|
instead of waiting for the next VerifyCertificate() or new connection
|
|
|
|
the handshake returns 0
The meaning of a 0 return value quoted from the manual:
The TLS/SSL handshake was not successful but was shut down controlled and by the specifications of the TLS/SSL protocol.
|
|
context options
|
|
|
|
|
|
Options enabled:
- SSL_OP_NO_SSLv2
- SSL_OP_SINGLE_DH_USE
- SSL_OP_SINGLE_ECDH_USE (if it exists)
Partial backport of #856 by @jvehent
|
|
|
|
struct is reallocated
|
|
|
|
|
|
|
|
|
|
|
|
local_users private
|
|
|
|
|
|
Original PR #856
|
|
|
|
|
|
containing it
|
|
|
|
The tls cap is handled by m_starttls
|