Package fixes.
[shibboleth/xmltooling.git] / xmltooling / soap / impl / CURLSOAPTransport.cpp
2008-03-04 cantorChange logging categories.
2007-12-09 cantorFix errors on older curl version.
2007-10-17 cantorMove credential usage enum to Credential class.
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 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-17 cantorCleaned up source for dual build
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-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-12 cantorForgot to check for null callback.
2007-02-02 cantorUpdate copyright.
2007-01-25 cantorAdd chunked transport encoding per libcurl requirements.
2006-11-22 cantorAdd security indicator to transport, set by SSL callbac...
2006-11-22 cantorBasic SOAP client, reworked transport streams.
2006-11-18 cantorUnified trust engines w/ KeyInfoSource interface, first...