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
*
Freeze string literals when not mutated.
schneems
2015-07-19
1
-2
/
+2
*
Fix the message verifier encoding issue
Roque Pinel
2015-06-14
1
-1
/
+1
*
[ci skip] fix typo in MessageVerifier#verify docs
yuuji.yaginuma
2014-12-10
1
-1
/
+1
*
Copy-edit the MessageVerifier documentation [ci skip]
Rafael Mendonça França
2014-12-04
1
-7
/
+6
*
Add documentation to MessageVerifier
claudiob
2014-12-03
1
-4
/
+50
*
Add some FIXME notes about documentation [ci skip]
Rafael Mendonça França
2014-12-02
1
-0
/
+4
*
Prefer object/nil over `true`/`false`
Rafael Mendonça França
2014-12-02
1
-6
/
+4
*
Add `#verified` and `#valid_message?` to MessageVerifier
Logan Leger
2014-12-01
1
-6
/
+15
*
Abstract encoding strategy for ActiveSupport::MessageVerifier
Ryan Mohr
2014-11-12
1
-2
/
+10
*
Use AS secure_compare in AS::MessageVerifier
Guillermo Iguaran
2014-10-23
1
-12
/
+2
*
Changes "if secret.nil?" to unless secret in MessageVerfier
Kostiantyn Kahanskyi
2014-09-12
1
-1
/
+1
*
MessageVerifier raises an appropriate exception if the secret is nil
Kostiantyn Kahanskyi
2014-09-12
1
-0
/
+1
*
PR #10635 introduces rescue from ArgumentError thrown by `Base64.strict_decod...
Vipul A M
2013-12-12
1
-2
/
+3
*
Use `Base.strict_decode64` instead of `Base.decode64` just as we do in encoding;
Vipul A M
2013-05-16
1
-1
/
+5
*
Updated docs due to removal of serializer accessor
Albert Lash
2013-03-24
1
-3
/
+3
*
Replace comments' non-breaking spaces with spaces
claudiob
2012-12-04
1
-1
/
+1
*
update AS docs [ci skip]
Francesco Rodriguez
2012-09-17
1
-7
/
+7
*
remove ActiveSupport::Base64 in favor of ::Base64
Sergey Nartimov
2012-01-02
1
-3
/
+3
*
deprecate Base64.encode64s from AS. Use Base64.strict_encode64 instead
Vasiliy Ermolovich
2011-12-27
1
-2
/
+2
*
Remove deprecations from Active Support.
José Valim
2011-12-20
1
-5
/
+0
*
Fix typo in deprecation notice
Claudio Poli
2011-09-16
1
-1
/
+1
*
Use an options hash to specify digest/cipher algorithm and a serializer for M...
Willem van Bergen
2011-09-15
1
-7
/
+10
*
Add some documentation for the new serializer property of MessageVerifier and...
Willem van Bergen
2011-09-15
1
-0
/
+5
*
Implement API suggestions of pull request.
Willem van Bergen
2011-09-15
1
-6
/
+5
*
Custom serializers and deserializers in MessageVerifier and MessageEncryptor.
Willem van Bergen
2011-09-15
1
-2
/
+6
*
more style changes
suchasurge
2011-03-06
1
-1
/
+1
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-7
/
+7
*
Revert "Improve performance of MessageVerifier while keeping it constant time"
wycats
2010-07-13
1
-4
/
+4
*
Improve performance of MessageVerifier while keeping it constant time
wycats
2010-06-04
1
-4
/
+4
*
message_verifier.rb needs active_support/core_ext/object/blank
Xavier Noria
2010-01-01
1
-0
/
+1
*
message_verifier.rb needs active_support/base64
Xavier Noria
2010-01-01
1
-0
/
+2
*
String#bytesize is not needed for Ruby >= 1.8.7
Xavier Noria
2009-11-09
1
-2
/
+0
*
Ensure MessageVerifier raises appropriate exception on tampered data
Pratik Naik
2009-10-09
1
-1
/
+1
*
MessageVerifier#verify raises InvalidSignature if the signature is blank
Jeffrey Hardy
2009-10-05
1
-0
/
+2
*
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