mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 11:05:40 +01:00
Update ChangeLog for s/malloc/calloc
This commit is contained in:
parent
200e73179e
commit
5b9e5b19a1
@ -64,6 +64,8 @@ API Changes
|
||||
mbedtls_pk_parse_public_key() and mbedtls_dhm_parse_dhm() now expect the
|
||||
length parameter to include the terminating null byte for PEM input.
|
||||
* Signature of mpi_mul_mpi() changed to make the last argument unsigned
|
||||
* calloc() is now used instead of malloc() everywhere. API of platform
|
||||
layer and the memory_buffer_alloc module changed accordingly.
|
||||
* Change SSL_DISABLE_RENEGOTIATION config.h flag to SSL_RENEGOTIATION
|
||||
(support for renegotiation now needs explicit enabling in config.h).
|
||||
* net_connect() and net_bind() have a new 'proto' argument to choose
|
||||
|
Loading…
Reference in New Issue
Block a user