mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-05-12 14:54:28 +02:00
That's actually the only non-PSK key exchange that needs to be negative-tested: all the other key exchanges are either positive-tested or use RSA, for which we can't even create opaque keys in this branch. Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>