| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | m_ssl_* Add option to sslprofile controlling whether to request client certif... | Attila Molnar | 2016-08-08 | 3 | -9/+39 |
| * | | Add StreamSocket::GetModHook() for obtaining the IOHook belonging to a given ...•••Use it to simplify logic in all modules using or providing IOHooks
| Attila Molnar | 2016-08-08 | 3 | -28/+19 |
| * | | Pass sendq to OnStreamSocketWrite | Attila Molnar | 2016-08-08 | 3 | -6/+3 |
| * | | Add mbedTLS SSL module | Attila Molnar | 2016-06-15 | 1 | -0/+924 |
| * | | Deduplicate code for on connect SSL ciphersuite NOTICE by moving it into m_ss... | Attila Molnar | 2016-04-28 | 2 | -43/+0 |
| * | | Export the GetCiphersuite() method from the SSL modules | Attila Molnar | 2016-04-28 | 2 | -2/+6 |
| * | | Introduce Stats::Context, pass it to the OnStats hook and switch all code to it | Attila Molnar | 2016-02-25 | 1 | -5/+4 |
| * | | Merge insp20 | Attila Molnar | 2016-02-22 | 1 | -1/+1 |
| |\| |
|
| | * | Update m_ssl_gnutls to use libgnutls-30 for gnutls 3.4 | Adam | 2016-02-11 | 1 | -1/+1 |
| * | | Fix GCC 6 warning about auto_ptr via a different method.•••The previous method was causing build errors on CentOS and Solaris.
| Peter Powell | 2016-02-20 | 1 | -4/+8 |
| * | | Fix warnings when building under GCC 6. | Peter Powell | 2016-02-19 | 1 | -3/+3 |
| * | | m_ssl_gnutls Disable SSL v3 and when acting as a server enforce our cipher pr... | Attila Molnar | 2015-11-11 | 1 | -1/+1 |
| * | | m_ssl_gnutls Strip unrecognized tokens from the priority string if configured... | Attila Molnar | 2015-11-11 | 1 | -2/+61 |
| * | | m_ssl_gnutls Add GnuTLS::Priority::GetDefault() | Attila Molnar | 2015-11-11 | 1 | -2/+12 |
| * | | m_ssl_gnutls Remove DH parameter generation•••Generating DH params like this blocked the main thread, significantly slowing down startup and it made /rehash ssl freeze the server until the generation finished. External tools such as our genssl should be used to generate DH params.
| Attila Molnar | 2015-11-10 | 1 | -17/+1 |
| * | | m_ssl_openssl Disable compression and SSL v3 by default | Attila Molnar | 2015-11-10 | 1 | -2/+2 |
| * | | m_ssl_openssl Add workaround for a memory leak in OpenSSL | Attila Molnar | 2015-11-10 | 1 | -1/+9 |
| * | | m_ssl_openssl Implement custom BIO methods that call SocketEngine methods | Attila Molnar | 2015-07-07 | 1 | -3/+86 |
| * | | m_ssl_openssl Remove NULL check of the session in OpenSSLIOHook constructor | Attila Molnar | 2015-07-07 | 1 | -2/+0 |
| * | | m_ssl_openssl Use SSL_MODE_RELEASE_BUFFERS if available | Attila Molnar | 2015-07-06 | 1 | -1/+6 |
| * | | m_ssl_openssl Enable ECDH when acting as a server on OpenSSL 1.0.0 and later | Attila Molnar | 2015-07-06 | 1 | -0/+5 |
| * | | m_ssl_openssl Unconditionally compile code for detecting renegotiation and di... | Attila Molnar | 2015-07-06 | 1 | -9/+1 |
| * | | m_ssl_gnutls, m_ssl_openssl Log library version information on load | Attila Molnar | 2015-06-22 | 2 | -0/+4 |
| * | | m_ssl_gnutls Implement corking on GnuTLS 3.1.9 and later to avoid data copies... | Attila Molnar | 2015-06-06 | 1 | -18/+89 |
| * | | Call OnStreamSocketWrite() once per write event•••Do sendq flattening in SSL modules, move code for it into class SSLIOHook from core
| Attila Molnar | 2015-06-06 | 2 | -5/+15 |
| * | | Add max outgoing record size option to sslprofile config | Attila Molnar | 2015-06-06 | 2 | -2/+16 |
| * | | Convert all code to use StreamSocket::SendQueue•••Let OnStreamSocketWrite see the entire sendq instead of one element at a time
| Attila Molnar | 2015-06-06 | 2 | -6/+10 |
| * | | 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 |