]> git.ipfire.org Git - thirdparty/openssl.git/commit
Handle PBMAC1 with absent PBKDF2 PRF
authorOlivier Chéron <olivier.cheron@gmail.com>
Sun, 29 Sep 2024 15:50:08 +0000 (17:50 +0200)
committerTomas Mraz <tomas@openssl.org>
Mon, 7 Oct 2024 15:51:54 +0000 (17:51 +0200)
commitf3652dff2faab0c0a197fa140984103c0b0a5e88
treea277d2ff7297dd98ce178bd93aa5cdfcb201c06f
parent0d6544cdf845f7950c50680059c976cb507b6e45
Handle PBMAC1 with absent PBKDF2 PRF

PRF in PBKDF2-params is optional and defaults to hmacWithSHA1.

CLA: trivial

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25568)
apps/pkcs12.c
crypto/pkcs12/p12_mutl.c