Age | Commit message (Expand) | Author |
2015-11-10 | m_ssl_openssl Disable compression and SSL v3 by default | Attila Molnar |
2015-11-10 | m_ssl_openssl Add workaround for a memory leak in OpenSSL | Attila Molnar |
2015-07-07 | m_ssl_openssl Implement custom BIO methods that call SocketEngine methods | Attila Molnar |
2015-07-07 | m_ssl_openssl Remove NULL check of the session in OpenSSLIOHook constructor | Attila Molnar |
2015-07-06 | m_ssl_openssl Use SSL_MODE_RELEASE_BUFFERS if available | Attila Molnar |
2015-07-06 | m_ssl_openssl Enable ECDH when acting as a server on OpenSSL 1.0.0 and later | Attila Molnar |
2015-07-06 | m_ssl_openssl Unconditionally compile code for detecting renegotiation and di... | Attila Molnar |
2015-06-22 | m_ssl_gnutls, m_ssl_openssl Log library version information on load | Attila Molnar |
2015-06-06 | m_ssl_gnutls Implement corking on GnuTLS 3.1.9 and later to avoid data copies... | Attila Molnar |
2015-06-06 | Call OnStreamSocketWrite() once per write event | Attila Molnar |
2015-06-06 | Add max outgoing record size option to sslprofile config | Attila Molnar |
2015-06-06 | Convert all code to use StreamSocket::SendQueue | Attila Molnar |
2015-05-18 | New m_ldap from Anope | Adam |
2015-05-10 | Merge insp20 | Attila Molnar |
2015-05-10 | m_ssl_gnutls Hold users in pre-registration state until the handshake is comp... | Attila Molnar |
2015-04-12 | Dispatch EventHandler events to dedicated virtual functions | Attila Molnar |
2015-03-06 | m_ssl_gnutls Set a vector push function on GnuTLS 2.12 and later | Attila Molnar |
2015-03-05 | m_ssl_openssl Remove OpenSSLIOHook::outbound and is_outbound constructor para... | Attila Molnar |
2015-03-05 | m_ssl_openssl Specify TLS client/server role on session creation, switch to S... | Attila Molnar |
2015-03-05 | m_ssl_gnutls Pass client/server role to GnuTLSIOHook constructor as a GNUTLS_... | Attila Molnar |
2015-03-05 | m_ssl_gnutls Add typedef for second parameter of gnutls_init() which changed ... | Attila Molnar |
2015-03-05 | m_ssl_gnutls Move GnuTLSIOHook::InitSession() code to constructor and GnuTLS:... | Attila Molnar |
2015-03-05 | m_ssl_gnutls, m_ssl_openssl Deduplicate Handshake() calling code | Attila Molnar |
2015-03-05 | m_ssl_gnutls, m_ssl_openssl Simplify status handling in IOHook read/write han... | Attila Molnar |
2015-03-05 | m_ssl_gnutls, m_ssl_openssl Simplify Handshake() result handling | Attila Molnar |
2015-03-05 | m_ssl_gnutls Replace ISSL_HANDSHAKING_READ/WRITE with a single state | Attila Molnar |
2015-02-28 | m_ssl_gnutls Implement faster reads on GnuTLS 3.3.5 and later by avoiding cop... | Attila Molnar |
2015-02-28 | m_ssl_gnutls Move logic that reads data from a session into new class GnuTLS:... | Attila Molnar |
2015-02-28 | m_ssl_gnutls Add convenience macro for library version checking, change check... | Attila Molnar |
2015-02-06 | Merge branch 'master+tlsversion' | Attila Molnar |
2015-02-06 | m_mysql Add charset config option | Florian Praden |
2015-01-27 | m_ssl_gnutls, m_ssl_openssl Prepend TLS protocol version to ciphersuite string | Attila Molnar |
2015-01-27 | m_ssl_gnutls, m_ssl_openssl Extract code that builds a ciphersuite string int... | Attila Molnar |
2015-01-18 | Specify which Extensible subclass an ExtensionItem is valid for | Attila Molnar |
2015-01-10 | Reduce std::string::substr() usage | Attila Molnar |
2014-12-15 | Change type of some associative containers to their flat versions, including ... | Attila Molnar |
2014-12-07 | Link m_ldap against libldap_r | Adam |
2014-12-07 | Fix warnings in m_ssl_openssl about the use of `long long` on C++03. | Peter Powell |
2014-10-27 | Merge insp20 | Attila Molnar |
2014-10-27 | m_ssl_openssl Store a pointer to the OpenSSLIOHook object in SSL objects | Attila Molnar |
2014-10-26 | Remove some dead code found by Coverity | Attila Molnar |
2014-10-25 | Use gnutls_rnd instead of gcry_randomize on newer GnuTLS versions. | Peter Powell |
2014-10-20 | m_ssl_openssl Add compile time option that allows disabling renegotiations | Attila Molnar |
2014-10-20 | m_ssl_openssl Add compile time option to enable ECDH | Attila Molnar |
2014-10-20 | m_ssl_gnutls Add compile time option for allowing sha256 certificate fingerpr... | Attila Molnar |
2014-10-16 | Initialize all fields of issl_session on module load in SSL modules | Attila Molnar |
2014-10-16 | Add interface to SSL modules that allows other modules to obtain the raw SSL ... | Attila Molnar |
2014-10-16 | m_ssl_gnutls Refcount GnuTLS objects, free them when they are no longer in us... | Attila Molnar |
2014-10-15 | m_ssl_openssl Fix debug message | Attila Molnar |
2014-10-15 | m_ssl_openssl Reset data_to_write for new sessions | Attila Molnar |