mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-04-01 10:11:08 +02:00
Skipping DTLS 1.2 with old versions was already done, but now properly test support only once and use the results. Skipping single-DES with new versions is new, but helps finding the right incantation. Note that historically, this script's policy was that it's the user's job to find the right value of -e (EXCLUDE) for their version for OpenSSL & config. Now it's a weird mix of that and the script doing some detection and skipping. Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>