Age | Commit message (Collapse) | Author |
|
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
|
|
Set LDAP_OPT_NETWORK_TIMEOUT to 0 in m_ldap to prevent the asynchronous
library calls from blocking
Fix memory leak of pending queries when m_ldap is unloaded
|
|
|
|
instead of PEM_read_DHparams()
|
|
|
|
containing it
|
|
- No other IRC servers implement this.
- No IRC clients I can find support this.
|
|
|
|
|
|
|
|
|
|
later
|
|
for some clients which try to restore SSL sessions.
|