------- You are receiving this mail because: -------
You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=1479
Git Commit <git@???> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |git@???
--- Comment #7 from Git Commit <git@???> 2014-05-20 22:17:09 ---
Git commit:
http://git.exim.org/exim.git/commitdiff/e51c7be22dfccad376659a1a46cee93c9979bbf7
commit e51c7be22dfccad376659a1a46cee93c9979bbf7
Author: Jeremy Harris <jgh146exb@???>
AuthorDate: Tue May 20 21:25:10 2014 +0100
Commit: Jeremy Harris <jgh146exb@???>
CommitDate: Tue May 20 21:25:10 2014 +0100
support optional server certificate name checking. bug 1479
enable experimental_certnames to include.
----
doc/doc-txt/experimental-spec.txt | 19 ++++
src/src/EDITME | 4 +
src/src/config.h.defaults | 1 +
src/src/exim.c | 3 +
src/src/functions.h | 7 +-
src/src/tls-gnu.c | 131 ++++++++++++++++++++------
src/src/tls-openssl.c | 69 ++++++++++++-
src/src/tls.c | 74 +++++++++++++++
src/src/tlscert-gnu.c | 5 +-
src/src/tlscert-openssl.c | 10 ++-
src/src/transports/smtp.c | 7 ++
src/src/transports/smtp.h | 15 ++-
test/confs/2012 | 80 +++++++++++++---
test/confs/2112 | 78 +++++++++++++--
test/confs/{2112 => 5440} | 80 +++++++++++++---
test/confs/{2112 => 5450} | 78 +++++++++++++--
test/log/2012 | 4 +-
test/log/2112 | 14 ++-
test/log/5440 | 17 ++++
test/log/5450 | 28 ++++++
test/scripts/5440-certnames-GnuTLS/5440 | 14 +++
test/scripts/5440-certnames-GnuTLS/REQUIRES | 3 +
test/scripts/5450-certnames-OpenSSL/5450 | 16 +++
test/scripts/5450-certnames-OpenSSL/REQUIRES | 3 +
24 files changed, 659 insertions(+), 101 deletions(-)
--
Configure bugmail:
http://bugs.exim.org/userprefs.cgi?tab=email