Fix grammar in ChangeLog entry

This commit is contained in:
Gilles Peskine 2018-03-11 00:15:56 +01:00
parent 33d8e3335f
commit 0ee482c82c

View file

@ -9,7 +9,7 @@ Bugfix
* Fix mbedtls_x509_crt_profile_suiteb, which used to reject all certificates
with flag MBEDTLS_X509_BADCERT_BAD_PK even when the key type was correct.
In the context of SSL, this resulted in handshake failure. #1351
* In test_suite_pk pass valid parameters when testing for hash length
* In test_suite_pk, pass valid parameters when testing for hash length
overflow. #1179
Changes