File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -292,11 +292,11 @@ ECP read key #4 (short weierstrass, too big)
292
292
depends_on:MBEDTLS_ECP_DP_SECP192R1_ENABLED
293
293
mbedtls_ecp_read_key:MBEDTLS_ECP_DP_SECP192R1:"FFFFFFFFFFFFFFFFFFFFFFFF99DEF836146BC9B1B4D22831":MBEDTLS_ERR_ECP_INVALID_KEY
294
294
295
- ECP read key #5 (Curve25519, too big )
295
+ ECP read key #5 (Curve25519, most significant bit set )
296
296
depends_on:MBEDTLS_ECP_DP_CURVE25519_ENABLED
297
297
mbedtls_ecp_read_key:MBEDTLS_ECP_DP_CURVE25519:"000000000000000000000000000000000000000000000000000000000000000C":0
298
298
299
- ECP read key #6 (Curve25519, not big enough )
299
+ ECP read key #6 (Curve25519, second most significant bit unset )
300
300
depends_on:MBEDTLS_ECP_DP_CURVE25519_ENABLED
301
301
mbedtls_ecp_read_key:MBEDTLS_ECP_DP_CURVE25519:"0FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3":0
302
302
You can’t perform that action at this time.
0 commit comments