Age | Commit message (Expand) | Author |
2018-04-16 | Add ConfigTag::getUInt for reading unsigned config values. | Peter Powell |
2018-04-16 | Remove the default value in ConfigTag::get{Duration,Float,Int}. | Peter Powell |
2017-12-21 | Merge pull request #1370 from clinew/insp30+openssl-crl | Peter Powell |
2017-12-16 | Remove usage of deprecated API members in m_ssl_openssl. | Peter Powell |
2017-12-14 | Add OpenSSL CRLs. | Wade Cline |
2017-11-30 | Bump the minimum versions of GnuTLS to 2.0.0 and OpenSSL to 1.0.0. | Peter Powell |
2017-11-30 | Improve TLS security configuration in m_ssl_openssl. | Peter Powell |
2017-11-13 | Unite SSL service providers and SSL profile classes | Attila Molnar |
2017-11-01 | Fix some SSL module issues. | Peter Powell |
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-08-11 | Fix a broken distro constraint in the m_ssl_openssl PackageInfo. | Peter Powell |
2016-11-23 | Fix LibreSSL not having a shim for the OpenSSL 1.1 BIO API. | Peter Powell |
2016-10-25 | Fix OpenSSL build errors caused by BIO/BIO_METHOD now being opaque. | 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-07-22 | m_ssl_openssl Verify DH params being non-NULL before setting it on the context | 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 |
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 | 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-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, 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-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-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-20 | m_ssl_openssl Add compile time option that allows disabling renegotiations | Attila Molnar |