summaryrefslogtreecommitdiff
path: root/src/lib/cryptolink/crypto_hmac.cc
AgeCommit message (Expand)Author
2016-12-14Added #include <config.h> to all .cc files.Andrei Pavel
2015-12-16[4236] Updated copyright dates in all files.Marcin Siodelski
2015-12-16[4236] Replaced license text in all files containing it.Marcin Siodelski
2014-12-24[master] merge cryptolink API cleanup (trac3606a)Francis Dupont
2014-10-22[trac3593] added truncated HMAC support to TSIGFrancis Dupont
2014-06-30applied #2406: OpenSSL alternate crypto backendFrancis Dupont
2012-05-11[master] be sure to include cstring for memcpy, and add std:: for it.JINMEI Tatuya
2011-05-30Merge branch 'trac951'Jelte Jansen
2011-05-27[trac951] added a clarification comment on "truncation" to preventJINMEI Tatuya
2011-05-27[trac951] Revert "[trac951] we do have truncation support (at least in the ap...JINMEI Tatuya
2011-05-24[master] make signHMAC match headerJeremy C. Reed
2011-05-23[trac951] we do have truncation support (at least in the api), so remove chec...Jelte Jansen
2011-05-20[master] corrected the what() string when throwing UnsupportedAlgorithm fromJINMEI Tatuya
2011-05-20[trac782] add optional hmac algorithm supportfeng
2011-05-18[trac936] always fail on secret_len == 0Jelte Jansen
2011-05-18[trac936] addressed some commentsJelte Jansen
2011-05-18[trac936] use botan-provided version macroJelte Jansen
2011-05-18[trac936] check for botan API version, and use appropriate calls in cryptolinkJelte Jansen
2011-05-10[trac782] add optional algorithm like sha224/sha384/sha512hanfeng
2011-05-09[trac893] make sure verify() immediately rejects shorter sigs (calling same_memJINMEI Tatuya
2011-05-05[trac893] temporary change for short signatures: modify cryptolink to rejectJINMEI Tatuya
2011-04-29[master] small change to make it compile again on my systemJelte Jansen
2011-04-27[master] Merge branch 'trac781'Jelte Jansen
2011-04-26[trac781] add deleteHMAC()Jelte Jansen
2011-04-26[trac781] move hash algorithm enum to cryptolink.hJelte Jansen
2011-04-21Merge branch 'trac781' of ssh://bind10.isc.org/var/bind10/git/bind10 into tra...Jelte Jansen
2011-04-20[trac781] minor editorial cleanup (basically along with the style guideline)JINMEI Tatuya
2011-04-20[trac781] rename 'main' cryptolink file, and clean up includesJelte Jansen
2011-04-20[trac781] catch all (unexpected) Botan errors and rethrow them as LibraryErrorJelte Jansen
2011-04-20[trac781] move signHMAC and verifyHMAC to hmac filesJelte Jansen
2011-04-20[trac781] rename 'crypto' to cryptolinkJelte Jansen