aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/message_verifier_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Replace `assert !` with `assert_not`Daniel Colson2018-04-191-7/+7
* Remove advanced key generator rotations from verifier/encryptor.Kasper Timm Hansen2017-09-241-70/+26
* Infer options from the primary verifier.Kasper Timm Hansen2017-09-241-4/+4
* Add key rotation message Encryptor and VerifierMichael Coyne2017-09-231-0/+90
* Perform self-serialization once metadata is involved.Kasper Timm Hansen2017-08-131-2/+17
* Merge pull request #29907 from deivid-rodriguez/fix_flaky_message_verifier_testKasper Timm Hansen2017-07-241-1/+1
|\
| * Fix test failure in message verifier testsDavid Rodríguez2017-07-241-1/+1
* | add metadata tests: verify methodAssain2017-07-241-0/+15
|/
* add metadata support to message verifierAssain2017-07-191-0/+41
* [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
* assert_equal takes expectation firstAkira Matsuda2016-12-261-1/+1
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* remove redundant curlies from hash argumentsXavier Noria2016-08-061-1/+1
* modernizes hash syntax in activesupportXavier Noria2016-08-061-2/+2
* applies new string literal convention in activesupport/testXavier Noria2016-08-061-6/+6
* Fix the message verifier encoding issueRoque Pinel2015-06-141-0/+1
* Remove "rescue" clause around "require 'openssl'"claudiob2014-12-031-12/+3
* Add `#verified` and `#valid_message?` to MessageVerifierLogan Leger2014-12-011-16/+24
* MessageVerifier raises an appropriate exception if the secret is nilKostiantyn Kahanskyi2014-09-121-0/+7
* PR #10635 introduces rescue from ArgumentError thrown by `Base64.strict_decod...Vipul A M2013-12-121-0/+14
* :scissors:Rafael Mendonça França2013-12-021-4/+4
* 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
* Remove deprecations from Active Support.José Valim2011-12-201-6/+0
* 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-0/+9
* Ruby 1.9.2: marshaling round-trips Time#zoneJeremy Kemper2010-03-281-1/+1
* Repair time dependenciesJeremy Kemper2009-11-141-0/+2
* Ensure MessageVerifier raises appropriate exception on tampered dataPratik Naik2009-10-091-0/+1
* MessageVerifier#verify raises InvalidSignature if the signature is blankJeffrey Hardy2009-10-051-0/+5
* Nah, test SHA1, but skip the test and whine if OpenSSL is borked upJeremy Kemper2009-09-241-4/+13
* Test with MD5 digest in an attempt to mollify CIJeremy Kemper2009-09-241-1/+1
* Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.Jeremy Kemper2009-03-081-1/+1
* Don't need _message as it's in the class name alreadyMichael Koziarski2008-11-231-4/+4
* Add ActiveSupport::MessageVerifier to aid users who need to store tamper-proo...Michael Koziarski2008-11-231-0/+25