Actions
Regression #14636
closed"Legacy" strength PKCS#12 Export needs ``-legacy`` provider parameter on OpenSSL command
Status:
Resolved
Priority:
Normal
Assignee:
Category:
OpenVPN Client Export
Target version:
Start date:
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
23.09
Affected Version:
Affected Plus Version:
Affected Architecture:
Description
See #14635 for details.
The export package will need a change similar to that one from #14635 but it will need to be wrapped in a version test of some kind since that parameter will not work on OpenSSL 1.1.x.
The version test will either need to check the OpenSSL version (3.x vs <3.x) or pfSense version (23.09/2.8.0 vs older) and only add the -legacy
parameter to the export command when running with OpenSSL 3.0 on Plus 23.09/CE 2.8.0
Actions