Age | Commit message (Collapse) | Author |
|
|
|
Fixes issue reported by @m4rkw on IRC
|
|
remains in the buffer of the SSL library
|
|
|
|
completed
|
|
|
|
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
|
|
|
|
|
|
|
|
instead of PEM_read_DHparams()
|
|
|
|
for some clients which try to restore SSL sessions.
|
|
GnuTLS versions
Use the (old) LIBGNUTLS_VERSION_* defines as a fallback when GNUTLS_VERSION_* is unavailable
Fixes #595 reported by @rhylan
|
|
recognized as trusted
|
|
|
|
|
|
Quotes from the documentation:
"You must allocate the to buffer to be at least length*2+1 bytes long. (In the worst case, each character may need to be encoded as using two bytes, and you need room for the terminating null byte.)"
"The return value is the length of the encoded string, not including the terminating null character."
http://dev.mysql.com/doc/refman/5.6/en/mysql-real-escape-string.html
|
|
config
|
|
|
|
|
|
|
|
This greatly decreases the load time because the DH parameters no longer have to be (re)generated each time the module is loaded
|
|
WSAEWOULDBLOCK
|
|
Fixes #439 reported by @rhylan
|
|
See 1813369adecc1efc9812e90c40c21dc32e4965c9 for details
|
|
|
|
returns NULL
|
|
Fixes #409 reported by @SaberUK
|
|
Fixes #392
|
|
in gcrypt.h
|
|
|
|
AddService() throws an exception if an item cannot be registered, modules no longer need to worry about AddMode() etc. failing
|