summaryrefslogtreecommitdiffstats
path: root/src/lib/dns/tsigkey.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* [#3209] Updated copyrightsThomas Markwalder2024-02-071-1/+1
* [#3209] Initial commitThomas Markwalder2024-02-071-1/+1
* [#2078] use virtual function to create TSIGContextRazvan Becheriu2021-09-101-4/+3
* [(no branch, rebasing 1880-implement-the-tkey-rr)] [(no branch, rebasing 1880...Francis Dupont2021-06-031-1/+7
* 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
* [master] better handling of TSIG keys with empty secrets (#3727)Francis Dupont2015-02-281-7/+30
* [trac3593] added truncated HMAC support to TSIGFrancis Dupont2014-10-221-8/+44
* [2518] Introduce isc::dns::Exception and organize all DNS exceptions under itMukund Sivaraman2014-01-171-1/+1
* [2762] Update tests and implementation (see full log)Mukund Sivaraman2013-09-091-8/+13
* [2762] Allow short names for HMAC-MD5Mukund Sivaraman2013-09-091-1/+8
* [2726] Use more common check for assignment to selfMichal 'vorner' Vaner2013-06-141-1/+1
* [1351] Use TSIGKeyRing class in xfrinJelte Jansen2012-12-101-1/+11
* [trac782] add optional hmac algorithm supportfeng2011-05-201-0/+28
|\
| * add more hash algorithm into tsigkeyfeng2011-05-121-0/+28
* | [trac893] changed the behavior against "unknown" TSIG key algorithm: acceptJINMEI Tatuya2011-05-041-4/+16
* | [trac893] cleanup: make TSIGKeyRing::find() a const member functionJINMEI Tatuya2011-05-031-1/+1
* | [trac893] updated TSIGKeyRing so that its find() method takes key name andJINMEI Tatuya2011-05-031-2/+3
|/
* [master] forgot to apply one last suggestion in #812: renaming a method.JINMEI Tatuya2011-04-291-1/+1
* [master] Merge branch 'trac812' with fixing conflicts and regression.JINMEI Tatuya2011-04-291-20/+33
|\
| * [trac812] another prerequisite update to TSIGKey: we need an ability toJINMEI Tatuya2011-04-261-18/+30
| * [trac812] a prerequisite fixes to tsigkey: make sure key name is alsoJINMEI Tatuya2011-04-261-2/+3
| * [trac812] fixups to make cryptolink buildable with recent lib/util stuffJINMEI Tatuya2011-04-261-3/+3
* | [master] Merge branch 'trac781'Jelte Jansen2011-04-271-3/+68
|\|
| * [trac781] some more updates (added doc and a few test changes)Jelte Jansen2011-04-211-0/+1
| * [trac781] rename 'main' cryptolink file, and clean up includesJelte Jansen2011-04-201-1/+1
| * [trac781] rename 'crypto' to cryptolinkJelte Jansen2011-04-201-1/+1
| * [trac781] renamed test and refactored duplicate initialization codeJelte Jansen2011-04-201-6/+10
| * [trac781] apply proposed patchJelte Jansen2011-04-191-19/+22
| * [trac781] some trivial changes:JINMEI Tatuya2011-04-191-6/+6
| * [trac781] remove TSIGKey from crypto apiJelte Jansen2011-04-171-0/+2
| * [trac781] review comments pt1Jelte Jansen2011-04-171-13/+7
| * [trac781] some mostly editorial cleanups: remove redudant whites, catchJINMEI Tatuya2011-04-151-1/+1
| * [trac781] Merge branch 'trac781' of ssh://bind10.isc.org/var/bind10/git/bind1...Jelte Jansen2011-04-131-2/+2
| |\
| | * [trac781] trivial editorial cleanups:JINMEI Tatuya2011-04-121-4/+4
| * | [trac781] removed spaces, added one more checkJelte Jansen2011-04-121-3/+3
| |/
| * [trac781] move tsigkey to/from string to tsigkey.h/ccJelte Jansen2011-04-111-0/+61
|/
* cleanup: removed $Id$, which is useless now that we've migrated to git.JINMEI Tatuya2011-01-211-2/+0
* fixed trivial file rename errors.JINMEI Tatuya2010-10-191-1/+1
* Initial implementation of TSIGKey and TSIGKeyRing, including detailed tests, ...JINMEI Tatuya2010-10-191-0/+167