diff options
| author | bluhm <> | 2020-12-17 00:51:12 +0000 |
|---|---|---|
| committer | bluhm <> | 2020-12-17 00:51:12 +0000 |
| commit | c7cbfcf2a0ad5dc204129e5fbf99dd57cc33e72a (patch) | |
| tree | 41030f23560f1b7f802918acd790dd062a36ac0b /src/regress/lib/libssl/interop/cipher | |
| parent | 4950cd5ba18509d9b030ea25b45c9c2a552762df (diff) | |
| download | openbsd-c7cbfcf2a0ad5dc204129e5fbf99dd57cc33e72a.tar.gz openbsd-c7cbfcf2a0ad5dc204129e5fbf99dd57cc33e72a.tar.bz2 openbsd-c7cbfcf2a0ad5dc204129e5fbf99dd57cc33e72a.zip | |
Remove echo headlines.
Diffstat (limited to 'src/regress/lib/libssl/interop/cipher')
| -rw-r--r-- | src/regress/lib/libssl/interop/cipher/Makefile | 5 |
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 \ | |||
| 14 | server-cipher-GOST2012256-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 \ | 15 | check-cipher-GOST2001-GOST89-GOST89-client-libressl-server-libressl \ |
| 16 | check-cipher-GOST2012256-GOST89-GOST89-client-libressl-server-libressl: | 16 | check-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} \ | |||
| 112 | client-cipher-${cipher}-client-${clib}-server-${slib}.out \ | 111 | client-cipher-${cipher}-client-${clib}-server-${slib}.out \ |
| 113 | server-cipher-${cipher}-client-${clib}-server-${slib}.out: dh.param \ | 112 | server-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} | |||
| 134 | check-cipher-${cipher}-client-${clib}-server-${slib}: \ | 132 | check-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 |
