You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In cdavurls.php bf-ecb is used to encrypt ICS links. In openssl V3 you need to manually activate legacy providers. Therefore - in a default setup with openssl 3 - this is not working as openssl_encrypt returns false.
Suggestions would be to move to aes-256-cbc or another non-legacy algorithm. Or at least to add a note to the README file how to enable legacy providers in openssl 3
The text was updated successfully, but these errors were encountered:
In cdavurls.php bf-ecb is used to encrypt ICS links. In openssl V3 you need to manually activate legacy providers. Therefore - in a default setup with openssl 3 - this is not working as openssl_encrypt returns false.
Suggestions would be to move to aes-256-cbc or another non-legacy algorithm. Or at least to add a note to the README file how to enable legacy providers in openssl 3
The text was updated successfully, but these errors were encountered: