mbedtls_ssl_conf_curves() is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

Notes

This has no influence on which curves are allowed inside the certificate chains, see \c mbedtls_ssl_conf_cert_profile() for that. For the end-entity certificate however, the key will be accepted only if it is allowed both by this list and by the cert profile. This list should be ordered by decreasing preference (preferred curve first).

References

from examples