summaryrefslogtreecommitdiffstats
path: root/src/lib/dns/nsec3hash.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* [4236] Updated copyright dates in all files.Marcin Siodelski2015-12-161-1/+1
* [4236] Replaced license text in all files containing it.Marcin Siodelski2015-12-161-11/+3
* [master] merge cryptolink API cleanup (trac3606a)Francis Dupont2014-12-241-2/+2
* [3434] renamed calculateForWiredata() local varsFrancis Dupont2014-07-301-5/+5
* remove util/hash and update dns/nsec3hashFrancis Dupont2014-07-011-21/+26
* [1894] Add LabelSequence version of NSEC3Hash::calculate()Mukund Sivaraman2014-01-161-6/+29
* [1894] Avoid expensive Name copyMukund Sivaraman2014-01-161-5/+20
* [master] many spelling or typo fixesJeremy C. Reed2013-04-091-1/+1
* [2282merge] added virtual to a derived class dtor per convention/style guide.JINMEI Tatuya2012-09-261-1/+1
* [2218] some small fixes to the revised nsec3hash implementation.JINMEI Tatuya2012-09-261-10/+9
* [2218] Update NSEC3Hash::create() to accept uint8_t buffer instead of vectorMukund Sivaraman2012-09-261-15/+39
* [2218] some more editorial fixesJINMEI Tatuya2012-09-251-1/+2
* [2218] Add a NSEC3Hash::create() variant to take hash params as argsMukund Sivaraman2012-09-241-42/+51
* [2218] some more trivial cleanupsJINMEI Tatuya2012-09-211-1/+2
* [2218] Move NSEC3 hash calculation to NSEC3Hash classMukund Sivaraman2012-09-211-39/+41
* [1576] made DefaultNSEC3HashCreator so an experimental app can use it interna...JINMEI Tatuya2012-02-131-12/+12
* [1576] introduced a framework to replace the default NSEC3Hash for further te...JINMEI Tatuya2012-02-071-4/+36
* [1574b] added another version of NSEC3Hash::match, which takes NSEC3PARAMJINMEI Tatuya2012-01-311-5/+20
* [1574b] added another factory method, which creates NSEC3HASH from NSEC3 RDATA.JINMEI Tatuya2012-01-311-5/+12
* [1574b] added match() method to NSEC3Hash to check parameter consistencyJINMEI Tatuya2012-01-311-0/+12
* [1575] documentation update to reflect the introdction of base NSEC3Hash class.JINMEI Tatuya2012-01-271-5/+14
* [1575] introduced an abstract base class of NSEC3Hash with a factory methodJINMEI Tatuya2012-01-271-31/+34
* [1575] Introduced a new NSEC3Hash class based on a Nsec3Param in datasrc,JINMEI Tatuya2012-01-261-0/+117