apps/pkcs12: Change defaults from RC2 to PBES2 with PBKDF2
authorSahana Prasad <sahana@redhat.com>
Wed, 22 Jul 2020 11:36:36 +0000 (13:36 +0200)
committerTomas Mraz <tmraz@fedoraproject.org>
Thu, 6 Aug 2020 16:03:29 +0000 (18:03 +0200)
commit15c9aa3aef77c642ef2b6c84bba2b57b35ed083e
tree3563d1fe633f075353a74e8fe1c95c28b6ca3205
parent1b2873e4a1ed49b45555eb9a6ecff4d38df8d7e9
apps/pkcs12: Change defaults from RC2 to PBES2 with PBKDF2

Fixes #11672

Add "-legacy" option to load the legacy provider and
fall back to the old legacy default algorithms.

doc/man1/openssl-pkcs12.pod.in: updates documentation about the new
"-legacy" option

Signed-off-by: Sahana Prasad <sahana@redhat.com>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/12540)
apps/pkcs12.c
doc/man1/openssl-pkcs12.pod.in