Note that ver+fmt bytes in serialized data must not be removed

This commit is contained in:
Hanno Becker 2019-05-29 11:08:00 +01:00 committed by Jarno Lamsa
parent 50b596666d
commit dc28b6c5e1

View file

@ -9928,7 +9928,12 @@ static unsigned char ssl_serialized_session_header[] = {
* opaque session_format[2]; // version-specific 16-bit field determining * opaque session_format[2]; // version-specific 16-bit field determining
* // the format of the remaining * // the format of the remaining
* // serialized data. * // 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 * // MBEDTLS_SSL_SERIALIZED_STRUCTURES_LOCAL_ONLY
* // is set, plus the setting of those compile- * // is set, plus the setting of those compile-
* // time configuration options which influence * // time configuration options which influence