We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
field in
mbedtls_ssl_conf_early_data()
mbedtls_ssl_conf_early_data( mbedtls_ssl_config *conf, int early_data_enabled )
The text was updated successfully, but these errors were encountered:
xkqian
Successfully merging a pull request may close this issue.
field in
mbedtls_ssl_config`mbedtls_ssl_conf_early_data()
to enable/disable the early data on client and server side: just the simplest signaturembedtls_ssl_conf_early_data( mbedtls_ssl_config *conf, int early_data_enabled )
for the time being. Depending on the result of Define the API for writing early data on client side in TLS 1.3 #4902 and Define the API to read handshake data on server side in TLS 1.3 #6310 this may evolve but not in the scope of this issue.The text was updated successfully, but these errors were encountered: