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-11-23 16:38:50 -05:00
2015-11-05 15:48:37 +00:00
2015-11-20 23:31:42 +00:00
2015-11-01 08:09:57 -05:00
2015-11-20 23:35:19 +00:00
2015-12-07 17:36:57 +01:00
2015-12-07 17:36:57 +01:00
2015-09-02 22:05:37 -04:00
2015-11-23 16:38:50 -05:00
2015-09-26 19:50:11 +02:00
2015-12-02 18:23:29 +00:00
2015-11-26 12:02:03 +00:00
2015-09-04 11:45:44 -04:00
2015-04-20 15:06:22 +02:00
2015-09-29 21:59:19 -04:00
2015-07-16 01:06:48 -04:00
2015-10-30 17:21:42 -04:00
2015-06-23 17:09:35 -04:00
2015-12-02 16:49:08 +01:00
2015-09-02 22:05:37 -04:00
2015-09-02 23:03:43 -04:00
2015-11-23 11:46:15 +01:00
2015-08-05 22:06:01 -04:00
2014-06-04 08:34:18 +02:00
2015-07-14 01:10:01 +02:00
2015-01-22 09:20:09 +00:00