rails/activesupport/lib
Michael Coyne 71fb6def5f Fix for AEAD auth_tag check in MessageEncryptor
When MessageEncryptor tries to +decrypt_and_verify+ ciphertexts
generated in a different mode (such CBC-HMAC), the +auth_tag+ may be
+nil+ and must explicitly check for it.

See the discussion here:
https://github.com/rails/rails/pull/28132#discussion_r116388462
2017-05-15 08:54:39 +00:00
..
active_support Fix for AEAD auth_tag check in MessageEncryptor 2017-05-15 08:54:39 +00:00
active_support.rb deprecate halt_callback_chains_on_return_false instead of halt_and_display_warning_on_return_false 2017-02-08 17:18:55 +09:00