mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-04-10 14:23:42 +02:00
Failing right now, will fix the library in the next commit. For 8192-bit, we don't have any positive test, because we have a stupid line length limitation [1] and we can't fit both our key, the peer's key, and the output. But for negative tests we don't need the output and the rest fits, so let's have those. [1] https://github.com/Mbed-TLS/mbedtls/issues/1866 Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>