Behaviour change in crypto:verify/5
between 24.3.4.5 and 25.0
#6313
Milestone
8000
crypto:verify/5
between 24.3.4.5 and 25.0
#6313
Describe the bug
Calls to
crypto:verify/5
which succeeded on OTP up to and including 24.3.4.5 now fail on OTP 25.0 and newer.To Reproduce
The above call returns
true
on OTP 24.3.4.5 (and all earlier versions that I've tried), andfalse
on OTP 25.0 and newer(Mis)behaviour verified on macOS 12.3.1 (Erlang installed via asdf), and aarch64 linux (via official Docker images)
Expected behavior
OTP behaviour should be unchanged
Affected versions
OTP 25.0 and newer
The text was updated successfully, but these errors were encountered: