Support multiple records in one datagram
This commit is contained in:
parent
798f15a500
commit
b2f3be8757
3 changed files with 62 additions and 6 deletions
|
@ -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++;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue