summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* [trac812next] made straightforward changes to toWire() methods so thatJINMEI Tatuya2011-04-289-35/+42
* [trac812next] added document for the TSIG version of toWire()JINMEI Tatuya2011-04-281-5/+20
* [trac812next] added documentation for TSIGRecordJINMEI Tatuya2011-04-283-6/+195
* [trac812next] unified "fake time" hook in lib/util/time_utilities.JINMEI Tatuya2011-04-285-50/+51
* [trac812next] implemented TSIG signing main part: add TSIGRecord::toWire() an...JINMEI Tatuya2011-04-2812-149/+387
* [trac812next] use AbstractMessageRenderer for toWire().JINMEI Tatuya2011-04-285-3/+61
* [trac812next] created separate tsigrecord.* files as TSIGRecord is quiteJINMEI Tatuya2011-04-276-76/+132
* [trac812next] Merge branch 'trac812' into trac812nextJINMEI Tatuya2011-04-2733-37/+3163
|\
| * [trac812] minor editorial cleanupsJINMEI Tatuya2011-04-271-3/+3
| * [trac812] makefile updates, mainly for the additional dependency on libcrypto...JINMEI Tatuya2011-04-276-5/+14
| * [trac812] ensure TSIGContext::sign() provides strong exception guaranteeJINMEI Tatuya2011-04-277-56/+223
| * [trac812] reject NULL or len=0 dataJINMEI Tatuya2011-04-273-0/+19
| * [trac812] some cleanupsJINMEI Tatuya2011-04-272-31/+35
| * [trac812] reduce dependency: removed unused function in lib/dns/tests/JINMEI Tatuya2011-04-261-1/+0
| * [trac812] reduce dependency: asiolink now doesn't need libdns++.JINMEI Tatuya2011-04-262-5/+0
| * [trac812] reduce dependency: we don't need libdns++ for cc tests.JINMEI Tatuya2011-04-261-1/+0
| * [trac812] main code for TSIG signing.JINMEI Tatuya2011-04-263-0/+1002
| * [trac812] added mostly trivial TSIGError class.JINMEI Tatuya2011-04-263-0/+456
| * [trac812] another prerequisite update to TSIGKey: we need an ability toJINMEI Tatuya2011-04-263-18/+46
| * [trac812] added a test case for the previous change to TSIGKeyJINMEI Tatuya2011-04-261-0/+5
| * [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-268-21/+13
| * [trac812] Merge branch 'trac781' into trac812JINMEI Tatuya2011-04-2614-18/+1468
| |\
| | * [trac781] add deleteHMAC()Jelte Jansen2011-04-263-1/+20
| | * [trac781] move hash algorithm enum to cryptolink.hJelte Jansen2011-04-265-116/+106
| | * [trac781] some more updates (added doc and a few test changes)Jelte Jansen2011-04-214-28/+47
| | * Merge branch 'trac781' of ssh://bind10.isc.org/var/bind10/git/bind10 into tra...Jelte Jansen2011-04-214-15/+15
| | |\
| | | * [trac781] minor editorial cleanup (basically along with the style guideline)JINMEI Tatuya2011-04-204-15/+15
| | * | [trac781] rename 'main' cryptolink file, and clean up includesJelte Jansen2011-04-208-21/+20
| | |/
| | * [trac781] catch all (unexpected) Botan errors and rethrow them as LibraryErrorJelte Jansen2011-04-203-22/+80
| | * [trac781] move signHMAC and verifyHMAC to hmac filesJelte Jansen2011-04-204-97/+127
| | * [trac781] bit of cleanupJelte Jansen2011-04-203-23/+44
| | * [trac781] rename 'crypto' to cryptolinkJelte Jansen2011-04-2010-85/+116
| | * [trac781] make HMAC constructor privateJelte Jansen2011-04-205-47/+54
| | * [trac781] make a singleton entry point, moved hmac into own source fileJelte Jansen2011-04-207-250/+344
| | * [trac781] renamed test and refactored duplicate initialization codeJelte Jansen2011-04-203-8/+12
| | * [trac781] apply proposed patchJelte Jansen2011-04-191-19/+22
| | * [trac781] constifyJelte Jansen2011-04-192-173/+179
| | * [trac781] better way to test (both vector and buffer)Jelte Jansen2011-04-191-38/+47
| | * [trac781] some additional testsJelte Jansen2011-04-193-5/+56
| | * [trac781] one more trivial cleanup: added space around 'return'JINMEI Tatuya2011-04-191-2/+2
| | * [trac781] some trivial changes:JINMEI Tatuya2011-04-195-23/+25
| | * [trac781] forgot to update a doxygenJelte Jansen2011-04-181-2/+5
| | * [trac781] add other sign() parameter options, and possibilty for truncated sigsJelte Jansen2011-04-183-29/+185
| | * [trac781] add a Crypto class for initialization (instead of static)Jelte Jansen2011-04-184-8/+41
| | * [trac781] Remove TSIGKey from unittests tooJelte Jansen2011-04-171-96/+90
| | * [trac781] remove TSIGKey from crypto apiJelte Jansen2011-04-174-66/+129
| | * [trac781] review comments pt1Jelte Jansen2011-04-178-52/+78
| | * [trac781] some mostly editorial cleanups: remove redudant whites, catchJINMEI Tatuya2011-04-153-10/+11
| | * [trac781] test both 'direct' and convenience methodsJelte Jansen2011-04-143-19/+56