Small fixes.
[java-idp.git] / tests /
2005-05-17 wassaFixed broken ARP test that broke with the conversion...
2005-05-17 gilbertMake cannonical serialization the default
2005-05-16 cantorAdded stand-alone query role.
2005-05-16 wassaIntegrated SCT's attribute definition classes.
2005-05-16 gilbertUse Cannonicalized serialization for the compare tests
2005-05-13 wassaMetadata provider now supports inline metadata specific...
2005-05-12 wassaMetadata/Trust matching against CN now uses manual...
2005-05-11 wassaFixed a bug in trust processing that would cause valida...
2005-05-10 wassaReworked name mapping configuration:
2005-04-29 wassaPulled the local principal implementation class out...
2005-04-29 wassaBetter name for principal class.
2005-04-29 wassaFormatting cleanups.
2005-04-29 wassaRemoved a small dependency on Sun's JDK classes. (com...
2005-04-11 cantorAdjustments to trust interface and providers for token...
2005-04-08 wassaInline CRLs in the metadata are now honored during...
2005-04-07 wassaRefactorings on the Trust code. (Extracted an interface...
2005-04-04 wassaGet rid of /hs package
2005-04-03 wassaMore junit tests.
2005-04-03 wassaMore junit tests.
2005-04-02 wassaWorking junit tests for pkix validation, both at the...
2005-04-01 wassaAnother junit test for trust validation.
2005-03-31 wassaWorking test for metadata-inline X509 certs.
2005-03-31 wassaMinor fix for testcase.
2005-03-31 wassaAdded unit test to protect against recently discovered...
2005-03-24 wassaSome small refactorings and cleanups.
2005-03-15 wassaUpdated component naming.
2005-03-09 cantor*** empty log message ***
2005-03-03 cantorMetadata support for old and new schemas, and API changes.
2005-03-01 wassaMove IdP toward using metadata to determine whether...
2005-02-28 wassaMore AA & HS unification (merged separate relying party...
2005-02-28 wassaMore work on unifying the AA and HS servlets.
2005-02-11 cantorPatches for opensaml profile/binding changes.
2005-01-28 wassaCleaned up imports.
2005-01-27 gilbertReplace DOMParser with calls to pool or helper class.
2005-01-27 wassaAdded ARP match functions for string and regular expres...
2005-01-25 wassaAdded the old example keystore back into the test conf...
2005-01-11 wassaUnifed NameMapper and HSNameMapper interfaces for use...
2005-01-04 wassaFixed incorrect unit test and corresponding bug in...
2004-12-21 wassaFixed incorrect error message in ARP tests.
2004-11-22 wassaSee Bugzilla #182.
2004-04-27 wassaAdded support for SubjectAltName and "SSL hostname...
2004-03-25 wassaFirst cut at Origin side metadata implementation.
2004-02-13 wassaRemoved stale comment.
2004-02-04 wassaUpdated test to work with new config strategy.
2004-02-04 wassaUpdated test to work with new config strategy.
2004-01-29 wassaMake successful test silent
2004-01-22 wassaUpdate to sync with interface.
2004-01-22 wassaUpdated tests to reflect new Credentials constants.
2004-01-22 wassaUpdated per Interface.
2004-01-21 wassaFix XML in test case.
2004-01-21 wassaAdd schema for Name Identifier Mappings and schema...
2004-01-20 wassaImproved Name Mapper tests.
2004-01-20 wassaMore name mapping updates.
2003-12-11 wassaImplemented Scott's suggestions for the credential...
2003-12-11 wassaDon't error out when loading incomplete cert chain...
2003-12-11 wassaAdd support for DES encryption on OpenSSL raw format...
2003-12-10 wassaAdded some test keys for OpenSSL formatted keys.
2003-12-08 wassaStarted to add support for RSA raw encrypted keys.
2003-12-08 wassaFile credential resolver now supports encrypted pkcs8...
2003-12-08 wassaBegin to add support for encrypted pkcs8 keys to file...
2003-12-05 wassaAdd support for PEM-encoded PKCS8 format DSA keys....
2003-12-04 wassaAdded support to the file credential resolver for DSA...
2003-12-04 wassaAddes support to the file credential resolver for raw...
2003-12-04 wassaAdd support for reading PKCS8 RSA keys in PEM format.
2003-12-03 wassaAdd support to the File Credential Resolver for loading...
2003-12-02 wassaCredentials file resolver will now load rsa keys in...
2003-12-02 wassaUpdated credentials schema.
2003-11-20 wassaA little more work on the credentials loader.
2003-11-20 wassaInitial import of origin Credential loading code.
2003-11-20 wassaJavadoc fix.
2003-10-28 wassaAdded jUnit test for bug where ARP engine was sometimes...
2003-10-22 wassaAdded match function testing for attribute values in...
2003-09-18 cantorFactored out BaseDataConnector class
2003-09-13 cantorAdded support for data connector failover.
2003-08-22 wassajUnit test for a bug in the Attribute Resolver. Recurs...
2003-08-11 cantorAdded dependency support to DataConnectors
2003-07-21 wassaAdded simple jUnit test for Crypto Handle Repository.
2003-06-13 cantorUpdated attribute URIs.
2003-06-10 wassaChange to new eduPerson URNs.
2003-06-10 wassaChange to new eduPerson URNs.
2003-05-08 wassaBetter handling when attribute PlugIns are mislabeled...
2003-04-17 wassaMore jUnit tests for the attribute resolver.
2003-04-16 wassaAdded attribute resolver test.
2003-04-16 wassaMore jUnit tests for Attribute Resolver.
2003-04-16 wassaFixed AAAttribute equals() method.
2003-04-16 wassaAdded some jUnit tests for the Attribute Resolver.
2003-04-09 wassaConverted jUnit ARP tests to use new interface.
2003-02-26 wassaTurn off the log4j output for the ARP Tests.
2003-02-26 wassaConverted test structure to be the same as OpenSAML...