Correct constness of transport API, handle both chunked and buffered encoding.
[shibboleth/xmltooling.git] / xmltooling / encryption /
2007-02-02 cantorUpdate copyright.
2007-01-26 cantorFixed some doxygen warnings.
2006-11-27 cantorRefined ElementProxy/ElementExtensible interfaces to...
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-08-11 cantorCheck for NULL in Decryptor destructor
2006-07-12 cantorRemoved ValidatingXMLObject interface and implementations.
2006-07-11 cantorTurn off excl c14n when encrypting data.
2006-07-05 cantorRemove catch(...) handler occurrences.
2006-07-02 cantorAdded ValidatorSuite around groups of static validators.
2006-06-19 cantorFix for setAttribute method.
2006-06-13 cantorAdd recipient to key encryption parameters.
2006-06-12 cantorException hierarchy altered, add EncryptedKey resolution.
2006-06-11 cantorNew KeyResolver/Validator/Encrypter/Decrypter classes.
2006-06-11 cantorFixed wildcard element processing.
2006-06-04 cantorSemi-tested Encryption wrapper code.
2006-06-01 cantorWrapped encryption schema, also block unknown attribute...
2006-05-27 cantorImplemented EncryptionMethod schema snippet.