From: Dmitry Belyavskiy Date: Thu, 21 May 2020 17:42:18 +0000 (+0300) Subject: Reenable RSA TLS test X-Git-Tag: v3.0.0~96 X-Git-Url: http://wagner.pp.ru/gitweb/?a=commitdiff_plain;ds=inline;h=1a1047af0f1eacf00a634fdb1a2c2d8a09a311bf;p=openssl-gost%2Fengine.git Reenable RSA TLS test openssl/openssl#11720 provided the necessary fix. --- 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");