diff options
Diffstat (limited to 'src/regress/lib/libssl/interop/cipher/Makefile')
-rw-r--r-- | src/regress/lib/libssl/interop/cipher/Makefile | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/src/regress/lib/libssl/interop/cipher/Makefile b/src/regress/lib/libssl/interop/cipher/Makefile index 627cfc8f9f..3a116d5ed5 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.13 2023/10/30 17:15:21 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.14 2024/02/03 15:58:34 beck 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.1 or 3.0. Create lists of supported ciphers | 4 | # openssl 1.1 or 3.0. Create lists of supported ciphers |
@@ -6,17 +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 | run-cipher-GOST2001-GOST89-GOST89-client-libressl-server-libressl \ | ||
10 | run-cipher-GOST2012256-GOST89-GOST89-client-libressl-server-libressl \ | ||
11 | client-cipher-GOST2012256-GOST89-GOST89-client-libressl-server-libressl.out \ | ||
12 | client-cipher-GOST2001-GOST89-GOST89-client-libressl-server-libressl.out \ | ||
13 | server-cipher-GOST2001-GOST89-GOST89-client-libressl-server-libressl.out \ | ||
14 | server-cipher-GOST2012256-GOST89-GOST89-client-libressl-server-libressl.out \ | ||
15 | check-cipher-GOST2001-GOST89-GOST89-client-libressl-server-libressl \ | ||
16 | check-cipher-GOST2012256-GOST89-GOST89-client-libressl-server-libressl: | ||
17 | # gost does not work with libressl TLS 1.3 right now | ||
18 | @echo DISABLED | ||
19 | |||
20 | LIBRARIES = libressl | 9 | LIBRARIES = libressl |
21 | .if exists(/usr/local/bin/eopenssl11) | 10 | .if exists(/usr/local/bin/eopenssl11) |
22 | LIBRARIES += openssl11 | 11 | LIBRARIES += openssl11 |
@@ -96,8 +85,6 @@ LEVEL_openssl30 = ,@SECLEVEL=0 | |||
96 | TYPE_${cipher} = dsa | 85 | TYPE_${cipher} = dsa |
97 | .elif "${cipher:M*-ECDSA-*}" != "" | 86 | .elif "${cipher:M*-ECDSA-*}" != "" |
98 | TYPE_${cipher} = ec | 87 | TYPE_${cipher} = ec |
99 | .elif "${cipher:M*-GOST89-*}" != "" | ||
100 | TYPE_${cipher} = gost | ||
101 | .elif "${cipher:M*-RSA-*}" != "" | 88 | .elif "${cipher:M*-RSA-*}" != "" |
102 | TYPE_${cipher} = rsa | 89 | TYPE_${cipher} = rsa |
103 | .else | 90 | .else |