Rename ecp_curve_info.size to bit_size

This commit is contained in:
Manuel Pégourié-Gonnard
2015-06-18 15:45:05 +02:00
parent 898e0aa210
commit 797f48ace6
4 changed files with 10 additions and 8 deletions

View File

@@ -22,7 +22,9 @@ API Changes
Migration helpers scripts/rename.pl and include/mbedlts/compat-1.3.h are
provided. Full list of renamings in scripts/data_files/rename-1.3-2.0.txt
* Renamings of fields inside structures, not covered by the previous list:
cipher_info.key_length -> key_bitlen
mbedtls_cipher_info_t.key_length -> key_bitlen
mbedtls_cipher_context_t.key_length -> key_bitlen
mbedtls_ecp_curve_info.size -> bit_size
* Headers are now found in the 'mbedtls' directory (previously 'polarssl').
* The following _init() functions that could return errors have
been split into an _init() that returns void and another function that