Change algorithm used in testNonAESEncryptionSupport from bf to sm4, reason being is that GitHub had updated their docker image used to run the tests with a newer version of OpenSSL which no longer supports Blowfish, which was previously marked as deprecated.
Change algorithm used in
testNonAESEncryptionSupport
frombf
tosm4
, reason being is that GitHub had updated their docker image used to run the tests with a newer version of OpenSSL which no longer supports Blowfish, which was previously marked as deprecated.