#232 Verify that the AES-128 is used for encrypting the local CA
Merged by rcritten. Opened by rcritten.
rcritten/certmonger bz1950132  into  master

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