summaryrefslogtreecommitdiffstats
path: root/src/lib/cryptolink/crypto_hmac.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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] merge cryptolink API cleanup (trac3606a)Francis Dupont2014-12-241-1/+8
* [trac3593] added truncated HMAC support to TSIGFrancis Dupont2014-10-221-1/+1
* applied #2406: OpenSSL alternate crypto backendFrancis Dupont2014-06-301-225/+0
* [master] be sure to include cstring for memcpy, and add std:: for it.JINMEI Tatuya2012-05-111-1/+3
* Merge branch 'trac951'Jelte Jansen2011-05-301-3/+3
|\
| * [trac951] added a clarification comment on "truncation" to preventJINMEI Tatuya2011-05-271-3/+3
| * [trac951] Revert "[trac951] we do have truncation support (at least in the ap...JINMEI Tatuya2011-05-271-0/+8
| * [trac951] we do have truncation support (at least in the api), so remove chec...Jelte Jansen2011-05-231-8/+0
* | [master] make signHMAC match headerJeremy C. Reed2011-05-241-1/+1
|/
* [master] corrected the what() string when throwing UnsupportedAlgorithm fromJINMEI Tatuya2011-05-201-1/+2
* [trac782] add optional hmac algorithm supportfeng2011-05-201-0/+9
|\
| * [trac782] add optional algorithm like sha224/sha384/sha512hanfeng2011-05-101-0/+9
* | [trac936] always fail on secret_len == 0Jelte Jansen2011-05-181-4/+2
* | [trac936] addressed some commentsJelte Jansen2011-05-181-4/+2
* | [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