Tagging 2.5.0
[shibboleth/opensaml2.git] / samltest /
2012-06-24 scantorUse GCM in test when possible.
2012-06-24 scantorEmpty out metadata file for builds.
2012-05-22 scantorUse better smart pointers in tests
2012-05-22 scantorFix some failing tests
2012-05-17 scantorFix 64-bit test path
2012-02-01 scantorFix test case reference to Status
2012-01-31 scantorAdd Status base class.
2011-12-23 scantorClone macros
2011-12-14 scantorBoost related changes
2011-12-14 scantorBoost related changes
2011-11-21 scantorhttps://issues.shibboleth.net/jira/browse/CPPOST-70
2011-09-12 scantorStop building tests when disabled
2011-08-12 scantorFix out of tree build of tests
2011-07-28 rdwIndirect the location of cxxtest through a property.
2011-06-21 scantorFix svn properties
2011-06-15 scantorChange license header, remove stale pkg files.
2011-06-10 scantorhttps://issues.shibboleth.net/jira/browse/CPPOST-66
2011-05-19 scantorBump version, fix for CPPOST-65.
2010-10-31 cantorAdjust cxxtest path in custom build rules.
2010-10-12 cantorFix vc solution file names
2010-08-21 cantorhttps://bugs.internet2.edu/jira/browse/CPPOST-41
2010-08-18 cantorAdd clone before verifying to test for document attachm...
2010-06-08 cantorAdd explicit config to follow KeyInfoReferences.
2010-06-08 cantorAlter trust engine test to leverage KeyInfoReference.
2010-06-08 cantorFix svn properties.
2010-05-05 cantorSwitch to vc10 toolset.
2010-05-05 cantorConvert from NULL macro to nullptr, remove unused zlib...
2010-05-04 cantorVS10 solution files.
2010-03-04 cantorAdd non-build files to VS projects.
2010-03-04 cantorSwitch Win32 charset to MBCS
2010-01-19 cantorhttps://bugs.internet2.edu/jira/browse/CPPOST-41
2010-01-18 cantorPatch validUntil date for tests.
2009-11-02 cantorRemediate use of deprecated hashing function.
2009-10-30 cantorCorrect eol-style property.
2009-10-13 cantorReducing header overuse, non-inlining selected methods...
2009-10-02 cantorReducing header overuse, non-inlining selected methods...
2009-09-27 cantorReducing header overuse, non-inlining selected methods...
2009-09-26 cantorReducing header overuse, non-inlining selected methods...
2009-08-08 cantorShorten file name to fix tar error on SuSE.
2009-05-26 cantorAllow expired metadata during tests.
2009-03-19 cantorUpdate test file.
2009-03-18 cantorExtra space.
2009-02-23 cantorAdd policy rules for SAML 1 SSO and SAML 2 Bearer confi...
2009-02-20 cantorExpose audience collection on security policy.
2009-02-20 cantorNew policy rules for handling conditions.
2009-02-03 cantorMigrate makefiles to MSVC9
2008-12-29 cantorXerces 3 revisions.
2008-07-23 cantorhttps://bugs.internet2.edu/jira/browse/SSPCPP-126
2008-06-23 cantorAdd cross-compile targets for x64.
2008-06-04 cantorMake test data align with KeyInfo changes in xmltooling.
2008-03-25 cantorRegister builder for md:EncryptionMethod element to... master trunk
2008-03-18 cantorCorrect serial number in test data.
2008-02-01 cantorRefactor extraction of certificate details.
2007-11-08 cantorCollapse entity/role lookup in metadata API.
2007-10-17 cantorMove credential usage enum to Credential class.
2007-09-17 cantorRefactor message extraction into decoders and clients.
2007-09-10 cantorAdd samlsign to project.
2007-08-30 cantorRework signature validation in metadata filter.
2007-08-09 cantorStreamline SecurityPolicy methods and rule modification.
2007-07-11 cantorParameterize config namespace for message plugins.
2007-06-12 cantorRefactor signature engines.
2007-05-25 cantorMove artifact generation to a per-instance parameter.
2007-05-25 cantorSwitch encoders to metadata-based recipient parameter.
2007-05-19 cantorMoved request/response APIs out.
2007-05-12 cantorMore Sun warnings.
2007-05-11 cantorHeader and STL fixes.
2007-04-26 cantorChecked in test by accident.
2007-04-20 cantorEncrypted assertion test.
2007-04-19 cantorRemove hardcoded Perl path.
2007-04-18 cantorStop defaulting in xercesc namespace.
2007-04-10 cantorActivate tree walk for prefix inclusion (requires xmlse...
2007-04-09 cantorSettable digest algorithm, enhanced prefix handling...
2007-03-30 cantorRework observer constness, fix SOAP client virtual...
2007-03-26 cantorMajor revamp of credential and trust handling code...
2007-03-17 cantorFix tests to check for new exception type.
2007-03-08 cantorMoved URLEncoder down to tooling lib, added exception...
2007-03-05 cantorAdded marker interface for assertion types.
2007-03-02 cantorMoved key/cred resolution classes out of xmlsig namespace.
2007-02-12 cantorFixes to SOAP clients
2007-02-09 cantorShorten "built-in" plugin types.
2007-02-02 cantorUpdate copyright.
2007-01-13 cantorMore default methods.
2007-01-12 cantorRenamed setHeader to avoid collision.
2007-01-12 cantorPromoted isSecure.
2007-01-10 cantorAdd some addtl methods.
2007-01-03 cantorLayered basic metadata plugin on top of new base class.
2006-12-27 cantorPass KeyResolver into PKIX layer.
2006-12-12 cantorShift policy responsibility to ArtifactResolver, make...
2006-12-12 cantorRevert to exception-based policy errors, add "secure...
2006-12-12 cantorPolicy rule redesign for factor out issuer handling.
2006-12-01 cantorRenamed XML library.
2006-11-27 cantorRefined ElementProxy/ElementExtensible interfaces to...
2006-11-27 cantorTest RetrievalMethod local references.
2006-11-18 cantorMerged trust engines back into a unified version, made...
2006-11-12 cantorFirst SOAP encoder.
2006-11-09 cantorMoved dest. check back to decoders, policy API changes.
2006-11-07 cantorAdd simple signing support for POST binding.
2006-11-07 cantorRaw signature trust support, Redirect binding, "simple...
2006-11-07 cantorChanged "virtual" URL to match between bindings.
2006-11-03 cantorRevamped binding classes with security policy layer.
next