[exim-dev] [Bug 1358] Want a way to pull fields out of certi…

Top Page
Delete this message
Reply to this message
Author: Git Commit
Date:  
To: exim-dev
Old-Topics: [exim-dev] [Bug 1358] New: Want a way to pull fields out of certificates
Subject: [exim-dev] [Bug 1358] Want a way to pull fields out of certificates
------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=1358

Git Commit <git@???> changed:

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





--- Comment #4 from Git Commit <git@???> 2014-05-02 21:17:06 ---
Git commit:
http://git.exim.org/exim.git/commitdiff/9d1c15ef45fcc8809349378922de20ae9a774c75

commit 9d1c15ef45fcc8809349378922de20ae9a774c75
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Fri May 2 18:50:34 2014 +0100
Commit:     Jeremy Harris <jgh146exb@???>
CommitDate: Fri May 2 20:05:30 2014 +0100


    certificate variables and field-extractor expansions.  bug 1358
----
 doc/doc-docbook/spec.xfpt               |   69 ++++
 doc/doc-txt/ChangeLog                   |    3 +
 doc/doc-txt/NewStuff                    |    3 +
 src/OS/Makefile-Base                    |    2 +-
 src/scripts/MakeLinks                   |    2 +
 src/src/deliver.c                       |  108 +++++--
 src/src/expand.c                        |  536 ++++++++++++++++++++-----------
 src/src/functions.h                     |   19 ++
 src/src/globals.c                       |    6 +
 src/src/globals.h                       |    2 +
 src/src/smtp_in.c                       |    2 +
 src/src/spool_in.c                      |   10 +
 src/src/spool_out.c                     |   16 +-
 src/src/structs.h                       |    2 +
 src/src/tls-gnu.c                       |  125 +++++---
 src/src/tls-openssl.c                   |   23 ++-
 src/src/tls.c                           |    2 +
 src/src/tlscert-gnu.c                   |  325 +++++++++++++++++++
 src/src/tlscert-openssl.c               |  293 +++++++++++++++++
 src/src/transports/smtp.c               |    8 +-
 test/confs/2002                         |   24 ++-
 test/confs/2102                         |   24 ++-
 test/confs/5750                         |   95 ++++++
 test/confs/5760                         |   95 ++++++
 test/log/2002                           |   18 +-
 test/log/2102                           |   19 +-
 test/log/5750                           |   46 +++
 test/log/5760                           |   47 +++
 test/mail/2002.CALLER                   |    2 +-
 test/mail/2102.CALLER                   |    2 +-
 test/scripts/2000-GnuTLS/2002           |    4 +-
 test/scripts/2100-OpenSSL/2102          |    4 +-
 test/scripts/5750-GnuTLS-TPDA/5750      |   13 +
 test/scripts/5750-GnuTLS-TPDA/REQUIRES  |    2 +
 test/scripts/5760-OpenSSL-TPDA/5760     |   13 +
 test/scripts/5760-OpenSSL-TPDA/REQUIRES |    2 +
 test/stdout/2002                        |    4 +-
 test/stdout/2102                        |    4 +-
 38 files changed, 1686 insertions(+), 288 deletions(-)



--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email