mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-28 18:32:56 +00:00
481659a9c0
* origin/development: Fix uninitialized variable in x509_crt Add a ChangeLog entry for mbedtls_net_close() Added mbedtls_net_close and use it in ssl_fork_server to correctly disassociate the client socket from the parent process and the server socket from the child process. Add ChangeLog entry fix memory leak in mpi_miller_rabin()