openssl/crypto/pkcs12
slontis 9191dfb0ef Fix PKCS12_newpass() to work with PBES2.
Fixes #19092

The code looks like it was written to work with PBES1.
As it had no tests, this would of then broken when PBES2
was introduced at a later point.

Also added libctx and propq support.

This affects the shroudedkeybag object.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20134)
2023-03-15 08:49:03 +11:00
..
build.info
p12_add.c PKCS12 - Add additional libctx and propq support. 2023-01-16 17:17:31 +01:00
p12_asn.c PKCS12 - Add additional libctx and propq support. 2023-01-16 17:17:31 +01:00
p12_attr.c
p12_crpt.c
p12_crt.c
p12_decr.c
p12_init.c PKCS12 - Add additional libctx and propq support. 2023-01-16 17:17:31 +01:00
p12_key.c
p12_kiss.c PKCS12 - Add additional libctx and propq support. 2023-01-16 17:17:31 +01:00
p12_local.h PKCS12 - Add additional libctx and propq support. 2023-01-16 17:17:31 +01:00
p12_mutl.c
p12_npas.c Fix PKCS12_newpass() to work with PBES2. 2023-03-15 08:49:03 +11:00
p12_p8d.c
p12_p8e.c
p12_sbag.c PKCS12 - Add additional libctx and propq support. 2023-01-16 17:17:31 +01:00
p12_utl.c PKCS12 - Add additional libctx and propq support. 2023-01-16 17:17:31 +01:00
pk12err.c