commit | 9a4a5ac4defa98424d7de14d16f49f1b126af4c7 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed Dec 04 18:05:29 2013 +0100 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu Dec 05 15:58:38 2013 +0100 |
tree | b2185881ce0d270ee8cda6de317757837964c3ef | |
parent | a0179b8c4af3a0022503fc344e6009e82c5d1716 [diff] [blame] |
Fix bug in mpi_set_bit
diff --git a/ChangeLog b/ChangeLog index 27a6eab..f0a0157 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -15,6 +15,7 @@ * 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