OpenVPN / easy-rsa

easy-rsa - Simple shell based CA utility
Other
4k stars 1.19k forks source link

export-p12: New command option 'legacy' #1057

Closed spacefreak86 closed 8 months ago

spacefreak86 commented 8 months ago

With the update to version 3, OpenSSL changed the default encryption algorithms for keys and certificates within PKCS#12 files. Unfortunately, the new algorithms are still not supported by Apple IOS and FreeBSD. With the legacy option set, the traditional algorithms are used.

spacefreak86 commented 8 months ago

@TinCanTech here is the new PR. I did help and ChangeLog already to save you some time.