| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | New m_ldap from Anope•••Redesign to be more like m_mysql, polling ldap_result from a thread as
done previously is undefined.
| Adam | 2015-05-18 | 1 | -302/+343 |
| * | | Merge insp20 | Attila Molnar | 2015-05-10 | 2 | -0/+27 |
| |\| |
|
| | * | m_ssl_gnutls Hold users in pre-registration state until the handshake is comp... | Attila Molnar | 2015-05-10 | 1 | -1/+8 |
| * | | Dispatch EventHandler events to dedicated virtual functions•••Remove enum EventType
| Attila Molnar | 2015-04-12 | 1 | -10/+11 |
| * | | m_ssl_gnutls Set a vector push function on GnuTLS 2.12 and later•••Setting a vector push function is recommended to reduce overhead during handshake
| Attila Molnar | 2015-03-06 | 1 | -0/+42 |
| * | | m_ssl_openssl Remove OpenSSLIOHook::outbound and is_outbound constructor para... | Attila Molnar | 2015-03-05 | 1 | -5/+3 |
| * | | m_ssl_openssl Specify TLS client/server role on session creation, switch to S... | Attila Molnar | 2015-03-05 | 1 | -11/+14 |
| * | | m_ssl_gnutls Pass client/server role to GnuTLSIOHook constructor as a GNUTLS_... | Attila Molnar | 2015-03-05 | 1 | -4/+4 |
| * | | m_ssl_gnutls Add typedef for second parameter of gnutls_init() which changed ... | Attila Molnar | 2015-03-05 | 1 | -0/+8 |
| * | | m_ssl_gnutls Move GnuTLSIOHook::InitSession() code to constructor and GnuTLS:... | Attila Molnar | 2015-03-05 | 1 | -14/+9 |
| * | | m_ssl_gnutls, m_ssl_openssl Deduplicate Handshake() calling code | Attila Molnar | 2015-03-05 | 2 | -53/+47 |
| * | | m_ssl_gnutls, m_ssl_openssl Simplify status handling in IOHook read/write han...•••Remove states ISSL_CLOSING and ISSL_CLOSED from m_ssl_gnutls
| Attila Molnar | 2015-03-05 | 2 | -19/+5 |
| * | | m_ssl_gnutls, m_ssl_openssl Simplify Handshake() result handling | Attila Molnar | 2015-03-05 | 2 | -36/+25 |
| * | | m_ssl_gnutls Replace ISSL_HANDSHAKING_READ/WRITE with a single state | Attila Molnar | 2015-03-05 | 1 | -5/+4 |
| * | | m_ssl_gnutls Implement faster reads on GnuTLS 3.3.5 and later by avoiding cop... | Attila Molnar | 2015-02-28 | 1 | -0/+27 |
| * | | m_ssl_gnutls Move logic that reads data from a session into new class GnuTLS:... | Attila Molnar | 2015-02-28 | 1 | -4/+25 |
| * | | m_ssl_gnutls Add convenience macro for library version checking, change check... | Attila Molnar | 2015-02-28 | 1 | -11/+12 |
| * | | Merge branch 'master+tlsversion' | Attila Molnar | 2015-02-06 | 2 | -6/+19 |
| |\ \ |
|
| | * | | m_ssl_gnutls, m_ssl_openssl Prepend TLS protocol version to ciphersuite string | Attila Molnar | 2015-01-27 | 2 | -0/+2 |
| | * | | m_ssl_gnutls, m_ssl_openssl Extract code that builds a ciphersuite string int... | Attila Molnar | 2015-01-27 | 2 | -6/+17 |
| * | | | m_mysql Add charset config option | Florian Praden | 2015-02-06 | 1 | -0/+6 |
| |/ / |
|
| * | | Specify which Extensible subclass an ExtensionItem is valid for | Attila Molnar | 2015-01-18 | 1 | -1/+3 |
| * | | Reduce std::string::substr() usage•••substr() returns a new string while erase() and assign() modify the existing one
| Attila Molnar | 2015-01-10 | 2 | -2/+2 |
| * | | Change type of some associative containers to their flat versions, including ... | Attila Molnar | 2014-12-15 | 5 | -6/+6 |
| * | | Link m_ldap against libldap_r | Adam | 2014-12-07 | 1 | -2/+2 |
| * | | Fix warnings in m_ssl_openssl about the use of `long long` on C++03. | Peter Powell | 2014-12-07 | 1 | -0/+7 |
| * | | Merge insp20 | Attila Molnar | 2014-10-27 | 3 | -10/+156 |
| |\| |
|
| | * | Remove some dead code found by Coverity | Attila Molnar | 2014-10-26 | 1 | -3/+1 |
| | * | Use gnutls_rnd instead of gcry_randomize on newer GnuTLS versions.•••This is a modified version of 690c372. Fixes #905.
| Peter Powell | 2014-10-25 | 1 | -6/+3 |
| | * | m_ssl_openssl Add compile time option that allows disabling renegotiations | Attila Molnar | 2014-10-20 | 1 | -0/+61 |
| | * | m_ssl_openssl Add compile time option to enable ECDH | Attila Molnar | 2014-10-20 | 1 | -0/+36 |
| | * | m_ssl_gnutls Add compile time option for allowing sha256 certificate fingerpr... | Attila Molnar | 2014-10-20 | 1 | -0/+4 |
| | * | Initialize all fields of issl_session on module load in SSL modules | Attila Molnar | 2014-10-16 | 2 | -1/+3 |
| | * | Add interface to SSL modules that allows other modules to obtain the raw SSL ... | Attila Molnar | 2014-10-16 | 2 | -0/+12 |
| | * | m_ssl_gnutls Refcount GnuTLS objects, free them when they are no longer in us... | Attila Molnar | 2014-10-16 | 1 | -66/+110 |
| | * | m_ssl_openssl Fix debug message | Attila Molnar | 2014-10-15 | 1 | -1/+1 |
| | * | m_ssl_openssl Reset data_to_write for new sessions | Attila Molnar | 2014-10-15 | 1 | -0/+2 |
| | * | m_ssl_openssl Free the ssl_cert object as soon as the session is closed inste... | Attila Molnar | 2014-10-15 | 1 | -1/+1 |
| | * | m_ssl_openssl Remove bogus errno assignment from CloseSession() | Attila Molnar | 2014-10-15 | 1 | -1/+0 |
| | * | m_ssl_openssl Return an error from the IOHook read and write functions if the...•••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.
| Attila Molnar | 2014-10-14 | 1 | -1/+1 |
| | * | m_ssl_openssl Add user-friendly config options for setting a few OpenSSL cont... | Attila Molnar | 2014-10-14 | 1 | -0/+14 |
| | * | m_ssl_openssl Allow configuring raw OpenSSL context options | Attila Molnar | 2014-10-10 | 1 | -2/+27 |
| | * | m_ssl_openssl Disable session caching and session tickets | Attila Molnar | 2014-10-10 | 1 | -2/+5 |
| | * | m_ssl_openssl Enable single (EC)DH use and disable SSL v2•••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
| Attila Molnar | 2014-10-10 | 1 | -0/+9 |
| | * | m_ssl_openssl Clear the error queue before every SSL_* call | Attila Molnar | 2014-10-08 | 1 | -0/+9 |
| | * | m_ssl_gnutls Re-set DH params when the gnutls_certificate_credentials_t struc... | Attila Molnar | 2014-10-03 | 1 | -2/+2 |
| | * | m_sqlite3 Fix cleanup of unsuccessful database connections | Attila Molnar | 2014-09-02 | 1 | -2/+5 |
| * | | m_ssl_openssl Store a pointer to the OpenSSLIOHook object in SSL objects | Attila Molnar | 2014-10-27 | 1 | -0/+8 |
| * | | m_ssl_openssl Read the DH params file using the BIO API on all OSes | Attila Molnar | 2014-07-25 | 1 | -10/+2 |
| * | | Merge insp20 | Attila Molnar | 2014-07-25 | 4 | -24/+37 |
| |\| |
|