ably / ably-php

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

Change nonAESEncryption algorithm in CryptoTest.php #171

Closed AmirQSD closed 1 year ago

AmirQSD commented 1 year 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.