aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/message_encryptor_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use match? where we don't need MatchDataAkira Matsuda2019-07-271-2/+2
* Allow `on_rotation` in MessageEncryptor to be passed in constructor:Edouard CHIN2019-06-061-0/+28
* Fix minor CodeClimate issuedixpac2017-09-251-1/+1
* Remove advanced key generator rotations from verifier/encryptor.Kasper Timm Hansen2017-09-241-94/+34
* Infer options from the primary verifier.Kasper Timm Hansen2017-09-241-4/+16
* Add key rotation message Encryptor and VerifierMichael Coyne2017-09-231-0/+118
* Add expires_at, expires_in, and purpose meta_data to messages.Assain2017-07-191-1/+43
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Updates to MessageEncryptor AEAD testsMichael Coyne2017-05-151-10/+14
* Fix for AEAD auth_tag check in MessageEncryptorMichael Coyne2017-05-151-0/+8
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* Start passing cipher from EncryptedCookieJar since we use it to determine key...Vipul A M2016-09-011-2/+2
* Follow up of #25602Vipul A M2016-09-011-0/+10
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-13/+13
* remove redundant curlies from hash argumentsXavier Noria2016-08-061-1/+1
* modernizes hash syntax in activesupportXavier Noria2016-08-061-3/+3
* applies new string literal convention in activesupport/testXavier Noria2016-08-061-7/+7
* Allow MessageEncryptor to take advantage of authenticated encryption modesBart de Water2016-07-211-0/+18
* We default to using aes-256-cbc as our verification/signing cipher. It can ac...Vipul A M2016-06-271-2/+2
* Remove "rescue" clause around "require 'openssl'"claudiob2014-12-031-10/+1
* Merge pull request #10635 from vipulnsward/change_to_strictJeremy Kemper2013-12-061-1/+12
|\
| * Use `Base.strict_decode64` instead of `Base.decode64` just as we do in encoding;Vipul A M2013-05-161-1/+12
* | Standardize all JSON encoded times to use 3 decimal fractional secondsRyan Glover2013-11-071-1/+1
|/
* Fixed bad tests to clean up after themselves.Ryan Davis2013-05-031-1/+6
* s/messqage/message/ in message_encryptor_test.rbEzekiel Smithburg2013-01-091-2/+2
* Add cookie.encrypted which returns an EncryptedCookieJarSantiago Pastorino2012-11-031-1/+1
* remove ActiveSupport::Base64 in favor of ::Base64Sergey Nartimov2012-01-021-3/+3
* deprecate Base64.encode64s from AS. Use Base64.strict_encode64 insteadVasiliy Ermolovich2011-12-271-1/+1
* Remove deprecations from Active Support.José Valim2011-12-201-6/+0
* Don't marshal dump twice when using encryptor.José Valim2011-11-091-2/+1
* Deprecated ActiveSupport::MessageEncryptor#encrypt and decrypt.José Valim2011-11-091-24/+36
* Test deprecation warning when not using an options hash as second parameter.Willem van Bergen2011-09-151-1/+7
* Use an options hash to specify digest/cipher algorithm and a serializer for M...Willem van Bergen2011-09-151-3/+3
* Implement API suggestions of pull request.Willem van Bergen2011-09-151-3/+12
* Fixed tests so that they will also run properly in other timezones.Willem van Bergen2011-09-151-2/+2
* Custom serializers and deserializers in MessageVerifier and MessageEncryptor.Willem van Bergen2011-09-151-1/+9
* Replace references to ActiveSupport::SecureRandom with just SecureRandom, and...Jon Leighton2011-05-231-1/+1
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-7/+7
* repair the activesupport message encryptor tests for me, do so in the same wa...Marius Nuennerich2010-05-011-0/+10
* Ruby 1.9.2: marshaling round-trips Time#zoneJeremy Kemper2010-03-281-1/+1
* Repair time dependenciesJeremy Kemper2009-11-141-0/+1
* Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.Jeremy Kemper2009-03-081-1/+1
* Add a MessageEncryptor, just like MessageVerifier but using symmetric key enc...Michael Koziarski2008-11-251-0/+46