aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/messages/rotation_configuration.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix RotationConfiguration test and remove nil-kind rotates.Kasper Timm Hansen2017-09-241-4/+1
|
* Use new rotation signature in cookies.Kasper Timm Hansen2017-09-241-5/+5
| | | | [ Michael Coyne & Kasper Timm Hansen ]
* [ci skip] RotationConfiguration is an implementation detail, not public API.Kasper Timm Hansen2017-09-241-1/+1
|
* Add key rotation message Encryptor and VerifierMichael Coyne2017-09-231-0/+25
Both classes now have a rotate method where new instances are added for each call. When decryption or verification fails the next rotation instance is tried.