Support optional server certificate name checking. Bug 1479
authorJeremy Harris <jgh146exb@wizmail.org>
Tue, 20 May 2014 20:25:10 +0000 (21:25 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Tue, 20 May 2014 20:25:10 +0000 (21:25 +0100)
commite51c7be22dfccad376659a1a46cee93c9979bbf7
tree3a6facf5bd5b51f1b3e21c62736ae04bc7504099
parent2e6afa4f11972312d3dbb9bb1d4f4bf585a3cdd2
Support optional server certificate name checking.  Bug 1479
Enable EXPERIMENTAL_CERTNAMES to include.
24 files changed:
doc/doc-txt/experimental-spec.txt
src/src/EDITME
src/src/config.h.defaults
src/src/exim.c
src/src/functions.h
src/src/tls-gnu.c
src/src/tls-openssl.c
src/src/tls.c
src/src/tlscert-gnu.c
src/src/tlscert-openssl.c
src/src/transports/smtp.c
src/src/transports/smtp.h
test/confs/2012
test/confs/2112
test/confs/5440 [new file with mode: 0644]
test/confs/5450 [new file with mode: 0644]
test/log/2012
test/log/2112
test/log/5440 [new file with mode: 0644]
test/log/5450 [new file with mode: 0644]
test/scripts/5440-certnames-GnuTLS/5440 [new file with mode: 0644]
test/scripts/5440-certnames-GnuTLS/REQUIRES [new file with mode: 0644]
test/scripts/5450-certnames-OpenSSL/5450 [new file with mode: 0644]
test/scripts/5450-certnames-OpenSSL/REQUIRES [new file with mode: 0644]