SAML Signature subclasses and test.
authorScott Cantor <cantor.2@osu.edu>
Sun, 14 May 2006 03:35:30 +0000 (03:35 +0000)
committerScott Cantor <cantor.2@osu.edu>
Sun, 14 May 2006 03:35:30 +0000 (03:35 +0000)
commit2c235cac370df082dd2f1462a06fcf6148b6b319
treef5aad37191a10038a6ba5a4ea2b55fbc7ad5e9e8
parentb63d7aa57a16e6a2b45c9347784db721dadee942
SAML Signature subclasses and test.
15 files changed:
.cdtproject
saml/Makefile.am
saml/saml.vcproj
saml/saml1/core/impl/AssertionsSchemaValidators.cpp
saml/signature/SigningContext.cpp [new file with mode: 0644]
saml/signature/SigningContext.h [new file with mode: 0644]
saml/signature/VerifyingContext.cpp [new file with mode: 0644]
saml/signature/VerifyingContext.h [new file with mode: 0644]
samltest/Makefile.am
samltest/saml1/core/impl/AudienceRestrictionConditionTest.h [new file with mode: 0644]
samltest/saml1/core/impl/AudienceTest.h [new file with mode: 0644]
samltest/saml1/core/impl/AuthenticationStatementTest.h [new file with mode: 0644]
samltest/samltest.vcproj
samltest/signature/.gitignore [new file with mode: 0644]
samltest/signature/SAML1AssertionTest.h [new file with mode: 0644]