summaryrefslogtreecommitdiffstats
path: root/src/lib/dns/tests/tsig_unittest.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* [#3212] restore code after rebasePiotrek Zadroga2024-03-201-39/+38
* [#3208] reordered includesRazvan Becheriu2024-03-111-16/+13
* [#3208] Removed spurious tabs and spacesFrancis Dupont2024-03-101-2/+2
* [#3208] Got rid of non-C++ NULLFrancis Dupont2024-03-101-23/+23
* [#3208] clean up codeRazvan Becheriu2024-03-091-5/+5
* [#3208] restore unittestsRazvan Becheriu2024-03-071-0/+1180
* [#3208] remove unused code in libdnsRazvan Becheriu2024-03-071-1184/+0
* [#3209] Updated copyrightsThomas Markwalder2024-02-071-1/+1
* [#3209] Initial commitThomas Markwalder2024-02-071-1/+1
* Rebase v2_4 onto master after the release.Marcin Godzina2023-07-041-1/+1
* [#2830] use uint128_t for random prefix allocationRazvan Becheriu2023-06-211-11/+9
* Added #include <config.h> to all .cc files.Andrei Pavel2016-12-141-0/+2
* [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
* [3919] grammarFrancis Dupont2015-06-261-1/+1
* [3919] Reverted last change and added a commentFrancis Dupont2015-06-241-88/+103
* [3919] reworked last unit test which cannot be parsed by buggy cppcheclFrancis Dupont2015-06-241-99/+87
* [trac3593] added truncated HMAC support to TSIGFrancis Dupont2014-10-221-4/+42
* Merge branch 'master' into trac2168Mukund Sivaraman2014-02-061-1/+1
|\
| * [956] Make Message::toWire() TSIG agnosticMukund Sivaraman2014-02-051-1/+1
* | [2168] Remove use of UnitTestUtil::matchWireData() in dns/tests/Mukund Sivaraman2014-01-151-6/+7
|/
* [1357] Test at most 99 unsigned messages are thereMichal 'vorner' Vaner2012-09-071-2/+32
* [1357] Fix TCP-TSIG testMichal 'vorner' Vaner2012-09-071-4/+16
* [1357] The unsigned message is acceptedMichal 'vorner' Vaner2012-09-071-1/+1
* [1357] Internal TSIGContext::update methodMichal 'vorner' Vaner2012-09-071-29/+53
* [1357] Tests for skipped signaturesMichal 'vorner' Vaner2012-09-061-4/+72
* [1357] Implement TSIGContext::lastHadSignatureMichal 'vorner' Vaner2012-09-061-2/+18
* [1697] 1st update: make MessageRenderer constructors parameter-free.JINMEI Tatuya2012-02-241-2/+1
* [master] Merge branch 'trac910'JINMEI Tatuya2011-07-151-0/+72
|\
| * [trac910] added a new method getTSIGLength() to TSIGContext, which will beJINMEI Tatuya2011-07-081-0/+72
* | [master] minor and trivial fix to a SCOPED_TRACE message. directly pushing.JINMEI Tatuya2011-07-081-1/+1
|/
* [trac951] workaround for debian build problemJelte Jansen2011-05-231-0/+23
* [master] fixed a minor typo in a test nameJINMEI Tatuya2011-05-121-1/+1
* [trac893] temporarily disabled hmac tests using truncation due to change a64f778JINMEI Tatuya2011-05-061-1/+1
* [trac893] overall document updatesJINMEI Tatuya2011-05-061-6/+6
* [trac893] temporary change for short signatures: modify cryptolink to rejectJINMEI Tatuya2011-05-061-0/+15
* [trac893] implemented major logic of TSIG verifyJINMEI Tatuya2011-05-061-66/+425
* [trac893] unrelated cleanup: correced a typo in a comment line.JINMEI Tatuya2011-05-041-1/+1
* [trac893] added another constructor for TSIGContext: from key params and keyr...JINMEI Tatuya2011-05-041-0/+28
* [trac812next] unified "fake time" hook in lib/util/time_utilities.JINMEI Tatuya2011-04-281-15/+14
* [trac812next] created separate tsigrecord.* files as TSIGRecord is quiteJINMEI Tatuya2011-04-271-0/+1
* [trac812] minor editorial cleanupsJINMEI Tatuya2011-04-271-3/+3
* [trac812] ensure TSIGContext::sign() provides strong exception guaranteeJINMEI Tatuya2011-04-271-0/+36
* [trac812] reject NULL or len=0 dataJINMEI Tatuya2011-04-271-0/+8
* [trac812] some cleanupsJINMEI Tatuya2011-04-271-26/+30
* [trac812] main code for TSIG signing.JINMEI Tatuya2011-04-261-0/+457
* Initial implementation of TSIGKey and TSIGKeyRing, including detailed tests, ...JINMEI Tatuya2010-10-191-41/+0
* s/#include "header"/#include <[path/]header>/ (trac #291)JINMEI Tatuya2010-07-161-1/+1
* Restructure trunk again.Jeremy C. Reed2010-03-051-0/+41