Age | Commit message (Expand) | Author |
2018-07-24 | Make more config stuff case insensitive. | Peter Powell |
2018-04-16 | Add ConfigTag::getUInt for reading unsigned config values. | Peter Powell |
2017-11-30 | Bump the minimum versions of GnuTLS to 2.0.0 and OpenSSL to 1.0.0. | Peter Powell |
2017-11-25 | Convert GenRandom to std::function. | Peter Powell |
2017-11-21 | Add the override keyword in places that it is missing. | Peter Powell |
2017-11-13 | Unite SSL service providers and SSL profile classes | Attila Molnar |
2017-10-29 | Add support to IOHook for retrieving the hostname sent via SNI. | Peter Powell |
2017-10-21 | Add PackageInfo directives for Debian. | Peter Powell |
2017-10-18 | Clean up OnCleanup. | Peter Powell |
2017-10-12 | Fix a broken distro constraint in the m_ssl_gnutls PackageInfo. | Peter Powell |
2016-09-16 | Add CentOS PackageInfo | Adam |
2016-09-16 | Rewrite the build system directive parser. | Peter Powell |
2016-08-17 | Merge insp20 | Attila Molnar |
2016-08-08 | m_ssl_* Add option to sslprofile controlling whether to request client certif... | Attila Molnar |
2016-08-08 | Add StreamSocket::GetModHook() for obtaining the IOHook belonging to a given ... | Attila Molnar |
2016-08-08 | Pass sendq to OnStreamSocketWrite | Attila Molnar |
2016-06-21 | m_ssl_gnutls, m_ssl_openssl After a read schedule another read if data remain... | Attila Molnar |
2016-04-28 | Deduplicate code for on connect SSL ciphersuite NOTICE by moving it into m_ss... | Attila Molnar |
2016-04-28 | Export the GetCiphersuite() method from the SSL modules | Attila Molnar |
2016-02-22 | Merge insp20 | Attila Molnar |
2016-02-20 | Fix GCC 6 warning about auto_ptr via a different method. | Peter Powell |
2016-02-19 | Fix warnings when building under GCC 6. | Peter Powell |
2016-02-11 | Update m_ssl_gnutls to use libgnutls-30 for gnutls 3.4 | Adam |
2015-11-11 | m_ssl_gnutls Disable SSL v3 and when acting as a server enforce our cipher pr... | Attila Molnar |
2015-11-11 | m_ssl_gnutls Strip unrecognized tokens from the priority string if configured... | Attila Molnar |
2015-11-11 | m_ssl_gnutls Add GnuTLS::Priority::GetDefault() | Attila Molnar |
2015-11-10 | m_ssl_gnutls Remove DH parameter generation | 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-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-03-06 | m_ssl_gnutls Set a vector push function on GnuTLS 2.12 and later | 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-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-10 | Reduce std::string::substr() usage | Attila Molnar |
2014-10-27 | Merge insp20 | Attila Molnar |
2014-10-25 | Use gnutls_rnd instead of gcry_randomize on newer GnuTLS versions. | Peter Powell |