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
ssl_client2.c
Part of implementing #9904
The program ssl_client2.c uses only a single function from the legacy crypto API
#if defined(MBEDTLS_ECP_RESTARTABLE) if (opt.ec_max_ops != DFL_EC_MAX_OPS) { mbedtls_ecp_set_max_ops(opt.ec_max_ops); } #endif
This configures the legacy restartable ECP interface.
This task consists of:
ec_max_ops
ssl_client2
This task is done when ssl_client2 no longer calls mbedtls_ecp_set_max_ops() (or any other legacy function).
mbedtls_ecp_set_max_ops()
Estimate: 3 Ideal Engineering Hours
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Part of implementing #9904
The program
ssl_client2.c
uses only a single function from the legacy crypto APIThis configures the legacy restartable ECP interface.
This task consists of:
ec_max_ops
option fromssl_client2
This task is done when
ssl_client2
no longer callsmbedtls_ecp_set_max_ops()
(or any other legacy function).Estimate: 3 Ideal Engineering Hours
The text was updated successfully, but these errors were encountered: