apps/pkcs12: Detect missing PKCS12KDF support on import
authorTomas Mraz <tomas@openssl.org>
Fri, 5 Mar 2021 17:08:05 +0000 (18:08 +0100)
committerPauli <ppzgs1@gmail.com>
Tue, 9 Mar 2021 01:12:07 +0000 (11:12 +1000)
commit5e9a8678c5e1442e618ae0abc7b314880ec3ba4e
tree891e3e8015a7251205013419d11223b879efa4d3
parent913f9d5e52f0541c2fb9c3b60d3fc785f35eacae
apps/pkcs12: Detect missing PKCS12KDF support on import

Report error message with hint to use -nomacver if
MAC verification is not required.

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14445)
apps/pkcs12.c