You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Earliest Open edX Named Release Without This Functionality
Teak - 2025-04
Rationale
md4 hashing is discouraged and not secure. Although security is not a concern in this usage, supporting libraries and systems are removing support as well.
The setting ENABLE_BLAKE2B_HASHING was added to allow operators to control the timing of this change but once everyone has changed, it is no longer necessary.
md4 hashing is replaced by blake2b, a widely supported algorithm.
Deprecation
No response
Migration
No migration is necessary. The cache will re-fill without intervention. The setting was introduced solely to allow operators to control the timing of the cache re-fill, against the possibility that it could degrade performance.
Proposal Date
2025-02-10
Target Ticket Acceptance Date
2025-01-10
Earliest Open edX Named Release Without This Functionality
Teak - 2025-04
Rationale
md4 hashing is discouraged and not secure. Although security is not a concern in this usage, supporting libraries and systems are removing support as well.
The setting
ENABLE_BLAKE2B_HASHING
was added to allow operators to control the timing of this change but once everyone has changed, it is no longer necessary.Removal
The code introduced in #34442 needs to be removed
Replacement
md4 hashing is replaced by blake2b, a widely supported algorithm.
Deprecation
No response
Migration
No migration is necessary. The cache will re-fill without intervention. The setting was introduced solely to allow operators to control the timing of the cache re-fill, against the possibility that it could degrade performance.
Additional Info
No response
Task List
No response
Links
The text was updated successfully, but these errors were encountered: