mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-23 15:01:00 +03:00
Add 1/n-1 record splitting
This commit is contained in:
@ -784,6 +784,9 @@ struct _ssl_context
|
||||
#if defined(POLARSSL_SSL_MAX_FRAGMENT_LENGTH)
|
||||
unsigned char mfl_code; /*!< MaxFragmentLength chosen by us */
|
||||
#endif /* POLARSSL_SSL_MAX_FRAGMENT_LENGTH */
|
||||
#if defined(POLARSSL_SSL_CBC_RECORD_SPLITTING)
|
||||
unsigned char split_done; /*!< flag for record splitting */
|
||||
#endif
|
||||
|
||||
/*
|
||||
* PKI layer
|
||||
|
Reference in New Issue
Block a user