Make clean agressive in what it destroys, and test for the existance of the subsidiar...
[shibboleth/xmltooling.git] / xmltooling / encryption /
2012-08-01 scantorAdd XMLEnc 1.1 constants and MGF supporting code
2012-03-02 scantorAdd option to reject unauthenticated ciphers
2011-12-22 scantorAdditional macros and cleanup for cloning
2011-12-21 scantorImplement content cloning via macros
2011-12-21 scantorEliminate printf usage in macros.
2011-11-22 scantorhttps://issues.shibboleth.net/jira/browse/CPPOST-71
2011-11-21 scantorhttps://issues.shibboleth.net/jira/browse/CPPOST-70
2011-08-10 scantorGenerate random key when key decryption fails.
2011-08-10 scantorRemove PKCS 1.5 default for 3DES keys.
2011-06-15 scantorMerge branch '1.x' of ssh://authdev.it.ohio-state.edu...
2010-09-14 cantorMissing header for Xerces 2.8
2010-09-06 cantorhttps://bugs.internet2.edu/jira/browse/CPPOST-52
2010-09-06 cantorhttps://bugs.internet2.edu/jira/browse/SSPCPP-304
2010-05-04 cantorConvert from NULL macro to nullptr.
2010-02-06 cantorMissing exception handler around algorithm mapping.
2009-12-03 cantorAdd a missing class decl.
2009-10-16 cantorhttps://bugs.internet2.edu/jira/browse/CPPXT-45
2009-10-12 cantorReducing header overuse, non-inlining selected methods...
2009-09-25 cantorNon-inlining selected methods (CPPOST-35).
2008-12-15 cantorXerces 3 revisions.
2008-11-09 cantorAdd missing header for gcc 4.4
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.