summaryrefslogtreecommitdiffstats
path: root/src/lib/dns/tsig.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* [2518] Untabify codeMukund Sivaraman2014-01-171-14/+14
* [2518] Introduce isc::dns::Exception and organize all DNS exceptions under itMukund Sivaraman2014-01-171-1/+1
* [1357] The unsigned message is acceptedMichal 'vorner' Vaner2012-09-071-4/+14
* [1357] Internal TSIGContext::update methodMichal 'vorner' Vaner2012-09-071-2/+20
* [1357] Implement TSIGContext::lastHadSignatureMichal 'vorner' Vaner2012-09-061-1/+17
* [trac910] clarified an internal method name with some more comments asJINMEI Tatuya2011-07-151-4/+6
* [trac910] added a new method getTSIGLength() to TSIGContext, which will beJINMEI Tatuya2011-07-081-0/+39
* [trac910] pre-work refactoring: precreate an HMAC in the TSIGContextImplJINMEI Tatuya2011-07-081-16/+46
* [trac893] use local OutputBuffers in digestXXX() helper methods rather thanJINMEI Tatuya2011-05-111-38/+39
* [trac893] make (more) sure previous_digest_.size() fits the 16-bit range.JINMEI Tatuya2011-05-091-1/+7
* [trac893] overall document updatesJINMEI Tatuya2011-05-061-13/+35
* [trac893] revised the policy on unexpected TSIG TTL: we now reject it.JINMEI Tatuya2011-05-061-5/+2
* [trac893] temporary change for short signatures: modify cryptolink to rejectJINMEI Tatuya2011-05-061-0/+1
* [trac893] implemented major logic of TSIG verifyJINMEI Tatuya2011-05-061-73/+269
* [trac893] added another constructor for TSIGContext: from key params and keyr...JINMEI Tatuya2011-05-041-1/+24
* [trac871] Merge branch 'master' into trac871JINMEI Tatuya2011-04-291-1/+7
|\
| * [master] forgot to apply one last suggestion in #812: renaming a method.JINMEI Tatuya2011-04-291-1/+1
| * [trac812] added some comments about int64 to uint48 conversion as suggested i...JINMEI Tatuya2011-04-281-0/+6
* | [trac812next] unified "fake time" hook in lib/util/time_utilities.JINMEI Tatuya2011-04-281-24/+2
* | [trac812next] implemented TSIG signing main part: add TSIGRecord::toWire() an...JINMEI Tatuya2011-04-281-1/+3
* | [trac812next] created separate tsigrecord.* files as TSIGRecord is quiteJINMEI Tatuya2011-04-271-5/+0
|/
* [trac812] ensure TSIGContext::sign() provides strong exception guaranteeJINMEI Tatuya2011-04-271-38/+13
* [trac812] reject NULL or len=0 dataJINMEI Tatuya2011-04-271-0/+4
* [trac812] some cleanupsJINMEI Tatuya2011-04-271-5/+5
* [trac812] main code for TSIG signing.JINMEI Tatuya2011-04-261-0/+247
* Initial implementation of TSIGKey and TSIGKeyRing, including detailed tests, ...JINMEI Tatuya2010-10-191-33/+0
* cleanup: use relative path to header files from "src/lib", i.e., s/"name.h"/<...JINMEI Tatuya2010-04-131-1/+1
* Restructure trunk again.Jeremy C. Reed2010-03-051-0/+33