Richard Levitte fa0c23de83 Adapt HMAC to the EVP_MD_CTX changes
This change required some special treatment, as HMAC is intertwined
with EVP_MD.  For now, all local HMAC_CTX variables MUST be
initialised with HMAC_CTX_EMPTY, or whatever happens to be on the
stack will be mistaken for actual pointers to EVP_MD_CTX.  This will
change as soon as HMAC_CTX becomes opaque.

Also, since HMAC_CTX_init() can fail now, its return type changes from
void to int, and it will return 0 on failure, 1 on success.

Reviewed-by: Rich Salz <rsalz@openssl.org>
2015-12-07 17:36:57 +01:00
..
2015-09-20 14:19:49 +01:00
2015-11-25 18:22:12 +00:00
2015-10-30 08:39:47 +00:00
2015-09-07 10:45:38 +01:00
2015-11-20 23:31:42 +00:00
2015-10-30 08:38:18 +00:00
2015-10-02 14:22:05 -04:00
2015-05-16 09:20:58 +01:00
2015-05-22 23:10:51 +01:00
2015-12-07 17:36:57 +01:00
2015-09-07 10:45:38 +01:00
2015-11-27 17:23:14 +00:00