summaryrefslogtreecommitdiff
path: root/src/modules/extra
AgeCommit message (Expand)Author
2016-02-25Introduce Stats::Context, pass it to the OnStats hook and switch all code to itAttila Molnar
2016-02-22Merge insp20Attila Molnar
2016-02-20Fix GCC 6 warning about auto_ptr via a different method.Peter Powell
2016-02-19Fix warnings when building under GCC 6.Peter Powell
2016-02-11Update m_ssl_gnutls to use libgnutls-30 for gnutls 3.4Adam
2015-11-11m_ssl_gnutls Disable SSL v3 and when acting as a server enforce our cipher pr...Attila Molnar
2015-11-11m_ssl_gnutls Strip unrecognized tokens from the priority string if configured...Attila Molnar
2015-11-11m_ssl_gnutls Add GnuTLS::Priority::GetDefault()Attila Molnar
2015-11-10m_ssl_gnutls Remove DH parameter generationAttila Molnar
2015-11-10m_ssl_openssl Disable compression and SSL v3 by defaultAttila Molnar
2015-11-10m_ssl_openssl Add workaround for a memory leak in OpenSSLAttila Molnar
2015-07-07m_ssl_openssl Implement custom BIO methods that call SocketEngine methodsAttila Molnar
2015-07-07m_ssl_openssl Remove NULL check of the session in OpenSSLIOHook constructorAttila Molnar
2015-07-06m_ssl_openssl Use SSL_MODE_RELEASE_BUFFERS if availableAttila Molnar
2015-07-06m_ssl_openssl Enable ECDH when acting as a server on OpenSSL 1.0.0 and laterAttila Molnar
2015-07-06m_ssl_openssl Unconditionally compile code for detecting renegotiation and di...Attila Molnar
2015-06-22m_ssl_gnutls, m_ssl_openssl Log library version information on loadAttila Molnar
2015-06-06m_ssl_gnutls Implement corking on GnuTLS 3.1.9 and later to avoid data copies...Attila Molnar
2015-06-06Call OnStreamSocketWrite() once per write eventAttila Molnar
2015-06-06Add max outgoing record size option to sslprofile configAttila Molnar
2015-06-06Convert all code to use StreamSocket::SendQueueAttila Molnar
2015-05-18New m_ldap from AnopeAdam
2015-05-10Merge insp20Attila Molnar
2015-05-10m_ssl_gnutls Hold users in pre-registration state until the handshake is comp...Attila Molnar
2015-04-12Dispatch EventHandler events to dedicated virtual functionsAttila Molnar
2015-03-06m_ssl_gnutls Set a vector push function on GnuTLS 2.12 and laterAttila Molnar
2015-03-05m_ssl_openssl Remove OpenSSLIOHook::outbound and is_outbound constructor para...Attila Molnar
2015-03-05m_ssl_openssl Specify TLS client/server role on session creation, switch to S...Attila Molnar
2015-03-05m_ssl_gnutls Pass client/server role to GnuTLSIOHook constructor as a GNUTLS_...Attila Molnar
2015-03-05m_ssl_gnutls Add typedef for second parameter of gnutls_init() which changed ...Attila Molnar
2015-03-05m_ssl_gnutls Move GnuTLSIOHook::InitSession() code to constructor and GnuTLS:...Attila Molnar
2015-03-05m_ssl_gnutls, m_ssl_openssl Deduplicate Handshake() calling codeAttila Molnar
2015-03-05m_ssl_gnutls, m_ssl_openssl Simplify status handling in IOHook read/write han...Attila Molnar
2015-03-05m_ssl_gnutls, m_ssl_openssl Simplify Handshake() result handlingAttila Molnar
2015-03-05m_ssl_gnutls Replace ISSL_HANDSHAKING_READ/WRITE with a single stateAttila Molnar
2015-02-28m_ssl_gnutls Implement faster reads on GnuTLS 3.3.5 and later by avoiding cop...Attila Molnar
2015-02-28m_ssl_gnutls Move logic that reads data from a session into new class GnuTLS:...Attila Molnar
2015-02-28m_ssl_gnutls Add convenience macro for library version checking, change check...Attila Molnar
2015-02-06Merge branch 'master+tlsversion'Attila Molnar
2015-02-06m_mysql Add charset config optionFlorian Praden
2015-01-27m_ssl_gnutls, m_ssl_openssl Prepend TLS protocol version to ciphersuite stringAttila Molnar
2015-01-27m_ssl_gnutls, m_ssl_openssl Extract code that builds a ciphersuite string int...Attila Molnar
2015-01-18Specify which Extensible subclass an ExtensionItem is valid forAttila Molnar
2015-01-10Reduce std::string::substr() usageAttila Molnar
2014-12-15Change type of some associative containers to their flat versions, including ...Attila Molnar
2014-12-07Link m_ldap against libldap_rAdam
2014-12-07Fix warnings in m_ssl_openssl about the use of `long long` on C++03.Peter Powell
2014-10-27Merge insp20Attila Molnar
2014-10-27m_ssl_openssl Store a pointer to the OpenSSLIOHook object in SSL objectsAttila Molnar
2014-10-26Remove some dead code found by CoverityAttila Molnar