Set fourth file version digit to signify rebuild.
[shibboleth/cpp-xmltooling.git] / xmltooling / encryption /
2015-01-23 Scott CantorSSPCPP-616 - clean up concatenated string literals
2012-08-01 Scott CantorAdd XMLEnc 1.1 constants and MGF supporting code 1.5.0
2012-03-02 Scott CantorAdd option to reject unauthenticated ciphers
2011-12-22 Scott CantorAdditional macros and cleanup for cloning
2011-12-21 Scott CantorImplement content cloning via macros
2011-12-21 Scott CantorEliminate printf usage in macros.
2011-11-22 Scott Cantorhttps://issues.shibboleth.net/jira/browse/CPPOST-71
2011-11-21 Scott Cantorhttps://issues.shibboleth.net/jira/browse/CPPOST-70
2011-08-10 Scott CantorGenerate random key when key decryption fails.
2011-08-10 Scott CantorRemove PKCS 1.5 default for 3DES keys.
2011-06-15 Scott CantorMerge branch '1.x' of ssh://authdev.it.ohio-state.edu...
2010-09-14 Scott CantorMissing header for Xerces 2.8
2010-09-06 Scott Cantorhttps://issues.shibboleth.net/jira/browse/CPPOST-52
2010-09-06 Scott Cantorhttps://issues.shibboleth.net/jira/browse/SSPCPP-304
2010-05-04 Scott CantorConvert from NULL macro to nullptr.
2010-02-06 Scott CantorMissing exception handler around algorithm mapping.
2009-12-03 Scott CantorAdd a missing class decl. 1.3.3
2009-10-16 Scott Cantorhttps://issues.shibboleth.net/jira/browse/CPPXT-45
2009-10-12 Scott CantorReducing header overuse, non-inlining selected methods...
2009-09-25 Scott CantorNon-inlining selected methods (CPPOST-35).
2008-12-15 Scott CantorXerces 3 revisions.
2008-11-09 Scott CantorAdd missing header for gcc 4.4
2008-03-13 Scott CantorMulti-line svn commit, see body.
2008-02-01 Scott CantorMulti-line svn commit, see body.
2007-12-05 Scott CantorSwitch default algorithm to 128-bit since Java is wussy.
2007-10-17 Scott CantorMulti-line svn commit, see body.
2007-07-31 Scott CantorMulti-line svn commit, see body.
2007-05-21 Scott CantorAdd method to decrypt to stream.
2007-05-12 Scott CantorMissing const spec.
2007-05-11 Scott CantorFix method signature mismatch, redeclare pure methods...
2007-04-26 Scott CantorFully qualify the header filenames for doxygen.
2007-04-26 Scott CantorAdd some missing comments.
2007-04-20 Scott CantorMulti-line svn commit, see body.
2007-04-20 Scott CantorExtend encryption algorithm automation.
2007-04-19 Scott CantorMulti-line svn commit, see body.
2007-04-18 Scott CantorStop defaulting in xercesc namespace.
2007-04-12 Scott CantorAdd credential context APIs, refactor criteria matching...
2007-04-09 Scott CantorAlgorithm and key size criteria, incoming signature...
2007-03-28 Scott CantorRevert to loop for decrypting keys for now, will revisi...
2007-03-26 Scott CantorMajor revamp of credential and trust handling code...
2007-03-18 Scott CantorRevised decryption APIs to clarify CredentialResolver...
2007-03-02 Scott CantorMoved key/cred resolution classes out of xmlsig namespace.
2007-02-02 Scott CantorUpdate copyright.
2007-01-26 Scott CantorFixed some doxygen warnings.
2006-11-27 Scott CantorRefined ElementProxy/ElementExtensible interfaces to...
2006-10-23 Scott CantorRemoved unnecessary class from string literals.
2006-10-13 Scott Cantorgcc const fix, converted linefeeds
2006-10-12 Scott CantorMulti-line svn commit, see body.
2006-09-29 Scott CantorMerge schema validators into one suite.
2006-09-08 Scott CantorHandle IDness during (un)marshalling, move more work...
2006-08-11 Scott CantorCheck for NULL in Decryptor destructor
2006-07-12 Scott CantorRemoved ValidatingXMLObject interface and implementations.
2006-07-11 Scott CantorTurn off excl c14n when encrypting data.
2006-07-05 Scott CantorRemove catch(...) handler occurrences.
2006-07-02 Scott CantorAdded ValidatorSuite around groups of static validators.
2006-06-19 Scott CantorFix for setAttribute method.
2006-06-13 Scott CantorAdd recipient to key encryption parameters.
2006-06-12 Scott CantorException hierarchy altered, add EncryptedKey resolution.
2006-06-11 Scott CantorNew KeyResolver/Validator/Encrypter/Decrypter classes.
2006-06-11 Scott CantorFixed wildcard element processing.
2006-06-04 Scott CantorSemi-tested Encryption wrapper code.
2006-06-01 Scott CantorWrapped encryption schema, also block unknown attribute...
2006-05-27 Scott CantorImplemented EncryptionMethod schema snippet.