Jonathan Bennett
17badb2b1d
Change hmac functions to use calloc and check for null
2016-01-12 00:14:49 -06:00
Jonathan Bennett
578cf501be
Add Doxygen documentation to lib/hmac.c functions
2016-01-02 22:14:03 -06:00
Jonathan Bennett
ae5451dccc
Doxygen headers for libfko files
2016-01-01 02:04:24 +00:00
Jonathan Bennett
d9f9cb8ad5
Add SHA3 and HMAC-SHA3 support
2015-12-30 20:32:52 +00:00
Jonathan Bennett
b661dee583
Initial Doxygen config file and work on documenting libfko functions
2015-12-29 17:39:52 -06:00
Michael Rash
a85b081f79
copyright update
2015-12-23 14:34:51 -05:00
Michael Rash
9e990c9be0
fix header non-ascii chars, and introduce test suite support for detecting this in source files
2014-03-14 09:14:35 -04:00
Michael Rash
bfdbb8f260
Updated authorship and copyright information
...
This commit updates all authorship and copyright information to include a
standard header that references the AUTHORS and CREDITS file. This standard
header was written by the Debian legal team at the request of Franck Joncourt.
2014-03-04 17:53:10 -05:00
Franck Joncourt
c2e1a00154
s/GNU Public/GNU General Public/g
2013-06-30 22:21:22 +02:00
Michael Rash
fe22423a44
[libfko] bug fix to maintain OpenSSL compatibility for HMAC keys longer than associated block size
2013-03-12 22:17:41 -04:00
Michael Rash
3598fc7d7d
added missing hmac_md5() function to hmac.h
2013-03-10 18:56:19 -04:00
Michael Rash
6882ac57ec
add HMAC-SHA1 support
2013-03-10 14:56:39 -04:00
Michael Rash
6f45b2c3b1
added HMAC SHA384 and SHA512 support, bug fix to allow shorter HMAC key lengths than associated digest block size
2013-03-09 23:27:08 -05:00
Michael Rash
6741cfc22b
convert HMAC functions to static where possible
2013-03-09 16:48:08 -05:00
Michael Rash
fd30a3491d
minor variable rename LENGTH -> LEN, STRING_LENGTH -> STR_LEN
2012-07-29 21:57:05 -04:00
Michael Rash
92e403a242
added initial HMAC-SHA256 support for the client side
2012-07-02 23:50:45 -04:00