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

Ferenc Wágner wferi at moszumanska.debian.org
Fri Sep 8 22:04:26 UTC 2017


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

wferi pushed a change to branch master
in repository xmltooling.

      from  4941170   Missed file for OpenSSL1.1 support
       new  0bd1348   Add paths for the test run
       new  af0250c   CPPXT-107 Re-enable compile of PKIX Trust engine
       new  75ff537   Add Eclipse project file.
       new  f685476   CPPXT-107 - Issues compiling with Boost and VC15
       new  b8b6c2b   VC14 build - move interm director from the Project to the BUILD tree
       new  65cbff5   CPPXT-114 Allow EC keys for the ExplicitKeyTrustEngine
       new  4e832cb   CPPXT-106 Apache Deadlock in load thread/lock thread
       new  6a16f05   CPPXT-116 Cleanup comment
       new  402fb83   Add additional VS detritus to ignore.
       new  3f9febc   CPPXT-114 - ExplicitKeyTrustEngine doesn't handle EC in the OpenSSL case
       new  a31cae0   CPPXT-106 VC17 Initial support
       new  e9aeccb   Fix non windows build
       new  434b094   CPPXT-106 Remove old 'vc17' tree
       new  062a8af   CPPXT-106 VC17 Support
       new  ec64a6f   CPPXT-106 Update versions to pseudo-version 2.7

The 15 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:
 .autotools                                         |   1 +
 .gitignore                                         |   1 +
 Projects/vc10/xmltooling/xmltooling.vcxproj        |   1 +
 .../vc10/xmltooling/xmltooling.vcxproj.filters     |   7 +-
 .../xmltoolingtest/xmltoolingtest.vcxproj.user     |   6 +-
 Projects/vc14/xmltooling/xmltooling-lite.vcxproj   |  11 +-
 Projects/vc14/xmltooling/xmltooling.vcxproj        |  38 +-
 .../vc14/xmltooling/xmltooling.vcxproj.filters     |  10 +-
 .../vc14/xmltoolingtest/xmltoolingtest.vcxproj     |  17 +-
 Projects/{vc14 => vc15}/cpp-xmltooling.sln         |   5 +-
 .../xmltooling/xmltooling-lite.vcxproj             |  37 +-
 .../xmltooling/xmltooling-lite.vcxproj.filters     |   0
 .../{vc10 => vc15}/xmltooling/xmltooling.vcxproj   | 717 +++++++++++----------
 .../xmltooling/xmltooling.vcxproj.filters          |  10 +-
 .../xmltoolingtest/xmltoolingtest.vcxproj          |  31 +-
 .../xmltoolingtest/xmltoolingtest.vcxproj.filters  | 276 ++++----
 xmltooling/Makefile.am                             |   2 +
 xmltooling/security/AbstractPKIXTrustEngine.h      |   5 +-
 xmltooling/security/OpenSSLSecurityHelper.h        |  65 ++
 .../security/impl/AbstractPKIXTrustEngine.cpp      |  11 +-
 .../security/impl/ExplicitKeyTrustEngine.cpp       |  90 +--
 xmltooling/security/impl/OpenSSLSecurityHelper.cpp | 113 ++++
 xmltooling/security/impl/OpenSSLSupport.h          |   1 +
 xmltooling/security/impl/SecurityHelper.cpp        |  52 +-
 xmltooling/security/impl/TrustEngine.cpp           |   2 -
 xmltooling/util/ReloadableXMLFile.cpp              |  35 +-
 xmltooling/xmltooling.rc                           |  28 +-
 xmltoolingtest/ExplicitKeyTrustEngineTest.h        |   3 +-
 28 files changed, 889 insertions(+), 686 deletions(-)
 copy Projects/{vc14 => vc15}/cpp-xmltooling.sln (98%)
 copy Projects/{vc14 => vc15}/xmltooling/xmltooling-lite.vcxproj (94%)
 copy Projects/{vc14 => vc15}/xmltooling/xmltooling-lite.vcxproj.filters (100%)
 copy Projects/{vc10 => vc15}/xmltooling/xmltooling.vcxproj (92%)
 copy Projects/{vc14 => vc15}/xmltooling/xmltooling.vcxproj.filters (98%)
 copy Projects/{vc14 => vc15}/xmltoolingtest/xmltoolingtest.vcxproj (97%)
 copy Projects/{vc10 => vc15}/xmltoolingtest/xmltoolingtest.vcxproj.filters (97%)
 create mode 100644 xmltooling/security/OpenSSLSecurityHelper.h
 create mode 100644 xmltooling/security/impl/OpenSSLSecurityHelper.cpp

-- 
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