Fix bug in mpi_set_bit

This commit is contained in:
Manuel Pégourié-Gonnard 2013-12-04 18:05:29 +01:00
parent a0179b8c4a
commit 9a4a5ac4de
3 changed files with 9 additions and 1 deletions

View file

@ -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