summaryrefslogtreecommitdiffstats
path: root/src/lib/cryptolink/crypto_hmac.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* [trac936] use botan-provided version macroJelte Jansen2011-05-181-14/+11
* [trac936] check for botan API version, and use appropriate calls in cryptolinkJelte Jansen2011-05-181-1/+33
* [trac893] make sure verify() immediately rejects shorter sigs (calling same_memJINMEI Tatuya2011-05-091-1/+1
* [trac893] temporary change for short signatures: modify cryptolink to rejectJINMEI Tatuya2011-05-061-0/+9
* [master] small change to make it compile again on my systemJelte Jansen2011-04-291-1/+1
* [master] Merge branch 'trac781'Jelte Jansen2011-04-271-3/+3
* [trac781] add deleteHMAC()Jelte Jansen2011-04-261-0/+5
* [trac781] move hash algorithm enum to cryptolink.hJelte Jansen2011-04-261-8/+9
* Merge branch 'trac781' of ssh://bind10.isc.org/var/bind10/git/bind10 into tra...Jelte Jansen2011-04-211-1/+1
|\
| * [trac781] minor editorial cleanup (basically along with the style guideline)JINMEI Tatuya2011-04-201-1/+1
* | [trac781] rename 'main' cryptolink file, and clean up includesJelte Jansen2011-04-201-2/+15
|/
* [trac781] catch all (unexpected) Botan errors and rethrow them as LibraryErrorJelte Jansen2011-04-201-22/+46
* [trac781] move signHMAC and verifyHMAC to hmac filesJelte Jansen2011-04-201-0/+27
* [trac781] rename 'crypto' to cryptolinkJelte Jansen2011-04-201-0/+167