e840b623a60309fe9682670b4adbffc86975b740
OpenSSL by default used very old defaults, RC2-CBC and 3DES, for encryption. This resulted in a credential that was unusable if FIPS was enabled.
Both values are now hardcoded to AES-128-CBC so that it is both more modern and will work in all situations. This tests that nothing has changed.
Related: https://bugzilla.redhat.com/show_bug.cgi?id=1950132
Signed-off-by: Rob Crittenden rcritten@redhat.com
rebased onto e840b623a60309fe9682670b4adbffc86975b740
Pull-Request has been merged by rcritten
OpenSSL by default used very old defaults, RC2-CBC and 3DES, for
encryption. This resulted in a credential that was unusable if
FIPS was enabled.
Both values are now hardcoded to AES-128-CBC so that it is both
more modern and will work in all situations. This tests that
nothing has changed.
Related: https://bugzilla.redhat.com/show_bug.cgi?id=1950132
Signed-off-by: Rob Crittenden rcritten@redhat.com