From f5093c2b1df5d3cdd7d2849f0b3d4fc7cf841cd5 Mon Sep 17 00:00:00 2001 From: Thomas Dziedzic Date: Wed, 20 Jun 2018 16:14:46 -0500 Subject: add documentation for config.active_support.use_authenticated_message_encryption [ci skip] related to https://github.com/rails/rails/issues/33170 --- guides/source/configuring.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guides/source/configuring.md b/guides/source/configuring.md index 6b634028c4..e89909b614 100644 --- a/guides/source/configuring.md +++ b/guides/source/configuring.md @@ -707,6 +707,8 @@ There are a few configuration options available in Active Support: * `config.active_support.use_sha1_digests` specifies whether to use SHA-1 instead of MD5 to generate non-sensitive digests, such as the ETag header. Defaults to false. +* `config.active_support.use_authenticated_message_encryption` specifies whether to use AES-256-GCM authenticated encryption as the default cipher for encrypting messages instead of AES-256-CBC. This is false by default, but enabled when loading defaults for Rails 5.2. + * `ActiveSupport::Logger.silencer` is set to `false` to disable the ability to silence logging in a block. The default is `true`. * `ActiveSupport::Cache::Store.logger` specifies the logger to use within cache store operations. -- cgit v1.2.3