Register builder for md:EncryptionMethod element to fix CPPOST-7.
[shibboleth/opensaml2.git] / saml / saml1 /
2008-03-04 cantorRemove extra eol from log stream.
2008-01-30 cantorSupport path resolution in binding templates.
2008-01-17 cantorChange audience handling and validators to separate...
2008-01-16 cantorSwitch to memory input source to allow for 16-bit data.
2007-12-17 cantorClarify error messages.
2007-12-14 cantorFix for no conditions.
2007-11-20 cantorAdd linefeeds to log, add logging of additional inbound...
2007-11-20 cantorLog outbound XML in msg encoders.
2007-11-08 cantorCollapse entity/role lookup in metadata API.
2007-11-06 cantorSimplify encoder processing a bit.
2007-11-06 cantorSign message even if passed in inside an envelope.
2007-09-17 cantorRefactor message extraction into decoders and clients.
2007-08-17 cantorFix condition validation
2007-08-16 cantorAdd "sender" to SOAP APIs to avoid reuse of connections...
2007-08-09 cantorMessage rules no longer protocol specific.
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-10 cantorAnnotate exceptions with status information.
2007-07-09 cantorAlways throw a descriptive exception instead of returni...
2007-07-06 cantorEnable logging of SAML errors without making them fatal.
2007-07-05 cantorHack around namespaces for built-in properties.
2007-07-03 cantorExpose a "user agent present" property.
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-04 cantorLet XML resource loader handle "validity".
2007-04-26 cantorFix comments, add a missing const.
2007-04-18 cantorStop defaulting in xercesc namespace.
2007-04-09 cantorSettable digest algorithm, enhanced prefix handling...
2007-04-07 cantorUndo accidental change to content reference setter.
2007-04-07 cantorTighten up SAML 1.0 processing.
2007-03-26 cantorMajor revamp of credential and trust handling code...
2007-03-17 cantorSAML 2 SSO validator.
2007-03-11 cantorStreamline setIssuer call in policy.
2007-03-11 cantorScale back logging.
2007-03-08 cantorMoved URLEncoder down to tooling lib, added exception...
2007-03-07 cantorSAML 1.x SSO assertion validator.
2007-03-07 cantorBasic assertion validator.
2007-03-07 cantorFix double free bug in policy, add support for assertio...
2007-03-06 cantorCollapse unneeded header files.
2007-03-05 cantorAdded marker interface for assertion types.
2007-03-02 cantorAdd XML validation flag to policy.
2007-03-02 cantorMoved key/cred resolution classes out of xmlsig namespace.
2007-02-24 cantorEnforce final disposition of policy.
2007-02-15 cantorFix version in HTTP header, skip correlation check...
2007-02-14 cantorPromote setSignature method, refactor SOAP objects...
2007-02-13 cantorSwitch to reference for SOAP request envelope, delete...
2007-02-12 cantorFixes to SOAP clients
2007-02-05 cantorMove policy execution above the destination check.
2007-02-02 cantorUpdate copyright.
2007-01-22 cantorRelax content type check.
2007-01-22 cantorAdd assertion indicator to base class.
2007-01-12 cantorRenamed setHeader to avoid collision.
2006-12-20 cantorVirtualize template parameters.
2006-12-12 cantorShift policy responsibility to ArtifactResolver, make...
2006-12-12 cantorRevert to exception-based policy errors, add "secure...
2006-12-12 cantorReturn results from policy rules.
2006-12-12 cantorPolicy rule redesign for factor out issuer handling.
2006-11-27 cantorRefined ElementProxy/ElementExtensible interfaces to...
2006-11-24 cantorSAML 1.x SOAP client.
2006-11-23 cantorAllow message-only policy rules, basic SAML SOAP client.
2006-11-22 cantorSwitch to streams in SOAP responders.
2006-11-21 cantorAdd code for non-covariant build.
2006-11-12 cantor2.0 SOAP Encoder
2006-11-12 cantorFirst SOAP encoder.
2006-11-12 cantorSOAP decoders.
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-19 cantorRevamped encoders to produce the actual HTTP responses.
2006-10-13 cantorFix linefeeds
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
2006-10-05 cantorUnit test for 1.x POST binding, plus fixes.
2006-10-02 cantorReplayCache, some decoder work, and merged schema valid...
2006-09-29 cantorBlock "XMLishness" of ID for SAML 1.0.
2006-09-27 cantorMoved URLEncoder into separate header, made it a global...
2006-09-27 cantorFactor out XML signing code, add SAML 2 Artifact/POST
2006-09-26 cantorMessageEncoder, ArtifactMap, and SAML 1.x encoder classes.
2006-09-15 cantorMoved artifact source code into binding folders.
2006-09-08 cantorSync up ID attribute handling to latest tooling changes.
2006-08-03 cantorImplement metadata lookup by artifact, refactored metad...
2006-08-01 cantorSAML 2.0 artifact bits plus tests
2006-08-01 cantorSAML 1.x artifact bits
2006-07-31 cantorAdded some identifier constants.
2006-07-16 cantorHandle 32-bit time size
2006-07-13 cantorAdd LLONG_MAX defs, fix some warnings
2006-07-12 cantorRemoved ValidatingXMLObject interface and implementatio...
2006-07-10 putmanbFix some Doxygen tags related to files and namespaces.
2006-07-07 cantorAdded epoch caching for DateTime attributes.
2006-07-03 cantorReworked int/bool attribute handling.
2006-07-02 cantorAdded ValidatorSuite around groups of static validators.
2006-06-19 cantorFirst metadata check-in, misc. fixes.
2006-06-12 cantorInitial decryption and schema support for encrypted...
next