mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-28 00:21:48 +03:00
Support multiple records in one datagram
This commit is contained in:
committed by
Paul Bakker
parent
798f15a500
commit
b2f3be8757
@ -1697,6 +1697,7 @@ have_ciphersuite:
|
||||
ssl->transform_negotiate->ciphersuite_info = ciphersuite_info;
|
||||
ssl_optimize_checksum( ssl, ssl->transform_negotiate->ciphersuite_info );
|
||||
|
||||
/* ClientHello can't be bundled with another record in same datagram */
|
||||
ssl->in_left = 0;
|
||||
ssl->state++;
|
||||
|
||||
|
Reference in New Issue
Block a user