rails--rails/activesupport/lib/active_support
Dirkjan Bussink ba9207f301
Change the default digest for new apps to SHA256
As mentioned in
https://github.com/rails/rails/pull/40770#issuecomment-748347066 we
should default to SHA256 where SHA1 is used today. This switches over
the ActiveSupport::Digest to use SHA256 for new applications.

It also updates the constants to always refer to and use the OpenSSL
constants as well, as also discussed in that PR.
2021-01-08 12:07:20 +01:00
..
cache
concurrency
core_ext
current_attributes
dependencies
deprecation
duration
inflector
json
locale
log_subscriber
messages
multibyte
notifications
number_helper
testing
values
xml_mini
actionable_error.rb
all.rb
array_inquirer.rb
backtrace_cleaner.rb
benchmarkable.rb
builder.rb
cache.rb
callbacks.rb
concern.rb
configurable.rb
configuration_file.rb
core_ext.rb
current_attributes.rb
dependencies.rb
deprecation.rb
descendants_tracker.rb
digest.rb Change the default digest for new apps to SHA256 2021-01-08 12:07:20 +01:00
duration.rb
encrypted_configuration.rb
encrypted_file.rb
environment_inquirer.rb
evented_file_update_checker.rb
execution_wrapper.rb
executor.rb
file_update_checker.rb
fork_tracker.rb
gem_version.rb
gzip.rb
hash_with_indifferent_access.rb
i18n.rb
i18n_railtie.rb
inflections.rb
inflector.rb
json.rb
key_generator.rb
lazy_load_hooks.rb
log_subscriber.rb
logger.rb
logger_silence.rb
logger_thread_safe_level.rb
message_encryptor.rb
message_verifier.rb
multibyte.rb
notifications.rb
number_helper.rb
option_merger.rb
ordered_hash.rb
ordered_options.rb
parameter_filter.rb
per_thread_registry.rb
proxy_object.rb
rails.rb
railtie.rb Change the default digest for new apps to SHA256 2021-01-08 12:07:20 +01:00
reloader.rb
rescuable.rb
secure_compare_rotator.rb
security_utils.rb
string_inquirer.rb
subscriber.rb
tagged_logging.rb
test_case.rb
time.rb
time_with_zone.rb
version.rb
xml_mini.rb