From 1a1047af0f1eacf00a634fdb1a2c2d8a09a311bf Mon Sep 17 00:00:00 2001 From: Dmitry Belyavskiy Date: Thu, 21 May 2020 20:42:18 +0300 Subject: [PATCH] Reenable RSA TLS test openssl/openssl#11720 provided the necessary fix. --- test_tls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_tls.c b/test_tls.c index b763bf4..bee5033 100644 --- a/test_tls.c +++ b/test_tls.c @@ -357,7 +357,7 @@ int main(int argc, char **argv) if ((p = getenv("VERBOSE"))) verbose = atoi(p); - /* ret |= test("rsa", NULL); */ + ret |= test("rsa", NULL); cipher_list = "LEGACY-GOST2012-GOST8912-GOST8912"; ret |= test("gost2012_256", "A"); ret |= test("gost2012_256", "B"); -- 2.39.5