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
The public API function mbedtls_ssl_tls13_conf_early_data() should be renamed to mbedtls_ssl_conf_tls13_early_data() or even mbedtls_ssl_conf_early_data() as in the future this may not be specific to TLS 1.3.
The early data support is experimental thus backward compatibility is not an issue for this renaming.
Justification
Consistency. Only function related to configuration and specific to TLS 1.3 with that prefix. We've rather been using the prefix mbedtls_ssl_conf_tls13.
The text was updated successfully, but these errors were encountered:
Suggested enhancement
The public API function
mbedtls_ssl_tls13_conf_early_data()
should be renamed tombedtls_ssl_conf_tls13_early_data()
or evenmbedtls_ssl_conf_early_data()
as in the future this may not be specific to TLS 1.3.The early data support is experimental thus backward compatibility is not an issue for this renaming.
Justification
Consistency. Only function related to configuration and specific to TLS 1.3 with that prefix. We've rather been using the prefix
mbedtls_ssl_conf_tls13
.The text was updated successfully, but these errors were encountered: