]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add support for mac-less password-base PKCS12 files to PKCS12_parse API.
authorDaniel Fiala <daniel@openssl.org>
Sun, 13 Mar 2022 05:56:13 +0000 (06:56 +0100)
committerTomas Mraz <tomas@openssl.org>
Thu, 24 Mar 2022 07:54:39 +0000 (08:54 +0100)
commitcfd24cde81aa5f63dba41ddcde0fa3c5d64e1db0
tree1fd44e7c626187bbe4f30233128e5e73fb40f2ae
parentfecae608a9ad366a1bc740ad94628520cdf38d25
Add support for mac-less password-base PKCS12 files to PKCS12_parse API.

Fixes openssl#17720.

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17882)
crypto/pkcs12/p12_kiss.c
test/build.info
test/pkcs12_api_test.c [new file with mode: 0644]
test/recipes/80-test_pkcs12.t