index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activesupport
/
lib
/
active_support
/
message_verifier.rb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Use OpenSSL::Digest.const(...).new instead of OpenSSL::Digest::Digest.new(...)
Jeremy Kemper
2009-09-24
1
-1
/
+1
*
Explicitly require String#bytesize extension
Jeremy Kemper
2009-09-24
1
-0
/
+2
*
Prefer not to shadow a local
Jeremy Kemper
2009-09-13
1
-1
/
+1
*
making secure_compare faster
Aaron Patterson
2009-09-13
1
-28
/
+8
*
Dup the arguments to string compare so we can use force_encoding.
Michael Koziarski
2009-09-13
1
-2
/
+2
*
Revert "ruby 1.9 friendly secure_compare" because it breaks CI and Sam Ruby's...
Yehuda Katz
2009-09-12
1
-6
/
+9
*
ruby 1.9 friendly secure_compare
Jakub Kuźma
2009-09-12
1
-9
/
+6
*
Ruby 1.9: fix MessageVerifier#secure_compare
Jeremy Kemper
2009-09-08
1
-9
/
+27
*
Fix timing attack vulnerability in ActiveSupport::MessageVerifier.
Coda Hale
2009-09-04
1
-3
/
+16
*
Lazy-require OpenSSL
Jeremy Kemper
2008-11-23
1
-1
/
+2
*
Don't need _message as it's in the class name already
Michael Koziarski
2008-11-23
1
-4
/
+4
*
Add ActiveSupport::MessageVerifier to aid users who need to store tamper-proo...
Michael Koziarski
2008-11-23
1
-0
/
+45
[prev]