mirror of
https://github.com/openssl/openssl.git
synced 2024-12-09 05:51:54 +08:00
fa0c23de83
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> |
||
---|---|---|
.. | ||
hm_ameth.c | ||
hm_pmeth.c | ||
hmac.c | ||
Makefile |