Set fourth file version digit to signify rebuild.
[shibboleth/cpp-xmltooling.git] / xmltooling / signature /
2015-01-23 Scott CantorSSPCPP-616 - clean up concatenated string literals
2012-09-12 Scott Cantorhttps://issues.shibboleth.net/jira/browse/CPPXT-90
2011-12-22 Scott CantorAdditional macros and cleanup for cloning
2011-12-21 Scott CantorImplement content cloning via macros
2011-11-22 Scott Cantorhttps://issues.shibboleth.net/jira/browse/CPPOST-71
2011-06-15 Scott CantorMerge branch '1.x' of ssh://authdev.it.ohio-state.edu...
2010-10-26 Scott CantorAdd X509Digest support, adjust default KeyInfo generation.
2010-06-09 Scott CantorFix KeyVaue validator, add ECKeyValue test case.
2010-06-08 Scott CantorAdditional 1.1 classes, some fixups to original additions.
2010-06-07 Scott CantorAdd accessors for new KeyInfo extensions, and fix build...
2010-06-07 Scott CantorPartial addition of 1.1 KeyInfo extensions.
2010-05-04 Scott CantorConvert from NULL macro to nullptr.
2010-02-15 Scott CantorWrap importNode call in exception handler.
2010-02-04 Scott CantorAdd code paths for new xmlsec APIs, and allow for undet...
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-26 Scott CantorReducing header overuse, non-inlining selected methods...
2008-12-15 Scott CantorXerces 3 revisions.
2008-03-13 Scott CantorMulti-line svn commit, see body.
2008-02-01 Scott CantorMulti-line svn commit, see body.
2007-07-31 Scott CantorMulti-line svn commit, see body.
2007-04-26 Scott CantorFully qualify the header filenames for doxygen.
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-03-02 Scott CantorMoved key/cred resolution classes out of xmlsig namespace.
2007-02-13 Scott CantorMissed a covariant.
2007-02-09 Scott CantorShorten "built-in" plugin types.
2007-02-02 Scott CantorUpdate copyright.
2007-01-26 Scott CantorFixed some doxygen warnings.
2007-01-24 Scott CantorAdd version tracking to storage service API.
2007-01-02 Scott CantorImprove parser entity handling, clean up logging catego...
2006-12-27 Scott CantorAllow certs to be transferred out of wrapper.
2006-12-26 Scott CantorFix exception throw signatures
2006-11-27 Scott CantorRefined ElementProxy/ElementExtensible interfaces to...
2006-11-27 Scott CantorSupport RetrievalMethod local references.
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-10-12 Scott CantorMulti-line svn commit, see body.
2006-09-29 Scott CantorMerge schema validators into one suite.
2006-09-08 Scott CantorAdded built-in ID attribute support to base classes.
2006-09-04 Scott CantorMigrate to xmlsec 1.3 release, shrink a few headers.
2006-08-24 Scott CantorCheck for null key info.
2006-08-24 Scott CantorAllow for fixed resolvers.
2006-08-24 Scott CantorConvenience methods to resolve embedded KeyInfo.
2006-08-23 Scott CantorAddress certificate object lifetime with wrapper class.
2006-08-21 Scott CantorExtended KeyResolver to handle CRLs.
2006-08-21 Scott CantorAllow sig validator to use a specific key.
2006-08-17 Scott CantorBase TrustEngine APIs and explicit key engine impl.
2006-08-13 Scott CantorStop blowing away native signature from setters, need...
2006-08-13 Scott CantorExpose key resolver caching.
2006-08-11 Scott CantorExtend KeyResolver to include certificate resolution...
2006-07-24 Scott CantorCredential resolver plugin
2006-07-12 Scott CantorRemoved ValidatingXMLObject interface and implementations.
2006-07-02 Scott CantorAdded ValidatorSuite around groups of static validators.
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.
2006-05-22 Scott CantorAdded key-based Signature validator.
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-04 Scott CantorTighten up validator namespace checking, rework registr...
2006-05-03 Scott CantorIntegrate parser pools into library.
2006-05-02 Scott CantorGeneralize exception macro.
2006-04-19 Scott CantorAdded singleton methods on typed builders.
2006-04-13 Scott CantorMisc fixes from addtl KeyInfo tests.
2006-04-04 Scott CantorBuild errors with xmlsec off
2006-04-04 Scott CantorRefactored simple content and child-handling into mixin...
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-02 Scott CantorMore sample objects and macros.
2006-04-01 Scott CantorLinux fixes
2006-04-01 Scott CantorEvolving macros, reduce casting in accessors, add const...
2006-03-30 Scott CantorAdded some validation code.
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...
2006-03-26 Scott CantorRevised builder API
2006-03-23 Scott CantorHandle variant element names, merge in wildcard class...
2006-03-20 Scott CantorShortcuts for unmarshalling in builder interface, adjus...
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.