TLS: Session resumption, under the EXPERIMENTAL_TLS_RESUME build option.
authorJeremy Harris <jgh146exb@wizmail.org>
Thu, 2 May 2019 16:16:05 +0000 (17:16 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Thu, 2 May 2019 16:23:05 +0000 (17:23 +0100)
commitb10c87b38c2345d15d30da5c18c823355ac506a9
treedd521dbada2ce29bfdea4ecdc0995b833d152f2d
parent0565fc5a1155f97f29fb6e081343cfc4e477c611
TLS: Session resumption, under the EXPERIMENTAL_TLS_RESUME build option.
53 files changed:
doc/doc-docbook/spec.xfpt
doc/doc-txt/ChangeLog
doc/doc-txt/NewStuff
doc/doc-txt/experimental-spec.txt
src/OS/Makefile-Base
src/src/acl.c
src/src/config.h.defaults
src/src/daemon.c
src/src/dbfn.c
src/src/dbfunctions.h
src/src/dbstuff.h
src/src/deliver.c
src/src/enq.c
src/src/exim.c
src/src/exim_dbutil.c
src/src/expand.c
src/src/functions.h
src/src/globals.c
src/src/globals.h
src/src/macro_predef.c
src/src/macro_predef.h
src/src/macros.h
src/src/readconf.c
src/src/receive.c
src/src/retry.c
src/src/smtp_in.c
src/src/spool_in.c
src/src/spool_out.c
src/src/structs.h
src/src/tls-gnu.c
src/src/tls-openssl.c
src/src/tls.c
src/src/transport.c
src/src/transports/smtp.c
src/src/transports/smtp.h
src/src/verify.c
test/aux-var-src/tls_conf_prefix
test/confs/5890 [new file with mode: 0644]
test/confs/5891 [new file with mode: 0644]
test/log/2102
test/log/5890 [new file with mode: 0644]
test/log/5891 [new file with mode: 0644]
test/runtest
test/scripts/5890-Resume-GnuTLS/5890 [new file with mode: 0644]
test/scripts/5890-Resume-GnuTLS/REQUIRES [new file with mode: 0644]
test/scripts/5891-Resume-OpenSSL/5891 [new file with mode: 0644]
test/scripts/5891-Resume-OpenSSL/REQUIRES [new file with mode: 0644]
test/stderr/5890 [new file with mode: 0644]
test/stderr/5891 [new file with mode: 0644]
test/stdout/0572
test/stdout/0577
test/stdout/5890 [new file with mode: 0644]
test/stdout/5891 [new file with mode: 0644]