Register builder for md:EncryptionMethod element to fix CPPOST-7.
[shibboleth/opensaml2.git] / saml / saml2 / binding / impl / SAML2POSTDecoder.cpp
2008-03-04 cantorRemove extra eol from log stream.
2008-01-16 cantorSwitch to memory input source to allow for 16-bit data.
2007-12-17 cantorClarify error messages.
2007-09-17 cantorRefactor message extraction into decoders and clients.
2007-08-09 cantorCheck for missing Destination value.
2007-08-09 cantorStreamline SecurityPolicy methods and rule modification.
2007-07-31 cantorConvert logging to log4shib via compile time switch.
2007-07-25 cantorRecipient/Destination checks were including query string.
2007-07-11 cantorParameterize config namespace for message plugins.
2007-07-09 cantorAlways throw a descriptive exception instead of returni...
2007-05-19 cantorMoved request/response APIs out.
2007-05-02 cantorMissing () in if statement.
2007-03-06 cantorCollapse unneeded header files.
2007-03-02 cantorAdd XML validation flag to policy.
2007-02-05 cantorMove policy execution above the destination check.
2007-02-02 cantorUpdate copyright.
2006-12-12 cantorPolicy rule redesign for factor out issuer handling.
2006-11-23 cantorAllow message-only policy rules, basic SAML SOAP client.
2006-11-21 cantorAdd code for non-covariant build.
2006-11-12 cantorFirst SOAP encoder.
2006-11-09 cantorMoved dest. check back to decoders, policy API changes.
2006-11-03 cantorAdded MessageRoutingRule for destination checks.
2006-11-03 cantorRevamped binding classes with security policy layer.
2006-10-23 cantorReplace "trusted" output flag with security mech ID.
2006-10-23 cantorRemoved unnecessary class from string literals.
2006-10-12 cantorRemoved ChildlessElement class references, ensure Compl...
2006-10-09 cantorMoved ReplayCache into xmltooling
2006-10-09 cantor1.x Artifact decoder, unit test.
2006-10-06 cantor2.0 POST binding and test