mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +01:00
Generate random key for HelloVerifyRequest
This commit is contained in:
parent
dd3cdb0fbc
commit
98545f128a
4 changed files with 43 additions and 15 deletions
|
|
@ -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" ) );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue