[xmltooling] branch master updated (bae0dd5 -> 4941170)

Ferenc Wágner wferi at moszumanska.debian.org
Fri Dec 16 11:56:11 UTC 2016


This is an automated email from the git hooks/post-receive script.

wferi pushed a change to branch master
in repository xmltooling.

      from  bae0dd5   Unwind previous.
       new  d6eeff1   CPPXT-110  Checkin prototypical vcxproj.user file for xmltoolingtest
       new  6539b98   CPPXT-110 Start to add tests to exercise XSEC paths which will change
       new  37e8a9d   CPPXT-110 Start to add tests to exercise XSEC paths which will change
       new  c11212e   CPPXT-110 Clean up some collateral damage from previous checkin
       new  a673915   CPPXT-110 Add test path for RSA loadXXXBigNums
       new  47f8f26   CPPXT-110 Used Named curves for EC testing
       new  6b3d60c   CPPXT-110 test for code changes to OpenSSLCryptoKeyDSA
       new  b1dab00   CPPXT-110 test for code changes to OpenSSLCryptoKeyEC
       new  b67a854   CPPXT-110 Round trip verify test for OpenSSLCryptoKeyDSA
       new  167da50   CPPXT-110 Inverted parameters to TSM_ASSERT in DSA test
       new  3140b4c   CPPXT-110 Test for OpenSSL part of ExplicitKeyTrustEngine
       new  fb43000   CPPXT-110 OpenSSL 1.1 makes X509_STORE_CTX and X509_CRL opaque
       new  8a0f5d4   CPPXT-110 Add new OpenSSL support files to Unix build
       new  c3693a3   CPPXT-110 OpenSSL 1.1 makes DSA opaque
       new  e4e09e4   CPPXT-110 OpenSSL 1.1 makes EVP_PKEY opaque
       new  492d908   CPPXT-110 OpenSSL 1.1 removes BIO_s_file_internal
       new  76daf28   CPPXT-110 OpenSSL 1.1 internalizes locking.
       new  1d41f3a   CPPXT-110 OpenSSL 1.1: Fix some signatures and names
       new  a7f2456   CPPXT-110 OpenSSL 1.1: library names have changes
       new  df1845c   Commit a xmltoolingtest.vcxproj.user.
       new  cbdd797   CPPXT-110 OpenSSL 1.1: OpenSSL1.1 changes to newly introduced tests
       new  821fdfd   CPPXT-110 OpenSSL 1.1: Cleanup tests
       new  b374590   CPPXT-110 OpenSSL 1.1: New build mechanisms
       new  4941170   Missed file for OpenSSL1.1 support

The 24 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Projects/vc10/xmltooling/xmltooling.vcxproj        |  12 +-
 .../vc10/xmltooling/xmltooling.vcxproj.filters     |  13 +-
 .../vc10/xmltoolingtest/xmltoolingtest.vcxproj     | 167 +++++++++--------
 .../xmltoolingtest/xmltoolingtest.vcxproj.filters  |  18 +-
 .../xmltoolingtest/xmltoolingtest.vcxproj.user     |  11 ++
 .../xmltoolingtest.vcxproj.user.master             |  10 ++
 Projects/vc14/xmltooling/xmltooling.vcxproj        |   9 +-
 .../vc14/xmltoolingtest/xmltoolingtest.vcxproj     |  29 ++-
 .../xmltoolingtest/xmltoolingtest.vcxproj.filters  |   7 +-
 xmltooling/Makefile.am                             |   2 +
 xmltooling/XMLToolingConfig.cpp                    |   9 +
 .../security/impl/ExplicitKeyTrustEngine.cpp       |   9 +-
 .../security/impl/FilesystemCredentialResolver.cpp |   1 +
 xmltooling/security/impl/OpenSSLSupport.cpp        |  22 +--
 xmltooling/security/impl/OpenSSLSupport.h          |  10 +-
 xmltooling/security/impl/PKIXPathValidator.cpp     |  54 +++---
 xmltooling/security/impl/SecurityHelper.cpp        |  13 +-
 xmltooling/soap/impl/CURLSOAPTransport.cpp         |  11 +-
 xmltoolingtest/ExplicitKeyTrustEngineTest.h        |  95 ++++++++++
 xmltoolingtest/FilesystemCredentialResolverTest.h  |   2 +-
 xmltoolingtest/InlineKeyResolverTest.h             | 161 +++++++++++++++++
 xmltoolingtest/Makefile.am                         |   1 +
 xmltoolingtest/SignatureTest.h                     | 199 ++++++++++++++++++++-
 ...eKeyResolver.xml => ExplicitKeyTrustEngine.xml} |   2 +-
 .../data/FilesystemCredentialResolver.xml          |  18 ++
 .../data/FilesystemCredentialResolverCertOnly.xml  |  18 ++
 xmltoolingtest/data/KeyInfoDSA.xml                 |  17 ++
 xmltoolingtest/data/KeyInfoEC.xml                  |   9 +
 xmltoolingtest/data/dsa-cert.pem                   |  16 ++
 xmltoolingtest/data/dsa-key.pem                    |  14 ++
 xmltoolingtest/data/ec-cert.pem                    |  12 ++
 xmltoolingtest/data/ec-key.pem                     |   7 +
 32 files changed, 826 insertions(+), 152 deletions(-)
 create mode 100644 Projects/vc10/xmltoolingtest/xmltoolingtest.vcxproj.user
 create mode 100644 Projects/vc10/xmltoolingtest/xmltoolingtest.vcxproj.user.master
 create mode 100644 xmltoolingtest/ExplicitKeyTrustEngineTest.h
 copy xmltoolingtest/data/{InlineKeyResolver.xml => ExplicitKeyTrustEngine.xml} (53%)
 create mode 100644 xmltoolingtest/data/FilesystemCredentialResolverCertOnly.xml
 create mode 100644 xmltoolingtest/data/KeyInfoDSA.xml
 create mode 100644 xmltoolingtest/data/KeyInfoEC.xml
 create mode 100644 xmltoolingtest/data/dsa-cert.pem
 create mode 100644 xmltoolingtest/data/dsa-key.pem
 create mode 100644 xmltoolingtest/data/ec-cert.pem
 create mode 100644 xmltoolingtest/data/ec-key.pem

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/xmltooling.git



More information about the Pkg-shibboleth-devel mailing list