Note that ver+fmt bytes in serialized data must not be removed
This commit is contained in:
parent
50b596666d
commit
dc28b6c5e1
1 changed files with 6 additions and 1 deletions
|
@ -9928,7 +9928,12 @@ static unsigned char ssl_serialized_session_header[] = {
|
|||
* opaque session_format[2]; // version-specific 16-bit field determining
|
||||
* // the format of the remaining
|
||||
* // serialized data.
|
||||
* // In this version, this indicates whether
|
||||
*
|
||||
* Note: When updating the format, remember to keep
|
||||
* these version+format bytes.
|
||||
*
|
||||
* // In this version, `session_format`
|
||||
* // indicates whether
|
||||
* // MBEDTLS_SSL_SERIALIZED_STRUCTURES_LOCAL_ONLY
|
||||
* // is set, plus the setting of those compile-
|
||||
* // time configuration options which influence
|
||||
|
|
Loading…
Reference in a new issue