Add ChangeLog entry

This commit is contained in:
Gilles Peskine 2018-01-18 00:04:08 +01:00 committed by Jaeden Amero
parent fbeed6e2a5
commit 9b534666a2

View file

@ -104,6 +104,9 @@ Bugfix
* Fix error message in programs/pkey/gen_key.c. Found and fixed by Chris Xue. * Fix error message in programs/pkey/gen_key.c. Found and fixed by Chris Xue.
* Fix programs/pkey/dh_server.c so that it actually works with dh_client.c. * Fix programs/pkey/dh_server.c so that it actually works with dh_client.c.
Found and fixed by Martijn de Milliano. Found and fixed by Martijn de Milliano.
* Fix bug in cipher decryption with MBEDTLS_PADDING_ONE_AND_ZEROS that
sometimes accepted invalid padding. (Not used in TLS.) Found and fixed
by Micha Kraus.
Changes Changes
* Extend cert_write example program by options to set the CRT version * Extend cert_write example program by options to set the CRT version