Lines Matching refs:curve
39 * Fix a bug in (D)TLS curve negotiation: when MBEDTLS_USE_PSA_CRYPTO was
41 client would fail to check that the curve selected by the server for
43 accept any curve that it supported, even if that curve was not allowed
76 * Fix order value of curve x448.
346 and using a Montgomery curve for the key exchange. Reported by lhuang04
423 * The API glue function mbedtls_ecc_group_of_psa() now takes the curve size
668 * Fix a case in elliptic curve arithmetic where an out-of-memory condition
698 * In the PSA API, rename the types of elliptic curve and Diffie-Hellman
777 curve is secp192k1. Fixes #2017.
991 probability (of the order of 2^-n where n is the bitsize of the curve)
1009 existing code is that elliptic curve key types no longer encode the
1010 exact curve: a psa_ecc_curve_t or psa_key_type_t value only encodes
1011 a curve family and the key size determines the exact curve (for example,
2723 size/curve against the profile. Before that, there was no way to set a
3112 curve picked by the server was actually allowed.
3204 with a suitable (extended)KeyUsage or curve or no PSK set.