-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
export-p12, OpenSSL v1.x: Upgrade PBE and MAC options
OpenSSL v1.x defaults for 'pkcs12' files uses 'legacy' cryptography: - PBE uses RC2_CBC or 3DES_CBC - MAC uses SHA1 OpenSSL v1.x settings are no longer considered to be secure. OpenSSL v3.x defaults for 'pkcs12' files are: - PBE uses AES-256-CBC - MAC uses SHA256 EasyRSA will now use OpenSSL v3.x cryptography for command 'export-p12' when using OpenSSL v1.x Use of EasyRSA command option 'legacy' will revert to the old behavior. Signed-off-by: Richard T Bonhomme <[email protected]>
- Loading branch information
1 parent
70bb7ec
commit dd64668
Showing
1 changed file
with
23 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters