1
0
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:
Manuel Pégourié-Gonnard
2014-07-22 22:10:43 +02:00
committed by Paul Bakker
parent dd3cdb0fbc
commit 98545f128a
4 changed files with 43 additions and 15 deletions

View File

@ -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" ) );