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_encryptor.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adding missing extension for `cattr_accessor` method
Wojciech Wnętrzak
2018-03-30
1
-0
/
+1
*
Allow use_authenticated_message_encryption to be set in new_framework_default...
Eugene Kenny
2018-01-07
1
-2
/
+2
*
Update incorrect backtick usage in RDoc to teletype
T.J. Schuck
2017-11-22
1
-2
/
+2
*
[Active Support] require_relative => require
Akira Matsuda
2017-10-21
1
-3
/
+3
*
Fix documentation [ci skip]
Rafael Mendonça França
2017-10-10
1
-1
/
+1
*
[ci skip] Attempt a new explanation for rotations.
Kasper Timm Hansen
2017-09-24
1
-25
/
+21
*
Add key rotation message Encryptor and Verifier
Michael Coyne
2017-09-23
1
-1
/
+31
*
Update links to use https instead of http [ci skip]
Yoshiyuki Hirano
2017-08-22
1
-2
/
+2
*
Perform self-serialization once metadata is involved.
Kasper Timm Hansen
2017-08-13
1
-7
/
+7
*
document metadata support added to message encryptor and message verifier
Assain
2017-07-24
1
-0
/
+32
*
Add expires_at, expires_in, and purpose meta_data to messages.
Assain
2017-07-19
1
-5
/
+6
*
[Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`
Koichi ITO
2017-07-11
1
-0
/
+1
*
Merge pull request #29730 from bdewater/update-encryptor-docs
Kasper Timm Hansen
2017-07-09
1
-5
/
+6
|
\
|
*
[ci skip] update MessageEncryptor example to use the key length as returned b...
Bart de Water
2017-07-09
1
-5
/
+6
*
|
Use frozen-string-literal in ActiveSupport
Kir Shatrov
2017-07-09
1
-0
/
+1
*
|
Merge branch 'master' into require_relative_2017
Xavier Noria
2017-07-02
1
-1
/
+1
|
\
\
|
*
|
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
|
*
|
Merge pull request #29540 from kirs/rubocop-frozen-string
Matthew Draper
2017-07-02
1
-0
/
+1
|
|
\
\
|
|
*
|
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
|
|
|
/
|
*
/
Make ActiveSupport frozen string literal friendly.
Pat Allan
2017-06-20
1
-1
/
+1
|
|
/
*
/
[Active Support] require => require_relative
Akira Matsuda
2017-07-01
1
-2
/
+2
|
/
*
Fix `Message::Encryptor` default cipher [ci skip]
yuuji.yaginuma
2017-06-12
1
-1
/
+1
*
set message_encryptor default cipher to aes-256-gcm
Assain
2017-06-12
1
-4
/
+14
*
Merge pull request #29086 from mikeycgto/message-encryptor-auth-tag-check
Kasper Timm Hansen
2017-05-15
1
-1
/
+1
|
\
|
*
Fix for AEAD auth_tag check in MessageEncryptor
Michael Coyne
2017-05-15
1
-1
/
+1
*
|
Tweak 28412
Jon Moss
2017-03-15
1
-1
/
+1
*
|
Merge pull request #28412 from benoittgt/add_doc_for_message_encryptor_new
Rafael França
2017-03-15
1
-0
/
+5
|
\
\
|
*
|
Add documentation about signature_key for MessageEncryptor.new [ci skip]
Benoit Tigeot
2017-03-15
1
-0
/
+5
|
|
/
*
/
Use DEFAULT_CIPHER constant in MessageEncryptor
Lukas Zapletal
2017-03-01
1
-1
/
+1
|
/
*
Make sure we generate keys that can be used with the cipher
Rafael Mendonça França
2017-01-04
1
-4
/
+4
*
Start passing cipher from EncryptedCookieJar since we use it to determine key...
Vipul A M
2016-09-01
1
-0
/
+7
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-1
/
+1
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-51
/
+51
*
applies new string literal convention in activesupport/lib
Xavier Noria
2016-08-06
1
-6
/
+6
*
Add rationale for manually checking auth_tag length, which got lost when #258...
Bart de Water
2016-07-27
1
-0
/
+4
*
Allow MessageEncryptor to take advantage of authenticated encryption modes
Bart de Water
2016-07-21
1
-4
/
+37
*
use OpenSSL::Cipher instead of deprecated OpenSSL::Cipher::Cipher for cipher ...
Vipul A M
2016-05-29
1
-1
/
+1
*
update docs for MessageEncryptor#new to recommend a KDF [ci skip]
Paul Kehrer
2015-11-10
1
-2
/
+2
*
Freeze string literals when not mutated.
schneems
2015-07-19
1
-1
/
+1
*
Add config option for cookies digest
Łukasz Strzałkowski
2014-08-12
1
-1
/
+2
*
Allow session serializer key in config.session_store
Lukasz Sarnacki
2014-01-29
1
-1
/
+1
*
Use `Base.strict_decode64` instead of `Base.decode64` just as we do in encoding;
Vipul A M
2013-05-16
1
-3
/
+3
*
Merge pull request #9980 from stouset/patch-1
Andrew White
2013-04-26
1
-4
/
+5
|
\
|
*
Improve poor security recommendation in docs
Stephen Touset
2013-03-28
1
-4
/
+5
*
|
Reorganize MessageEncryptor
jgls
2013-04-19
1
-5
/
+4
|
/
*
Missing require extract_options
Akira Matsuda
2013-01-31
1
-0
/
+1
*
Replace comments' non-breaking spaces with spaces
claudiob
2012-12-04
1
-2
/
+2
*
Add cookie.encrypted which returns an EncryptedCookieJar
Santiago Pastorino
2012-11-03
1
-2
/
+5
*
update AS docs [ci skip]
Francesco Rodriguez
2012-09-17
1
-20
/
+22
*
[ci skip] More docs for ActiveSupport::MessageEncryptor
Daniel Fone
2012-01-26
1
-0
/
+14
[next]