[exim-dev] [Bug 2349] Add SCRAM-SHA-1/256 Authentication Met…

Top Page
Delete this message
Reply to this message
Author: admin
Date:  
To: exim-dev
Old-Topics: [exim-dev] [Bug 2349] New: Add SCRAM-SHA-1/256 Authentication Methods in Client mode
Subject: [exim-dev] [Bug 2349] Add SCRAM-SHA-1/256 Authentication Methods in Client mode
https://bugs.exim.org/show_bug.cgi?id=2349

Git Commit <git@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |git@???


--- Comment #8 from Git Commit <git@???> ---
Git commit:
https://git.exim.org/exim.git/commitdiff/14a806d6c13afdfb2f44dce64e50bffa6cb6869c

commit 14a806d6c13afdfb2f44dce64e50bffa6cb6869c
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Fri Dec 27 18:37:19 2019 +0000
Commit:     Jeremy Harris <jgh146exb@???>
CommitDate: Fri Dec 27 18:37:19 2019 +0000


    authenticator gsasl: client support.  bug 2349
----
 doc/doc-docbook/spec.xfpt                   |  28 ++-
 doc/doc-txt/NewStuff                        |   4 +
 doc/doc-txt/OptionLists.txt                 |   5 +-
 src/src/EDITME                              |   3 +
 src/src/auths/get_data.c                    |   2 +-
 src/src/auths/gsasl_exim.c                  | 349 +++++++++++++++++++++++-----
 src/src/auths/gsasl_exim.h                  |   7 +
 src/src/drtables.c                          |   2 +-
 src/src/tls-openssl.c                       |   4 +-
 test/confs/3820                             |  52 ++++-
 test/confs/3821                             |   1 +
 test/confs/3828                             |  66 ++++++
 test/confs/3829                             |   1 +
 test/log/3828                               |  12 +
 test/scripts/3820-Gnu-SASL/3821             |  10 +
 test/scripts/3828-gsasl-plaintext/3828      |  16 ++
 test/scripts/3828-gsasl-plaintext/REQUIRES  |   2 +
 test/scripts/3829-gsasl-scram-plus/3829     |   8 +
 test/scripts/3829-gsasl-scram-plus/REQUIRES |   2 +
 19 files changed, 497 insertions(+), 77 deletions(-)


--
You are receiving this mail because:
You are on the CC list for the bug.