summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/interop/cipher
diff options
context:
space:
mode:
authorbluhm <>2020-12-17 00:51:12 +0000
committerbluhm <>2020-12-17 00:51:12 +0000
commit3dc22e980e9538fc03b2673fe6dccee19ad5484a (patch)
tree41030f23560f1b7f802918acd790dd062a36ac0b /src/regress/lib/libssl/interop/cipher
parenta931e8abeae9673086c9b2e44a07ef4a31f44bb1 (diff)
downloadopenbsd-3dc22e980e9538fc03b2673fe6dccee19ad5484a.tar.gz
openbsd-3dc22e980e9538fc03b2673fe6dccee19ad5484a.tar.bz2
openbsd-3dc22e980e9538fc03b2673fe6dccee19ad5484a.zip
Remove echo headlines.
Diffstat (limited to 'src/regress/lib/libssl/interop/cipher')
-rw-r--r--src/regress/lib/libssl/interop/cipher/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/regress/lib/libssl/interop/cipher/Makefile b/src/regress/lib/libssl/interop/cipher/Makefile
index fe74901d11..c88309962d 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.6 2020/09/21 15:13:24 beck Exp $ 1# $OpenBSD: Makefile,v 1.7 2020/12/17 00:51:11 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
@@ -14,7 +14,6 @@ server-cipher-GOST2001-GOST89-GOST89-client-libressl-server-libressl.out \
14server-cipher-GOST2012256-GOST89-GOST89-client-libressl-server-libressl.out \ 14server-cipher-GOST2012256-GOST89-GOST89-client-libressl-server-libressl.out \
15check-cipher-GOST2001-GOST89-GOST89-client-libressl-server-libressl \ 15check-cipher-GOST2001-GOST89-GOST89-client-libressl-server-libressl \
16check-cipher-GOST2012256-GOST89-GOST89-client-libressl-server-libressl: 16check-cipher-GOST2012256-GOST89-GOST89-client-libressl-server-libressl:
17 @echo '\n======== $@ ========'
18 # gost does not work with libressl TLS 1.3 right now 17 # gost does not work with libressl TLS 1.3 right now
19 @echo DISABLED 18 @echo DISABLED
20 19
@@ -112,7 +111,6 @@ run-cipher-${cipher}-client-${clib}-server-${slib} \
112client-cipher-${cipher}-client-${clib}-server-${slib}.out \ 111client-cipher-${cipher}-client-${clib}-server-${slib}.out \
113server-cipher-${cipher}-client-${clib}-server-${slib}.out: dh.param \ 112server-cipher-${cipher}-client-${clib}-server-${slib}.out: dh.param \
114 127.0.0.1.crt ${TYPE_${cipher}}.crt ../${clib}/client ../${slib}/server 113 127.0.0.1.crt ${TYPE_${cipher}}.crt ../${clib}/client ../${slib}/server
115 @echo '\n======== $@ ========'
116 LD_LIBRARY_PATH=/usr/local/lib/e${slib} \ 114 LD_LIBRARY_PATH=/usr/local/lib/e${slib} \
117 ../${slib}/server >${@:S/^run/server/}.out \ 115 ../${slib}/server >${@:S/^run/server/}.out \
118 -c ${TYPE_${cipher}}.crt -k ${TYPE_${cipher}}.key \ 116 -c ${TYPE_${cipher}}.crt -k ${TYPE_${cipher}}.key \
@@ -134,7 +132,6 @@ REGRESS_SLOW_TARGETS += check-cipher-${cipher}-client-${clib}-server-${slib}
134check-cipher-${cipher}-client-${clib}-server-${slib}: \ 132check-cipher-${cipher}-client-${clib}-server-${slib}: \
135 client-cipher-${cipher}-client-${clib}-server-${slib}.out \ 133 client-cipher-${cipher}-client-${clib}-server-${slib}.out \
136 server-cipher-${cipher}-client-${clib}-server-${slib}.out 134 server-cipher-${cipher}-client-${clib}-server-${slib}.out
137 @echo '\n======== $@ ========'
138.if "${clib}" != "openssl" && "${slib}" != "openssl" && \ 135.if "${clib}" != "openssl" && "${slib}" != "openssl" && \
139 "${cipher:C/AEAD-(AES.*-GCM|CHACHA.*-POLY.*)-SHA.*/TLS1_3/}" != TLS1_3 136 "${cipher:C/AEAD-(AES.*-GCM|CHACHA.*-POLY.*)-SHA.*/TLS1_3/}" != TLS1_3
140 # client and server 1.3 capable, not TLS 1.3 cipher 137 # client and server 1.3 capable, not TLS 1.3 cipher