diff options
author | bluhm <> | 2019-03-28 22:24:13 +0000 |
---|---|---|
committer | bluhm <> | 2019-03-28 22:24:13 +0000 |
commit | f904d3c663f9a084b3b4c2712b9e4fb5eaa9927a (patch) | |
tree | aa613613e8ac9b252f271bcbc8c8e0568fe5998b /src | |
parent | 9f20c1e0134c17136831a210b73914ab9f532ff8 (diff) | |
download | openbsd-f904d3c663f9a084b3b4c2712b9e4fb5eaa9927a.tar.gz openbsd-f904d3c663f9a084b3b4c2712b9e4fb5eaa9927a.tar.bz2 openbsd-f904d3c663f9a084b3b4c2712b9e4fb5eaa9927a.zip |
Enable GOST cipher selection test after libssl has been fixed.
Diffstat (limited to 'src')
-rw-r--r-- | src/regress/lib/libssl/interop/cipher/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
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 @@ | |||
1 | # $OpenBSD: Makefile,v 1.2 2019/03/21 17:52:26 bluhm Exp $ | 1 | # $OpenBSD: Makefile,v 1.3 2019/03/28 22:24:13 bluhm Exp $ |
2 | 2 | ||
3 | # Connect a client to a server. Both can be current libressl, or | 3 | # Connect a client to a server. Both can be current libressl, or |
4 | # openssl 1.0.2, or openssl 1.1. Create lists of supported ciphers | 4 | # openssl 1.0.2, or openssl 1.1. Create lists of supported ciphers |
@@ -6,11 +6,6 @@ | |||
6 | # certificate with compatible type. Check that client and server | 6 | # certificate with compatible type. Check that client and server |
7 | # have used correct cipher by grepping in their session print out. | 7 | # have used correct cipher by grepping in their session print out. |
8 | 8 | ||
9 | check-cipher-GOST2001-GOST89-GOST89-client-libressl-server-libressl: | ||
10 | # cipher GOST2012256-GOST89-GOST89 is used in out file | ||
11 | # TODO: figure out why it is not GOST2001 | ||
12 | @echo DISABLED | ||
13 | |||
14 | check-cipher-ADH-AES128-GCM-SHA256-client-openssl11-server-openssl11 \ | 9 | check-cipher-ADH-AES128-GCM-SHA256-client-openssl11-server-openssl11 \ |
15 | check-cipher-ADH-AES128-SHA-client-openssl11-server-openssl11 \ | 10 | check-cipher-ADH-AES128-SHA-client-openssl11-server-openssl11 \ |
16 | check-cipher-ADH-AES128-SHA256-client-openssl11-server-openssl11 \ | 11 | check-cipher-ADH-AES128-SHA256-client-openssl11-server-openssl11 \ |