summaryrefslogtreecommitdiff
path: root/src/hmac256.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup for type definitions of byte, ushort, u32, and u64.NIIBE Yutaka2022-07-211-4/+4
* hmac: Fix memory leakClemens Lang via Gcrypt-devel2022-02-141-0/+1
* build: Use KEY_FOR_BINARY_CHECK for --enable-hmac-binary-check.NIIBE Yutaka2021-10-111-1/+4
* hmac: Fix hmac256 command option handling.NIIBE Yutaka2021-08-181-4/+9
* hmac: Use xfree.NIIBE Yutaka2021-07-151-3/+4
* build: Use modern Autoconf check for type.NIIBE Yutaka2020-11-181-4/+4
* hmac: Use xtrymalloc.NIIBE Yutaka2018-04-111-10/+19
* Allow building with configure option --enable-hmac-binary-check.Werner Koch2016-04-061-2/+8
* Fix double free on error.NIIBE Yutaka2015-10-151-4/+2
* Remove i386 inline assembly version of rotation functionsJussi Kivilinna2013-09-211-11/+2
* Fix i386/amd64 inline assembly "cc" clobbersJussi Kivilinna2013-07-101-1/+2
* Fix an endless loop in hmac256 --binaryWerner Koch2011-09-151-0/+2
* Nuked almost all trailing whitespace.post-nuke-of-trailing-wsWerner Koch2011-02-041-31/+31
* Applied spelling fixes and more verbose test diagnositcs by Brad Hards.Werner Koch2010-04-121-1/+1
* Support WindowsCE.Werner Koch2010-01-211-1/+10
* Preparinglibgcrypt-1.4.4Werner Koch2009-01-221-1/+1
* Fix for big endian hosts.Werner Koch2008-12-101-6/+0
* Allow speicification of domain parameters for DSA key generation.Werner Koch2008-12-101-1/+1
* fix sigbusWerner Koch2008-09-201-1/+3
* Completed the RNG implementaion switching.Werner Koch2008-08-221-8/+109
* A whole bunch of changes to eventually support Werner Koch2008-08-191-0/+687