commit | d05192501bd6793370e4a2c0e35436ef213acfd6 | [log] [tgz] |
---|---|---|
author | Simon Butcher <simon.butcher@arm.com> | Thu Oct 13 00:14:37 2016 +0100 |
committer | Simon Butcher <simon.butcher@arm.com> | Thu Oct 13 13:54:48 2016 +0100 |
tree | f37d990b5c918611ec92895142b2ff7a770ac898 | |
parent | e5dc20246938e680ae9be5e0740bc25a06d6c290 [diff] |
Added credit to Changelog for fix #558
diff --git a/ChangeLog b/ChangeLog index 5350a3e..5306d52 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -47,7 +47,7 @@ subramanyam-c. * Fix documentation and implementation missmatch for function arguments of 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 * Extended test coverage of special cases, and added new timing test suite.