Added credit to Changelog for fix #558

This commit is contained in:
Simon Butcher 2016-10-13 00:14:37 +01:00
parent ef44178474
commit 4d69ecd9cb

View File

@ -40,7 +40,7 @@ Bugfix
by inestlerode. #559. by inestlerode. #559.
* Fix documentation and implementation missmatch for function arguments of * Fix documentation and implementation missmatch for function arguments of
mbedtls_gcm_finish(). Found by cmiatpaar. #602 mbedtls_gcm_finish(). Found by cmiatpaar. #602
* Guarantee that P>Q at RSA key generation. #558 * Guarantee that P>Q at RSA key generation. Found by inestlerode. #558
Changes Changes
* Extended test coverage of special cases, and added new timing test suite. * Extended test coverage of special cases, and added new timing test suite.