1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activesupport/lib
jgls 91a0a1156e Reorganize MessageEncryptor
1) According to OpenSSL's documentation, cipher.random_iv must be called
   after cipher.encrypt and already sets the generated IV on the cipher.

2) OpenSSL::CipherError was moved to OpenSSL::Cipher::CipherError in
   Ruby 1.8.7. Since Rails 4 requires at least Ruby 1.9.3, support for
   the old location can be dropped.
2013-04-19 00:33:02 +02:00
..
active_support Reorganize MessageEncryptor 2013-04-19 00:33:02 +02:00
active_support.rb Updated copyright notices for 2013 2012-12-31 20:35:29 +00:00