mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-07 06:59:19 +01:00
Rename pkcs11_xxx_init() to bind()
This commit is contained in:
parent
69a69cc5ae
commit
eab147c4d0
5 changed files with 23 additions and 9 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue