MBEDTLS_ECDSA_DETERMINISTIC is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Notes

In the cases above, the usual SSL/TLS functions, such as mbedtls_ssl_handshake(), can now return MBEDTLS_ERR_SSL_CRYPTO_IN_PROGRESS. When this option and MBEDTLS_USE_PSA_CRYPTO are both enabled, restartable operations in PK, X.509 and TLS (see above) are not using PSA. On the other hand, ECDH computations in TLS are using PSA, and are not restartable. These are temporary limitations that should be lifted in the future. This option only works with the default software implementation of elliptic curve functionality. It is incompatible with MBEDTLS_ECP_ALT, MBEDTLS_ECDH_XXX_ALT, MBEDTLS_ECDSA_XXX_ALT.

References