Support multiple records in one datagram

This commit is contained in:
Manuel Pégourié-Gonnard 2014-07-10 17:54:52 +02:00 committed by Paul Bakker
parent 798f15a500
commit b2f3be8757
3 changed files with 62 additions and 6 deletions

View file

@ -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++;