-
Type:
Change Request
-
Resolution: Fixed
-
Priority:
Minor
-
Affects Version/s: 6.2.0alpha1
-
Component/s: Proxy (P), Server (S)
-
Sprint 87 (Apr 2022)
-
0.25
The current implementation of md5 and sha256 functions in the js engine is not binary-safe. This causes problems in cases when there is a need to compute hashes of binary data.
Binary-safe md5 and sha256 functions should be introduced into the js engine.