ably / ably-php

PHP client library SDK for Ably realtime messaging service
https://ably.com/download
Apache License 2.0
54 stars 11 forks source link

Change nonAESEncryption algorithm in CryptoTest.php #171

Closed AmirQSD closed 2 years ago

AmirQSD commented 2 years ago

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.