| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Silence some GCC warnings. | 2019-08-23 | 1 | -3/+3 | |
| * | ssl_gnutls: remove PackageInfo directives for EOL Debian versions. | 2019-07-16 | 1 | -2/+0 | |
| * | Add package names for ArchLinux. | 2019-07-16 | 1 | -0/+1 | |
| * | Reset diagnostic pragmas after including external headers (#1661). | 2019-06-24 | 1 | -0/+8 | |
| * | Some more text fixes and improvements (#1618). | 2019-04-28 | 1 | -1/+1 | |
| * | Remove obsolete ifdef in m_ssl_gnutls.•••GNUTLS_DIG_SHA256 was added in version 1.7.4 and we require 2.0.0+ | 2019-02-16 | 1 | -2/+0 | |
| * | Fix a bunch of harmless compiler warnings on recent GCC releases. | 2018-10-26 | 1 | -1/+3 | |
| * | Fix warnings about using std::auto_ptr on C++11 or newer. | 2018-08-21 | 1 | -2/+3 | |
| * | Make more config stuff case insensitive. | 2018-07-24 | 1 | -4/+4 | |
| * | Add ConfigTag::getUInt for reading unsigned config values. | 2018-04-16 | 1 | -3/+3 | |
| * | Bump the minimum versions of GnuTLS to 2.0.0 and OpenSSL to 1.0.0.•••Old TLS libraries should not be used anymore due to security risks. | 2017-11-30 | 1 | -5/+0 | |
| * | Convert GenRandom to std::function. | 2017-11-25 | 1 | -5/+4 | |
| * | Add the override keyword in places that it is missing.•••GCCs warnings for this are much better than Clangs. | 2017-11-21 | 1 | -1/+1 | |
| * | Unite SSL service providers and SSL profile classes | 2017-11-13 | 1 | -62/+83 | |
| * | Add support to IOHook for retrieving the hostname sent via SNI. | 2017-10-29 | 1 | -0/+19 | |
| * | Add PackageInfo directives for Debian. | 2017-10-21 | 1 | -0/+2 | |
| * | Clean up OnCleanup.•••- Switch to using ExtensionItem::ExtensibleType for the type instead of TargetTypeFlags. - Pass the extensible to OnCleanup as an Extensible pointer instead of a void pointer. - Call OnCleanup for memberships as well as channels and users. - Rewrite event documentation to remove outdated references. | 2017-10-18 | 1 | -2/+2 | |
| * | Fix a broken distro constraint in the m_ssl_gnutls PackageInfo. | 2017-10-12 | 1 | -1/+1 | |
| * | Add CentOS PackageInfo | 2016-09-16 | 1 | -0/+1 | |
| * | Rewrite the build system directive parser. | 2016-09-16 | 1 | -3/+9 | |
| * | Merge insp20 | 2016-08-17 | 1 | -0/+3 | |
| |\ | |||||
| | * | m_ssl_gnutls, m_ssl_openssl After a read schedule another read if data remain... | 2016-06-21 | 1 | -0/+3 | |
| * | | m_ssl_* Add option to sslprofile controlling whether to request client certif... | 2016-08-08 | 1 | -4/+13 | |
| * | | Add StreamSocket::GetModHook() for obtaining the IOHook belonging to a given ...•••Use it to simplify logic in all modules using or providing IOHooks | 2016-08-08 | 1 | -12/+11 | |
| * | | Pass sendq to OnStreamSocketWrite | 2016-08-08 | 1 | -2/+1 | |
| * | | Deduplicate code for on connect SSL ciphersuite NOTICE by moving it into m_ss... | 2016-04-28 | 1 | -21/+0 | |
| * | | Export the GetCiphersuite() method from the SSL modules | 2016-04-28 | 1 | -1/+3 | |
| * | | Merge insp20 | 2016-02-22 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update m_ssl_gnutls to use libgnutls-30 for gnutls 3.4 | 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. | 2016-02-20 | 1 | -4/+8 | |
| * | | Fix warnings when building under GCC 6. | 2016-02-19 | 1 | -3/+3 | |
| * | | m_ssl_gnutls Disable SSL v3 and when acting as a server enforce our cipher pr... | 2015-11-11 | 1 | -1/+1 | |
| * | | m_ssl_gnutls Strip unrecognized tokens from the priority string if configured... | 2015-11-11 | 1 | -2/+61 | |
| * | | m_ssl_gnutls Add GnuTLS::Priority::GetDefault() | 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. | 2015-11-10 | 1 | -17/+1 | |
| * | | m_ssl_gnutls, m_ssl_openssl Log library version information on load | 2015-06-22 | 1 | -0/+2 | |
| * | | m_ssl_gnutls Implement corking on GnuTLS 3.1.9 and later to avoid data copies... | 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 | 2015-06-06 | 1 | -2/+7 | |
| * | | Add max outgoing record size option to sslprofile config | 2015-06-06 | 1 | -2/+10 | |
| * | | Convert all code to use StreamSocket::SendQueue•••Let OnStreamSocketWrite see the entire sendq instead of one element at a time | 2015-06-06 | 1 | -4/+6 | |
| * | | Merge insp20 | 2015-05-10 | 1 | -0/+13 | |
| |\| | |||||
| | * | m_ssl_gnutls Hold users in pre-registration state until the handshake is comp... | 2015-05-10 | 1 | -1/+8 | |
| * | | 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 | 2015-03-06 | 1 | -0/+42 | |
| * | | m_ssl_gnutls Pass client/server role to GnuTLSIOHook constructor as a GNUTLS_... | 2015-03-05 | 1 | -4/+4 | |
| * | | m_ssl_gnutls Add typedef for second parameter of gnutls_init() which changed ... | 2015-03-05 | 1 | -0/+8 | |
| * | | m_ssl_gnutls Move GnuTLSIOHook::InitSession() code to constructor and GnuTLS:... | 2015-03-05 | 1 | -14/+9 | |
| * | | m_ssl_gnutls, m_ssl_openssl Deduplicate Handshake() calling code | 2015-03-05 | 1 | -28/+24 | |
| * | | 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 | 2015-03-05 | 1 | -11/+2 | |
| * | | m_ssl_gnutls, m_ssl_openssl Simplify Handshake() result handling | 2015-03-05 | 1 | -15/+12 | |
| * | | m_ssl_gnutls Replace ISSL_HANDSHAKING_READ/WRITE with a single state | 2015-03-05 | 1 | -5/+4 | |
