This website requires JavaScript.
Explore
Help
Register
Sign In
yuzu-emu
/
mbedtls
Watch
1
Star
0
Fork
0
You've already forked mbedtls
mirror of
https://github.com/yuzu-emu/mbedtls.git
synced
2024-11-23 22:45:37 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ebf3a4b80f
mbedtls
/
ChangeLog.d
/
issue1792.txt
4 lines
108 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Fix EC J-PAKE failing when the payload is all-bits-zero Fix function mbedtls_ecp_mul_shortcuts() to skip multiplication when m is 0 and simply assignt 0 to R. Additionally fix ecjpake_zkp_read() to return MBEDTLS_ERR_ECP_INVALID_KEY when the above condintion is met. Fix #1792 Signed-off-by: TRodziewicz <rodziewicz@gmail.com>
2021-03-04 17:59:39 +01:00
Bugfix
Fix the Changelog and extend tests to cover the hash of all-bits zero Signed-off-by: TRodziewicz <tomasz.rodziewicz@mobica.com>
2021-04-06 19:55:17 +02:00
* Fix a bug in ECDSA that would cause it to fail when the hash is all-bits
Fix Changelog, add separate test functions for hash of all-zero bits Signed-off-by: TRodziewicz <tomasz.rodziewicz@mobica.com>
2021-04-07 19:16:18 +02:00
zero. Fixes #1792
Reference in New Issue
Copy Permalink