]> www.wagner.pp.ru Git - openssl-gost/engine.git/commitdiff
Reenable RSA TLS test
authorDmitry Belyavskiy <beldmit@gmail.com>
Thu, 21 May 2020 17:42:18 +0000 (20:42 +0300)
committerDmitry Belyavskiy <beldmit@gmail.com>
Thu, 21 May 2020 17:42:18 +0000 (20:42 +0300)
openssl/openssl#11720 provided the necessary fix.

test_tls.c

index b763bf4c51583816ee24dcd3fbed296fd61fb3bb..bee503385c018b603e222d5094b06a81806c0cb0 100644 (file)
@@ -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");