mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-13 14:22:57 +00:00
Rename pkcs11_xxx_init() to bind()
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user