https://bugs.exim.org/show_bug.cgi?id=1523
Git Commit <git@???> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |git@???
--- Comment #3 from Git Commit <git@???> ---
Git commit:
https://git.exim.org/exim.git/commitdiff/899b8bbc6d360af6362c2a41d40b786279f41492
commit 899b8bbc6d360af6362c2a41d40b786279f41492
Author: Jeremy Harris <jgh146exb@???>
AuthorDate: Tue Dec 19 15:06:49 2017 +0000
Commit: Jeremy Harris <jgh146exb@???>
CommitDate: Tue Dec 19 15:22:42 2017 +0000
dane: support under gnutls. bug 1523
gnutls version 3.0.0 onwards; still experimental
----
doc/doc-txt/NewStuff | 3 +
doc/doc-txt/experimental-spec.txt | 2 +
src/OS/Makefile-Base | 16 ++--
src/scripts/MakeLinks | 2 +-
src/src/EDITME | 5 +-
src/src/dane-gnu.c | 21 -----
src/src/dane.c | 4 +-
src/src/tls-gnu.c | 174 +++++++++++++++++++++++++++++-------
src/src/transports/smtp.c | 11 +--
test/confs/5820 | 52 +++++++----
test/confs/5840 | 14 +--
test/confs/5860 | 14 +--
test/dnszones-src/db.test.ex | 35 ++++++--
test/log/5820 | 107 ++++++++++++++++++++++
test/log/5840 | 58 +++++++++---
test/log/5860 | 8 +-
test/scripts/5820-DANE-GnuTLS/5820 | 102 +++++++++++++++++++--
test/scripts/5840-DANE-OpenSSL/5840 | 37 ++++++--
test/stderr/{5840 => 5820} | 35 +++++---
test/stderr/5840 | 30 ++++---
test/stdout/5800 | 2 +-
test/stdout/5820 | 45 ++++++++++
test/stdout/5840 | 30 ++++---
23 files changed, 628 insertions(+), 179 deletions(-)
--
You are receiving this mail because:
You are on the CC list for the bug.