openssl/crypto/pkcs12
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
..
Makefile
p12_add.c Fix memory leaks and other mistakes on errors 2015-10-23 19:52:08 +02:00
p12_asn.c
p12_attr.c
p12_crpt.c
p12_crt.c
p12_decr.c
p12_init.c
p12_key.c Continue standardising malloc style for libcrypto 2015-11-09 22:48:41 +00:00
p12_kiss.c
p12_mutl.c Adapt HMAC to the EVP_MD_CTX changes 2015-12-07 17:36:57 +01:00
p12_npas.c
p12_p8d.c
p12_p8e.c Continue standardising malloc style for libcrypto 2015-11-09 22:48:41 +00:00
p12_utl.c
pk12err.c