diff options
author | Vipul A M <vipulnsward@gmail.com> | 2016-05-29 11:07:22 -0700 |
---|---|---|
committer | Vipul A M <vipulnsward@gmail.com> | 2016-06-27 17:43:55 -0700 |
commit | 8ee269cf51c58b0600a3fa536219637f240e888d (patch) | |
tree | 67b005a5f950d13b3e21bb2aacb759318d8ac46d /actionpack/test/fixtures/star_star_mime/index.js.erb | |
parent | cf8605ad28192af81af08296d4f170076362d281 (diff) | |
download | rails-8ee269cf51c58b0600a3fa536219637f240e888d.tar.gz rails-8ee269cf51c58b0600a3fa536219637f240e888d.tar.bz2 rails-8ee269cf51c58b0600a3fa536219637f240e888d.zip |
We default to using aes-256-cbc as our verification/signing cipher. It can accept key lengths of 128, 192 or 256-bit, whereas currently we were providing twice the acceptable value.
ruby < 2.4 allowed accepting these values, as extra key bits were ignored. Since https://github.com/ruby/ruby/commit/ce635262f53b760284d56bb1027baebaaec175d1 this now has a strict checking on key length.
Default to key length 32 bytes, to match the compatible length for aes-256-cbc
Fixes #25185
Diffstat (limited to 'actionpack/test/fixtures/star_star_mime/index.js.erb')
0 files changed, 0 insertions, 0 deletions