mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-24 00:06:32 +01:00
Fix checksum computation with HelloVerifyRequest
This commit is contained in:
parent
74848811b4
commit
67427c07b2
3 changed files with 20 additions and 0 deletions
|
|
@ -1766,6 +1766,7 @@ void ssl_handshake_wrapup( ssl_context *ssl );
|
|||
|
||||
int ssl_send_fatal_handshake_failure( ssl_context *ssl );
|
||||
|
||||
void ssl_reset_checksum( ssl_context *ssl );
|
||||
int ssl_derive_keys( ssl_context *ssl );
|
||||
|
||||
int ssl_read_record( ssl_context *ssl );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue