]> git.ipfire.org Git - thirdparty/openssl.git/commit
PKCS12_set_pbmac1_pbkdf2() fixups.
authorslontis <shane.lontis@oracle.com>
Wed, 5 Nov 2025 01:20:37 +0000 (12:20 +1100)
committerPauli <paul.dale@oracle.com>
Thu, 6 Nov 2025 06:36:09 +0000 (17:36 +1100)
commit00835009270b823fc73bcd7d1acafc00f44bd0ce
tree5462bbb376807664a5c9bdf7507b3cb6874f7c1f
parentf81fbf25fc469a55e8dc43f88bac714c72fbb168
PKCS12_set_pbmac1_pbkdf2() fixups.

Adding a test that called PKCS12_set_pbmac1_pbkdf2() with a saltlen of
zero, pointed out that the libctx and propq were not being propagated.

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/29068)
crypto/pkcs12/p12_mutl.c
test/pkcs12_api_test.c