Add xsi:nil support to objects.
[shibboleth/xmltooling.git] / xmltooling / encryption /
2008-03-13 cantorAdd new builder base class to indicate support for...
2008-02-01 cantorRefactor extraction of certificate details.
2007-12-05 cantorSwitch default algorithm to 128-bit since Java is wussy.
2007-10-17 cantorMove credential usage enum to Credential class.
2007-07-31 cantorBackport libcurl-based Xerces net access.
2007-05-21 cantorAdd method to decrypt to stream.
2007-05-12 cantorMissing const spec.
2007-05-11 cantorFix method signature mismatch, redeclare pure methods...
2007-04-26 cantorFully qualify the header filenames for doxygen.
2007-04-26 cantorAdd some missing comments.
2007-04-20 cantorMake structure members public.
2007-04-20 cantorExtend encryption algorithm automation.
2007-04-19 cantorSimplify turning creds into KeyInfo for shared objects.
2007-04-18 cantorStop defaulting in xercesc namespace.
2007-04-12 cantorAdd credential context APIs, refactor criteria matching...
2007-04-09 cantorAlgorithm and key size criteria, incoming signature...
2007-03-28 cantorRevert to loop for decrypting keys for now, will revisi...
2007-03-26 cantorMajor revamp of credential and trust handling code...
2007-03-18 cantorRevised decryption APIs to clarify CredentialResolver...
2007-03-02 cantorMoved key/cred resolution classes out of xmlsig namespace.
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.