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
This is issue is about going through all the macros and compile-time options introduced by the prototype and making sure they live in appropriate namespaces. For most options, it will likely be MBEDTLS_SSL_, though we could also consider MBEDTLS_SSL_TLS1_3_ if suitable.
Example: MBEDTLS_ZERO_RTT
The text was updated successfully, but these errors were encountered:
This is issue is about going through all the macros and compile-time options introduced by the prototype and making sure they live in appropriate namespaces. For most options, it will likely be
MBEDTLS_SSL_
, though we could also considerMBEDTLS_SSL_TLS1_3_
if suitable.Example:
MBEDTLS_ZERO_RTT
The text was updated successfully, but these errors were encountered: