commit | d759d7d72001a1ec46a1ce3f554b32b7f7c1fa30 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed Apr 08 15:44:27 2015 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed Apr 08 20:13:33 2015 +0200 |
tree | c00f667bb6734fb04234913c5b9777bbd9e8c3ed | |
parent | 2cf5a7c98eff6796f5bf4a474c48312b52e7b339 [diff] [blame] |
Update ChangeLog for Great Renaming
diff --git a/ChangeLog b/ChangeLog index f322a75..12d9895 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -9,6 +9,7 @@ to override the whole module. API Changes + * All public identifiers moved to the mbedtls_* or MBEDTLS_* namespace. * ecdsa_write_signature() gained an addtional md_alg argument and ecdsa_write_signature_det() was deprecated. * pk_sign() no longer accepts md_alg == POLARSSL_MD_NONE with ECDSA.