mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-06 12:40:02 +00:00
Add a ChangeLog entry for mbedtls_net_close()
This commit is contained in:
parent
df8e511381
commit
52bc1947ff
@ -31,6 +31,10 @@ Features
|
||||
changed its IP or port. The feature is enabled at compile-time by setting
|
||||
MBEDTLS_SSL_DTLS_CONNECTION_ID (disabled by default), and at run-time
|
||||
through the new APIs mbedtls_ssl_conf_cid() and mbedtls_ssl_set_cid().
|
||||
* Add mbedtls_net_close(), enabling the building of forking servers where
|
||||
the parent process closes the client socket and continue accepting, and
|
||||
the child process closes the listening socket and handles the client
|
||||
socket. Contributed by Robert Larsen in #2803.
|
||||
|
||||
API Changes
|
||||
* Extend the MBEDTLS_SSL_EXPORT_KEYS to export the handshake randbytes,
|
||||
|
Loading…
x
Reference in New Issue
Block a user