Unified trust engines w/ KeyInfoSource interface, first cut at SOAP transport layer.
authorScott Cantor <cantor.2@osu.edu>
Sat, 18 Nov 2006 00:42:20 +0000 (00:42 +0000)
committerScott Cantor <cantor.2@osu.edu>
Sat, 18 Nov 2006 00:42:20 +0000 (00:42 +0000)
commitf37cfd9ac949d9e61b39b3a39251c9f151e24ff0
tree2818ef171a87e2d57403ea562b7290cb37febefb
parent182a2e2532ea6def91151a4610660c430981c2e5
Unified trust engines w/ KeyInfoSource interface, first cut at SOAP transport layer.
23 files changed:
xmltooling/Makefile.am
xmltooling/QName.h
xmltooling/XMLObject.h
xmltooling/XMLToolingConfig.cpp
xmltooling/base.h
xmltooling/security/AbstractPKIXTrustEngine.h [new file with mode: 0644]
xmltooling/security/ChainingTrustEngine.h [new file with mode: 0644]
xmltooling/security/KeyInfoSource.h [new file with mode: 0644]
xmltooling/security/OpenSSLTrustEngine.h [new file with mode: 0644]
xmltooling/security/TrustEngine.h
xmltooling/security/X509TrustEngine.h
xmltooling/security/impl/AbstractPKIXTrustEngine.cpp [new file with mode: 0644]
xmltooling/security/impl/ChainingTrustEngine.cpp [new file with mode: 0644]
xmltooling/security/impl/ExplicitKeyTrustEngine.cpp
xmltooling/security/impl/TrustEngine.cpp
xmltooling/soap/HTTPSOAPTransport.h [new file with mode: 0644]
xmltooling/soap/OpenSSLSOAPTransport.h [new file with mode: 0644]
xmltooling/soap/SOAPClient.h [new file with mode: 0644]
xmltooling/soap/SOAPTransport.h [new file with mode: 0644]
xmltooling/soap/impl/CURLSOAPTransport.cpp [new file with mode: 0644]
xmltooling/unicode.h
xmltooling/xmltooling.vcproj
xmltooling/xmltoolingconfig.h [new file with mode: 0644]