summaryrefslogtreecommitdiffstats
path: root/crypto/hmac/hmac.c
AgeCommit message (Expand)Author
2007-04-11Experimental HMAC support via EVP_PKEY_METHOD.Dr. Stephen Henson
2005-05-17Move cryptlib.h prior bio.h. Actually it makes sense to include cryptlib.hAndy Polyakov
2004-07-25Zero key-length for HMAC is apparently OK.Andy Polyakov
2004-07-25Stricter boundary condition check in HMAC_Init_ex.Andy Polyakov
2004-05-15size_t-fication of message digest APIs. We should size_t-fy more APIs...Andy Polyakov
2003-10-29A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie
2002-03-14Initialize cipher context in KRB5Dr. Stephen Henson
2001-12-09Improve back compatibility.Ben Laurie
2001-10-16Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie
2000-03-27Fix for HMAC.Dr. Stephen Henson
2000-02-03Document hash functions.Ulf Möller
1999-06-08Survive pedanticism.Ben Laurie
1999-06-07This is the main PKCS#5 v2.0 key generation function, it parses the ASN1Dr. Stephen Henson
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller
1999-04-23Work with -pedantic!Ben Laurie
1999-04-19Change functions to ANSI C.Ulf Möller
1999-04-17Massive constification.Ben Laurie
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall