mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Generate random key for HelloVerifyRequest
This commit is contained in:
committed by
Paul Bakker
parent
dd3cdb0fbc
commit
98545f128a
@ -5041,6 +5041,7 @@ void ssl_free( ssl_context *ssl )
|
||||
|
||||
#if defined(POLARSSL_SSL_PROTO_DTLS) && defined(POLARSSL_SSL_SRV_C)
|
||||
polarssl_free( ssl->cli_id );
|
||||
md_free( &ssl->hvr_hmac_ctx );
|
||||
#endif
|
||||
|
||||
SSL_DEBUG_MSG( 2, ( "<= free" ) );
|
||||
|
Reference in New Issue
Block a user