Placeholder.
[shibboleth/xmltooling.git] / xmltooling / soap /
2007-09-17 cantorRename authentication flag.
2007-08-16 cantorAdd "sender" to SOAP APIs to avoid reuse of connections...
2007-08-03 cantorFix default cipher list, go back to SSLv3 only.
2007-08-02 cantorMissing a declaration in the header.
2007-08-02 cantorNo way that void* stuff will work.
2007-08-02 cantorDefault to 128-bit ciphers and try disabling SSLv2...
2007-08-02 cantorHighly revolting code to pass curl options through...
2007-07-31 cantorBackport libcurl-based Xerces net access.
2007-07-25 cantorNeed to convert characters to unsigned char before...
2007-07-17 cantorOption to disable host checking.
2007-05-26 cantorAdd SOAP fault codes.
2007-05-17 cantorMove curl dependent code to full build only.
2007-05-17 cantorCleaned up source for dual build
2007-05-11 cantorFix method signature mismatch, redeclare pure methods...
2007-05-02 cantorHTTP creds need to be held by transport object.
2007-03-26 cantorMajor revamp of credential and trust handling code...
2007-03-02 cantorMoved key/cred resolution classes out of xmlsig namespace.
2007-03-02 cantorMoved key/cred resolution classes out of xmlsig namespace.
2007-02-15 cantorCorrect constness of transport API, handle both chunked...
2007-02-15 cantorFix connection pool size.
2007-02-15 cantorCorrected key extraction and comparison.
2007-02-14 cantorTest transport for confidentiality.
2007-02-13 cantorReduce logging verbosity, log server cert issues more...
2007-02-13 cantorSwitch to reference for SOAP request envelope.
2007-02-12 cantorForgot to check for null callback.
2007-02-12 cantorDon't call virtual method from d'tor.
2007-02-02 cantorUpdate copyright.
2007-01-26 cantorFixed some doxygen warnings.
2007-01-25 cantorAdd chunked transport encoding per libcurl requirements.
2007-01-22 cantorRelax content type check.
2006-11-27 cantorRefined ElementProxy/ElementExtensible interfaces to...
2006-11-24 cantorMissing const on Faultcode.
2006-11-24 cantorRemoved extraneous SAML reference.
2006-11-24 cantorAdd SOAP fault override.
2006-11-22 cantorAdd security indicator to transport, set by SSL callbac...
2006-11-22 cantorAdd validate flag to SOAP ctor
2006-11-22 cantorStream operators (Unicode string operator is an experiment)
2006-11-22 cantorAdd call to ValidatorSuite.
2006-11-22 cantorBasic SOAP client, reworked transport streams.
2006-11-18 cantorUnified trust engines w/ KeyInfoSource interface, first...
2006-10-23 cantorRemoved unnecessary class from string literals.
2006-10-13 cantorgcc const fix, converted linefeeds
2006-10-12 cantorTrack DOM text nodes to ensure fidelity.
2006-09-29 cantorMerge schema validators into one suite.
2006-09-08 cantorHandle IDness during (un)marshalling, move more work...
2006-09-07 cantorSOAP 1.1 classes