With recent openssl, there are pkcs12 files not supported, despite they are still being generated on some operating systems with long time obsolete ciphers. It is known the -legacy openssl argument helps with this even with OpenSSL 3, so libssl should have some feature to support them from code:
With recent openssl, there are pkcs12 files not supported, despite they are still being generated on some operating systems with long time obsolete ciphers. It is known the
-legacy
openssl argument helps with this even with OpenSSL 3, so libssl should have some feature to support them from code: