You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MPS(message process stack) has been created and apply in TLS1.3 code. It will replace legay message layer in future.
But TLS1.2 still use legacy message layer now.
we need MACRO and function to identify which case should use legacy layer and which should use mps.
define a new macro MBEDTLS_SSL_LEGACY_MSG_LAYER_REQUIRED
Suggested enhancement
MPS(message process stack) has been created and apply in TLS1.3 code. It will replace legay message layer in future.
But TLS1.2 still use legacy message layer now.
we need MACRO and function to identify which case should use legacy layer and which should use mps.
define a new macro
MBEDTLS_SSL_LEGACY_MSG_LAYER_REQUIRED
For runtime dispatch, define a static inline function like
mbedtls_ssl_legacy_msg_layer_in_use()
The text was updated successfully, but these errors were encountered: