Actions
Bug #9420
closedcrypt_data() uses deprecated openssl syntax for passphrase
Start date:
03/22/2019
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.5.0
Affected Architecture:
All
Description
According to https://wiki.openssl.org/index.php/Enc the current syntax used by crypt_data()
uses the deprecated -k blah
syntax when it should be -pass pass:blah
.
Actions