aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/messages
Commit message (Collapse)AuthorAgeFilesLines
* Fix RotationConfiguration test and remove nil-kind rotates.Kasper Timm Hansen2017-09-241-25/+7
|
* Add key rotation message Encryptor and VerifierMichael Coyne2017-09-231-0/+43
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.