PKIX TrustEngine.
authorcantor <cantor@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Fri, 25 Aug 2006 00:48:13 +0000 (00:48 +0000)
committercantor <cantor@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Fri, 25 Aug 2006 00:48:13 +0000 (00:48 +0000)
commit2d97a1af9498c34bc35331b8f5045ad9c1d30b8d
tree1b68b71c9a992f3e4566cf196b8e3b1d81f7f991
parentae2c64f7ed436d2e527765bba1daf3843344f028
PKIX TrustEngine.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-opensaml2/trunk@72 fb386ef7-a10c-0410-8ebf-fd3f8e989ab0
15 files changed:
saml/Makefile.am
saml/SAMLConfig.cpp
saml/internal.h
saml/saml.vcproj
saml/security/AbstractPKIXTrustEngine.h [new file with mode: 0644]
saml/security/TrustEngine.h
saml/security/X509TrustEngine.h
saml/security/impl/AbstractPKIXTrustEngine.cpp [new file with mode: 0644]
saml/security/impl/ExplicitKeyTrustEngine.cpp
samltest/Makefile.am
samltest/data/security/FilesystemKeyResolver.xml [new file with mode: 0644]
samltest/data/security/example-metadata.xml
samltest/samltest.vcproj
samltest/security/AbstractPKIXTrustEngineTest.h [new file with mode: 0644]
samltest/security/ExplicitKeyTrustEngineTest.h