rabbitmq / rabbitmq-common

Common library used by rabbitmq-server and rabbitmq-erlang-client
Other
66 stars 112 forks source link

We don't support aes_ctr before OTP-22 #314

Closed essen closed 5 years ago

essen commented 5 years ago

The cipher was not available via the EVP interface before Erlang/OTP-22.

Note that the ciphers aes_..._ctr were added in OTP-22 so no need to blacklist them.

This is for master. For v3.7.x please cherry-pick the commit from the previous PR and then this commit.

essen commented 5 years ago

Relevant commit in OTP-22 that made aes_ctr available through this interface: https://github.com/erlang/otp/commit/c7cab680b80ef9220832151ed2c8c23a5d590b8b

michaelklishin commented 5 years ago

Backported to v3.7.x.