TLS: build dependency for LibreSSL
[exim.git] / src / src / tls-openssl.c
2021-09-14 Renaud AllardTLS: build dependency for LibreSSL
2021-07-21 Jeremy Harristypo
2021-07-18 Jeremy Harristypo
2021-07-18 Jeremy HarrisALPN: not supported under LibreSSL
2021-07-18 Jeremy HarrisALPN: feature macro
2021-07-18 Jeremy Harristypo
2021-07-18 Jeremy HarrisTLS: ALPN options
2021-07-07 Jeremy Harristidying
2021-06-27 Jeremy HarrisMerge branch 'readonly_config'
2021-06-27 Jeremy Harrisopenssl config strings are immutable
2021-06-22 Jeremy HarrisTLS: as server, reject connections with ALPN indicating...
2021-06-19 Jeremy HarrisOpenSSL: on library versions too old to support session...
2021-06-17 Jeremy HarrisOpenSSL: fix verify-certs stack initialization
2021-06-04 Jeremy Harrisdebug: fix openssl output
2021-05-27 Heiko Schlitterman... Merge branch 'qualys-2020'
2021-05-27 Qualys Security... CVE-2020-28018: Use-after-free in tls-openssl.c
2021-03-16 Jeremy HarrisPipeline QUIT after data
2021-01-22 Jeremy HarrisFix getting non-TLS QUIT in FIN segment
2020-10-13 Jeremy Harris TLS: pre-generate and load server selfsigned cert...
2020-10-10 Jeremy HarrisTestsuite & OpenSSL debug: regularise debug output...
2020-10-09 Jeremy HarrisFreeBSD: TLS: preload configuration items
2020-10-04 Jeremy HarrisUnbreak build on non-inotify platforms
2020-10-04 Jeremy HarrisFix non-OCSP build
2020-10-03 Jeremy HarrisTLS: preload configuration items
2020-09-26 Jeremy HarrisOpenSSL: Fix client-side tls_verify_cert_hostnames...
2020-08-19 Jeremy HarrisDANE: force SNI to use $domain. Bug 2265
2020-07-24 Jeremy Harris OpenSSL: in server, detect TCP RST from client after...
2020-06-28 Jeremy Harris Remove attempts to quieten compiler static-checking...
2020-06-11 Jeremy HarrisTLS: use RFC 6125 rules for certifucate name checks...
2020-06-07 Jeremy HarrisOpenSSL: more info on accept zero-error
2020-06-01 Jeremy HarrisMerge branch '4.next'
2020-05-20 Jeremy HarrisOpenSSL: clear error stack before avery I/O operation
2020-05-10 Jeremy HarrisMove the TLS resumption support from Experimental to...
2020-04-30 Jeremy HarrisCopyright updates: exim-4_94_RC0
2020-04-20 Jeremy HarrisOpenSSL: fix bulid on older library versions
2020-04-19 Jeremy HarrisOpenSSL: More info on accept "version too low"
2020-04-12 Jeremy HarrisOpenSSL: More info on accept "unsupported protocol"
2020-03-29 Jeremy HarrisOpenSSL: under resumption open ticket DB writable,...
2020-03-27 Jeremy HarrisOpenSSL: avoid loading server's CA-list-for-client...
2020-01-17 Phil PennockUpdate openssl_options values to 1.1.1c
2019-12-28 Jeremy HarrisFix build with older TLS library versions
2019-12-28 Jeremy HarrisGSASL channel-binding: TLS resumption checks
2019-12-27 Jeremy HarrisAuthenticator gsasl: client support. Bug 2349
2019-12-08 Jeremy HarrisMerge branch '4.next'
2019-11-30 Jeremy HarrisMake smtp_flush() work for TLS channel
2019-11-18 Jeremy HarrisTLS: restore TLS protocol version to default Received...
2019-11-17 Jeremy HarrisOpenSSL: support authenticator channel-binding. Bug...
2019-11-14 Jeremy HarrisTLS: variables $tls_(in,out)_tlsver
2019-11-13 Jeremy Harrisfix build on older OpenSSL
2019-11-13 Jeremy HarrisOpenSSL: when supported by the library version, disable...
2019-10-21 Jeremy HarrisFix logging of DANE, client-side under LibreSSL
2019-10-20 Jeremy HarrisTLS: Feature macros
2019-10-20 Jeremy HarrisOpenSSL: clarify log line for nonreceived required...
2019-10-20 Jeremy HarrisBuild: include early-pipelining unless disabled
2019-10-19 Jeremy HarrisOpenSSL: emit actual version on "wrong version number...
2019-10-17 Jeremy HarrisOpenSSL: full-chain OCSP stapling. Bug 1466
2019-10-15 Jeremy HarrisOpenSSL: SSLKEYLOGFILE support
2019-10-06 Jeremy HarrisOpenSSL: explicit add for sha256 digest method no longe...
2019-10-01 Jeremy HarrisOpenSSL: clearer log message for TCP conn close at...
2019-09-29 Jeremy HarrisOpenSSL: fix build on earlier library versions
2019-09-29 Jeremy HarrisOpenSSL: support OCSP stapling on multi-cert servers
2019-09-26 Jeremy HarrisGnuTLS: full-chain OCSP stapling. Bug 1466
2019-09-20 Jeremy HarrisGnuTLS: Move to more-modern stapling API
2019-09-05 Jeremy Harristidying
2019-08-19 Jeremy Harristaint SNI values supplied by client
2019-08-03 Jeremy Harriscompiler quietening
2019-07-28 Jeremy HarrisFix crash after TLS channel shutdown
2019-07-25 Jeremy HarrisTrack tainted data and refuse to expand it
2019-05-28 Jeremy HarrisPIPE_CONNECT: promote from experimental
2019-05-08 Jeremy HarrisOpenSSL: fix build under older library version
2019-05-07 Jeremy HarrisOpenSSL: fix tls_out_ocsp under resumption
2019-05-07 Jeremy HarrisOpenSSL: fix tls_try_verify_hosts under resumption
2019-05-07 Jeremy HarrisTLS: increase resumption ticket lifetime to 2 hours
2019-05-07 Jeremy HarrisOpenSSL: discard expired resumption session in client
2019-05-05 Jeremy HarrisOpenSSL: better handling of $tls_{in,out}_certificate_v...
2019-05-05 Jeremy HarrisOpenSSL: for older library (1.0.2) assume that a ticket...
2019-05-04 Jeremy HarrisOpenSSL: increase STEK strength to 256b
2019-05-02 Jeremy HarrisTLS: library version build-time checks for resumption...
2019-05-02 Jeremy HarrisFix build on older OpenSSL
2019-05-02 Jeremy HarrisTLS: Session resumption, under the EXPERIMENTAL_TLS_RES...
2019-04-23 Jeremy HarrisCompiler quietening
2019-04-03 Jeremy HarrisOpenSSL: tidy options debug output
2019-04-03 Jeremy HarrisOpenSSL: tidy coding of session keys debug
2019-03-19 Jeremy HarrisOpenSSL: Fix aggregation of messages.
2019-03-12 Jeremy HarrisFix debug output of TLS keying info, client-side with...
2019-02-19 Jeremy HarrisTLS: refactor client-start interface
2019-02-12 Jeremy HarrisMerge branch '4.next'
2019-02-11 Jeremy HarrisTLS: add variables for the IETF standard name for the...
2019-02-11 Jeremy Harristidying
2019-02-11 Jeremy HarrisGnuTLS: Debug output keying info. OpenSSL: TLS1.2...
2019-02-10 Jeremy HarrisOpenSSL: send no TLS1.3 session tickets
2019-02-10 Jeremy HarrisOpenSSL: Debug output TLS 1.3 keying
2019-02-10 Jeremy HarrisOpenSSSL: support write-with-more-intent in client
2019-02-10 Jeremy HarrisUse C99 initialisations for iterators
2019-02-04 Jeremy HarrisTLS: add variables for the IETF standard name for the...
2019-02-04 Jeremy Harristidying
2019-01-16 Jeremy HarrisFix build with older TLS library versions
2019-01-16 Jeremy HarrisGnuTLS: Debug output keying info. OpenSSL: TLS1.2...
2018-12-30 Jeremy HarrisOpenSSL: send no TLS1.3 session tickets
2018-12-30 Jeremy HarrisOpenSSL: Debug output TLS 1.3 keying
next