mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
e_aes_cbc_hmac_sha1.c: cleanse temporary copy of HMAC secret.
This commit is contained in:
parent
b2226c6c83
commit
529d27ea47
@ -474,6 +474,8 @@ static int aesni_cbc_hmac_sha1_ctrl(EVP_CIPHER_CTX *ctx, int type, int arg, void
|
||||
SHA1_Init(&key->tail);
|
||||
SHA1_Update(&key->tail,hmac_key,sizeof(hmac_key));
|
||||
|
||||
OPENSSL_cleanse(hmac_key,sizeof(hmac_key));
|
||||
|
||||
return 1;
|
||||
}
|
||||
case EVP_CTRL_AEAD_TLS1_AAD:
|
||||
|
Loading…
Reference in New Issue
Block a user