rabbitmq / rabbitmq-common

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

Don't support aes_ctr ciphers until OTP-22+ #322

Closed essen closed 5 years ago

essen commented 5 years ago

We disable them when compiling with Erlang <22 because they do not work, and on 22+ for the time being for consistency. We can support them and stream ciphers once we support only 22+ (see added comment). They are also not terribly interesting for what rabbit_pbe is used for so it's not a big loss anyway.

michaelklishin commented 5 years ago

👍

michaelklishin commented 5 years ago

Backported to v3.7.x.