Merge openssl_disable_ssl2 branch
[exim.git] / src / src / tls-openssl.c
2012-05-28 Phil PennockMerge openssl_disable_ssl2 branch exim-4_80_RC7
2012-05-27 Phil PennockFor DH, use standard primes from RFCs
2012-05-22 Phil PennockGuard SNI usage better (client-side)
2012-05-21 Phil PennockAdded tls_dh_max_bits & check tls_require_ciphers early.
2012-05-20 Phil PennockGuard TLS SNI callback define better.
2012-05-17 Phil PennockCopyright year updates.
2012-05-17 Phil Pennock4.78 -> 4.80
2012-05-16 Phil PennockMerge branch 'experimental_ocsp'
2012-05-16 Phil PennockOverhaul of GnuTLS code.
2012-05-08 Phil PennockOCSP Stapling support, under EXPERIMENTAL_OCSP.
2012-05-06 Phil PennockDisable SSLv2 by default.
2012-05-05 Jeremy HarrisMerge branch 'master' of git://git.exim.org/exim
2012-05-04 Phil PennockMore tls_sni support: outbound, logging.
2012-05-04 Phil PennockTLS SNI support for OpenSSL ($tls_sni)
2012-05-04 Phil PennockOpenSSL fixes and backwards compat break.
2012-04-28 Phil PennockTLS fixes for OpenSSL.
2012-02-18 Phil PennockMerge branch 'sasl_fixes'
2012-02-04 Phil PennockVarious SASL fixes.
2011-06-29 Tony FinchRemove obsolete $Cambridge$ CVS revision strings.
2011-03-22 Phil Pennockopenssl_options: rejig default code & debug prints.
2011-03-22 Phil PennockNew openssl_options items: no_sslv2 no_sslv3 no_ticket...
2011-03-22 Phil PennockHarmonised TLS library version reporting.
2010-09-05 Phil PennockOpenSSL 1.0.0 const fix for SSL_get_current_cipher
2010-06-12 John Jetmoreremoved extraneous "\n" from the end of some log_write...
2010-06-07 Phil PennockClean up compiler warnings from { gcc -Wall }, many...
2010-06-05 Phil PennockDeal with anonymous SSL giving us no peer certificate.
2010-06-05 Phil PennockDoh, fix the error message to say SSL_read not SSL_write.
2010-06-05 Phil PennockLog a diagnostic when an SSL write fails, to help admin...
2010-06-05 Phil PennockAdd an openssl_options main configuration option, to...
2009-11-16 Nigel MetheringhamUpdate all copyright messages to cover 1995 - 2009...
2009-11-05 Nigel MetheringhamFix signed/unsigned and UTF errors Fixes: #901
2009-10-19 Nigel MetheringhamFurther minor tweak to sha256 inclusion. Fixes: #674...
2009-10-16 Tom KistnerCorrect OPENSSL_VERSION_NUMBER #ifdef
2009-10-16 Tom KistnerLimit SHA256 support to OpenSSL >= 0.9.8
2009-10-16 Tom KistnerBugzilla #722
2009-10-16 Tom KistnerOpenSSL: Make sure sha256 digest is available
2009-10-14 Nigel MetheringhamTLS version reporting. fixes: #745
2009-06-10 Tom KistnerMerge native DKIM support (from DEVEL_PDKIM)
2008-09-03 Tony FinchTLS error reporting now respects the incoming_interface and
2007-04-13 Philip HazelCheck for lost connection or unexpected input at end...
2007-03-13 Philip HazelFix compiling problems with OpenSSL 0.9.8e.
2007-01-18 Philip HazelAdd gnutls_require_{kx,mac,protocols}.
2007-01-08 Philip HazelUpdate version number and copyright year.
2006-12-12 Philip HazelApply John Jetmore's patch to allow tls-on-connect...
2006-02-14 Philip HazelFix GnuTLS privatekey forced fail bug; in both TLS...
2006-02-07 Philip HazelUpdate copyright year in (most) files (those that my...
2005-05-03 Philip Hazel(1) Don't ignore timeouts while writing to a pipe!...
2005-03-29 Philip HazelInstalled Lars Mainka's patch for OpenSSL support of...
2005-01-04 Philip Hazel(1) Typo in redirect router; (2) Update version number...
2004-11-25 Philip HazelOpenSSL: make same change as recently for GnuTLS: show...
2004-10-07 Philip HazelStart