aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/message_verifier.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Ruby 1.9: fix MessageVerifier#secure_compareJeremy Kemper2009-09-081-9/+27
* Fix timing attack vulnerability in ActiveSupport::MessageVerifier.Coda Hale2009-09-041-3/+16
* Lazy-require OpenSSLJeremy Kemper2008-11-231-1/+2
* 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/+45