]> git.ipfire.org Git - thirdparty/openssl.git/commit - CHANGES.md
Change default algorithms in PKCS12_create() and PKCS12_set_mac()
authorTomas Mraz <tomas@openssl.org>
Fri, 5 Mar 2021 21:11:49 +0000 (22:11 +0100)
committerTomas Mraz <tomas@openssl.org>
Wed, 10 Mar 2021 16:12:48 +0000 (17:12 +0100)
commit762970bd686c4aa8ea7169e7f76d5a4ce665da93
treeacf287acb8166e12129047e936b517a2d01c2542
parent18fdebf1743bc89bf82a205468c56c274e7baf3b
Change default algorithms in PKCS12_create() and PKCS12_set_mac()

Use the modern defaults as now set in the pkcs12 app. This also
allows modifying the application to not override the default values
when calling the API.

Fixes #14034

Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com>
(Merged from https://github.com/openssl/openssl/pull/14450)
CHANGES.md
apps/pkcs12.c
crypto/pkcs12/p12_crt.c
crypto/pkcs12/p12_mutl.c
doc/man3/PKCS12_create.pod