From c9f5a90a62bcbef702ae80d4c3d2063e5bfab8f7 Mon Sep 17 00:00:00 2001 From: bluhm <> Date: Thu, 28 Mar 2019 22:24:13 +0000 Subject: Enable GOST cipher selection test after libssl has been fixed. --- src/regress/lib/libssl/interop/cipher/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src') diff --git a/src/regress/lib/libssl/interop/cipher/Makefile b/src/regress/lib/libssl/interop/cipher/Makefile index f300b86aa7..3f43ce804e 100644 --- a/src/regress/lib/libssl/interop/cipher/Makefile +++ b/src/regress/lib/libssl/interop/cipher/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2019/03/21 17:52:26 bluhm Exp $ +# $OpenBSD: Makefile,v 1.3 2019/03/28 22:24:13 bluhm Exp $ # Connect a client to a server. Both can be current libressl, or # openssl 1.0.2, or openssl 1.1. Create lists of supported ciphers @@ -6,11 +6,6 @@ # certificate with compatible type. Check that client and server # have used correct cipher by grepping in their session print out. -check-cipher-GOST2001-GOST89-GOST89-client-libressl-server-libressl: - # cipher GOST2012256-GOST89-GOST89 is used in out file - # TODO: figure out why it is not GOST2001 - @echo DISABLED - check-cipher-ADH-AES128-GCM-SHA256-client-openssl11-server-openssl11 \ check-cipher-ADH-AES128-SHA-client-openssl11-server-openssl11 \ check-cipher-ADH-AES128-SHA256-client-openssl11-server-openssl11 \ -- cgit v1.2.3-55-g6feb