diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2019-03-28 22:24:14 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2019-03-28 22:24:14 +0000 |
commit | 394dd8a371943f1ef73ddd6e53355a48027b3fe2 (patch) | |
tree | 9ae25884836a626ce2cdf3a2333a1ed6241b27fb /regress | |
parent | d70d97798fd94ea739d13ec7b332e224625b3471 (diff) |
Enable GOST cipher selection test after libssl has been fixed.
Diffstat (limited to 'regress')
-rw-r--r-- | regress/lib/libssl/interop/cipher/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/regress/lib/libssl/interop/cipher/Makefile b/regress/lib/libssl/interop/cipher/Makefile index f300b86aa78..3f43ce804ef 100644 --- a/regress/lib/libssl/interop/cipher/Makefile +++ b/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 \ |