[cpp-xmltooling] branch master updated (db08101 -> 6de4876)
Rod Widdowson
rdw at steadingsoftware.com
Tue Jul 19 11:36:11 EDT 2016
This is an automated email from the git hooks/post-receive script.
rdw pushed a change to branch master
in repository cpp-xmltooling.
from db08101 CPPXT-109 - XSECCryptoX509CRL::loadX509CRLPEM() can read past unterminated buffer
new fcdcf87 CPPXT-110 OpenSSL 1.1 makes X509_STORE_CTX and X509_CRL opaque
new 7670a52 CPPXT-110 Add new OpenSSL support files to Unix build
new c866e22 CPPXT-110 OpenSSL 1.1 makes DSA opaque
new 2c62157 CPPXT-110 OpenSSL 1.1 makes EVP_PKEY opaque
new eff6f0b CPPXT-110 OpenSSL 1.1 removes BIO_s_file_internal
new 6de4876 CPPXT-110 OpenSSL 1.1 internalizes locking.
The 6 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 | 6 +-
.../vc10/xmltooling/xmltooling.vcxproj.filters | 13 ++-
xmltooling/Makefile.am | 2 +
xmltooling/XMLToolingConfig.cpp | 9 ++
.../security/impl/ExplicitKeyTrustEngine.cpp | 9 +-
.../security/impl/FilesystemCredentialResolver.cpp | 1 +
xmltooling/security/impl/OpenSSLSupport.cpp | 125 +++++++++++++++++++++
xmltooling/security/impl/OpenSSLSupport.h | 81 +++++++++++++
xmltooling/security/impl/PKIXPathValidator.cpp | 54 +++++----
xmltooling/security/impl/SecurityHelper.cpp | 13 ++-
xmltooling/soap/impl/CURLSOAPTransport.cpp | 11 +-
11 files changed, 285 insertions(+), 39 deletions(-)
create mode 100644 xmltooling/security/impl/OpenSSLSupport.cpp
create mode 100644 xmltooling/security/impl/OpenSSLSupport.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list