Add code paths for new xmlsec APIs, and allow for undetermined signature algorithm.
[shibboleth/cpp-xmltooling.git] / xmltooling / signature / Signature.h
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-03-13 Scott CantorMulti-line svn commit, see body.
2008-02-01 Scott CantorMulti-line svn commit, see body.
2007-04-26 Scott CantorFully qualify the header filenames for doxygen.
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-26 Scott CantorFixed some doxygen warnings.
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-07-12 Scott CantorRemoved ValidatingXMLObject interface and implementations.
2006-06-12 Scott CantorException hierarchy altered, add EncryptedKey resolution.
2006-06-04 Scott CantorSemi-tested Encryption wrapper code.
2006-05-18 Scott CantorRefactored Signature signing/validation, various Valida...
2006-05-15 Scott CantorIntegrated credential resolver API with signing context.
2006-05-08 Scott CantorMacro adjustments, date/time class, typed XML attributes.
2006-05-02 Scott CantorGeneralize exception macro.
2006-04-19 Scott CantorAdded singleton methods on typed builders.
2006-04-03 Scott CantorWrap rest of KeyInfo, add support for exposing object...
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 CantorMoved DOM methods up the tree, add copy c'tors, KeyInfo...
2006-03-26 Scott CantorRevised builder API
2006-03-17 Scott CantorMerged marshalling/unmarshalling methods into core...
2006-03-14 Scott CantorConditional xmlsec support
2006-03-12 Scott CantorFirst cut at signing support.