Franck Joncourt
c2e1a00154
s/GNU Public/GNU General Public/g
2013-06-30 22:21:22 +02:00
Michael Rash
52462e7dba
Use {0} initializer for all stack allocated char arrays
...
Lots of places in the code were already using {0} to initialize stack char
arrays, but memset() was being used as well. This commit removes all
unnecessary memset() calls against char arrays that are already initialized
via {0} (which sets all members to zero for such arrays).
2013-05-21 22:00:15 -04:00
Michael Rash
62edf09101
[libfko] fixed remaining buffer constraints in lib/hmac.c code found by Coverity
2013-05-09 22:13:25 -04:00
Michael Rash
8c09d38941
various sizeof() usage and type bug fixes found by Coverity
2013-05-09 21:17:27 -04:00
Michael Rash
3a1efd9321
[server] fixed several (non-exploitable) overflow conditions found by Coverity
2013-05-08 23:29:06 -04:00
Michael Rash
247edec004
minor hmac prototype update to add const qualifier
2013-03-17 22:48:29 -04: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
c5b5cba729
Added HMAC MD5 support (need test suite validation still)
2013-03-10 16:30:06 -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
39ca73a245
[test suite] added OpenSSL HMAC verification ( closes #39 )
2013-03-05 23:29:46 -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