Closed paragonie-scott closed 6 years ago
On older OpenSSL, aes-256-ctr isn't defined, but aes-256-ecb is.
aes-256-ctr
aes-256-ecb
The workaround is simple: We kill the Batman polyfill CTR mode.
On older OpenSSL,
aes-256-ctr
isn't defined, butaes-256-ecb
is.The workaround is simple: We
kill the Batmanpolyfill CTR mode.