1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activesupport/lib/active_support
Rafael Mendonça França f76ca450f5
Compare the actual string after comparing the HMAC proccessed strings
Even that collisions are unlikely we need to make sure the two strings
are equal.

Timing is not important in this case because this only runs after the
comparison between the SHA256 digested strings returns true.
2017-11-25 11:39:41 -05:00
..
cache Update incorrect backtick usage in RDoc to teletype 2017-11-22 14:45:51 -05:00
concurrency
core_ext Update incorrect backtick usage in RDoc to teletype 2017-11-22 14:45:51 -05:00
dependencies
deprecation
duration
inflector Update incorrect backtick usage in RDoc to teletype 2017-11-22 14:45:51 -05:00
json
locale
log_subscriber
messages
multibyte
notifications
number_helper
testing
values Make ActiveSupport::TimeZone.all independent of previous lookups (#31176) 2017-11-22 17:12:08 +00:00
xml_mini
all.rb
array_inquirer.rb
backtrace_cleaner.rb
benchmarkable.rb
builder.rb
cache.rb
callbacks.rb
concern.rb
configurable.rb
core_ext.rb
current_attributes.rb
dependencies.rb
deprecation.rb
descendants_tracker.rb
duration.rb
encrypted_configuration.rb
encrypted_file.rb
evented_file_update_checker.rb
execution_wrapper.rb
executor.rb
file_update_checker.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 Update incorrect backtick usage in RDoc to teletype 2017-11-22 14:45:51 -05:00
message_verifier.rb Update incorrect backtick usage in RDoc to teletype 2017-11-22 14:45:51 -05:00
multibyte.rb
notifications.rb
number_helper.rb
option_merger.rb
ordered_hash.rb
ordered_options.rb
per_thread_registry.rb
proxy_object.rb
rails.rb
railtie.rb
reloader.rb Merge pull request #30100 from kirs/doc-reloader 2017-11-17 19:33:29 +10:30
rescuable.rb
security_utils.rb Compare the actual string after comparing the HMAC proccessed strings 2017-11-25 11:39:41 -05:00
string_inquirer.rb
subscriber.rb
tagged_logging.rb
test_case.rb
time.rb
time_with_zone.rb
version.rb
xml_mini.rb