Rename pkcs11_xxx_init() to bind()

This commit is contained in:
Manuel Pégourié-Gonnard 2015-04-29 01:10:10 +02:00
parent 69a69cc5ae
commit eab147c4d0
5 changed files with 23 additions and 9 deletions

View file

@ -20,6 +20,9 @@ API Changes
mbedtls_gcm_init() -> mbedtls_gcm_setkey()
mbedtls_hmac_drbg_init() -> mbedtls_hmac_drbg_init(_buf)()
mbedtls_ctr_drbg_init() -> mbedtls_ctr_drbg_init(_buf)()
* Renamed mbedtls_pkcs11_priv_key_init() to ..._bind() and
mbedtls_pkcs11_x509_cert_init() as well (handled by rename.pl and
compat-1.3.h)
* mbedtls_memory_bufer_alloc_init() now returns void
* In the threading layer, mbedtls_mutex_init() and mbedtls_mutex_free() now
return void.