Add code paths for new xmlsec APIs, and allow for undetermined signature algorithm.
[shibboleth/cpp-xmltooling.git] / xmltooling / signature / impl / XMLSecSignatureImpl.cpp
2010-02-04 Scott CantorAdd code paths for new xmlsec APIs, and allow for undet...
2009-10-12 Scott CantorReducing header overuse, non-inlining selected methods...
2009-09-26 Scott CantorReducing header overuse, non-inlining selected methods...
2008-12-15 Scott CantorXerces 3 revisions.
2008-02-01 Scott CantorMulti-line svn commit, see body.
2007-07-31 Scott CantorMulti-line svn commit, see body.
2007-04-19 Scott CantorMulti-line svn commit, see body.
2007-04-12 Scott CantorAdd credential context APIs, refactor criteria matching...
2007-04-09 Scott CantorAlgorithm and key size criteria, incoming signature...
2007-03-26 Scott CantorMajor revamp of credential and trust handling code...
2007-02-13 Scott CantorMissed a covariant.
2007-02-02 Scott CantorUpdate copyright.
2007-01-02 Scott CantorImprove parser entity handling, clean up logging catego...
2006-11-21 Scott CantorAdd code for non-covariant build.
2006-11-07 Scott CantorRaw signature operations and trust engine support.
2006-10-23 Scott CantorRemoved unnecessary class from string literals.
2006-10-13 Scott Cantorgcc const fix, converted linefeeds
2006-09-04 Scott CantorMigrate to xmlsec 1.3 release, shrink a few headers.
2006-08-13 Scott CantorStop blowing away native signature from setters, need...
2006-07-12 Scott CantorRemoved ValidatingXMLObject interface and implementations.
2006-05-21 Scott CantorHook releaseDOM properly, correct KeyInfo handling...
2006-05-18 Scott CantorStop auto-cloning ContentReferences.
2006-05-18 Scott CantorRefactored Signature signing/validation, various Valida...
2006-05-15 Scott CantorIntegrated credential resolver API with signing context.
2006-05-14 Scott CantorCustom KeyInfo support in signature creation.
2006-05-08 Scott CantorMacro adjustments, date/time class, typed XML attributes.
2006-05-03 Scott CantorIntegrate parser pools into library.
2006-04-02 Scott CantorMoved signature classes into own namespace.
2006-04-01 Scott CantorEvolving macros, reduce casting in accessors, add const...
2006-03-29 Scott CantorSet xsi:type during object construction.
2006-03-29 Scott CantorMoved DOM methods up the tree, add copy c'tors, KeyInfo...