mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-07 15:09:28 +01:00
Fix bug in mpi_set_bit
This commit is contained in:
parent
a0179b8c4a
commit
9a4a5ac4de
3 changed files with 9 additions and 1 deletions
|
|
@ -15,6 +15,7 @@ Changes
|
|||
* Split off curves from ecp.c into ecp_curves.c
|
||||
|
||||
Bugfix
|
||||
* Fixed bug in mpi_set_bit() on platforms where t_uint is wider than int
|
||||
* Fixed X.509 hostname comparison (with non-regular characters)
|
||||
* SSL now gracefully handles missing RNG
|
||||
* Missing defines / cases for RSA_PSK key exchange
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue