From 61c81a83de1329c6eec47a61f17e68b7c5a335f9 Mon Sep 17 00:00:00 2001 From: tb <> Date: Wed, 24 May 2023 08:54:59 +0000 Subject: Add a test to verify that an SSL inherits the hostflags from the SSL_CTX This is currently an expected failure that will be fixed shortly. --- src/regress/lib/libssl/unit/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/regress/lib/libssl/unit/Makefile') diff --git a/src/regress/lib/libssl/unit/Makefile b/src/regress/lib/libssl/unit/Makefile index 191aadf2bb..413307b7a0 100644 --- a/src/regress/lib/libssl/unit/Makefile +++ b/src/regress/lib/libssl/unit/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.14 2022/12/02 01:15:11 tb Exp $ +# $OpenBSD: Makefile,v 1.15 2023/05/24 08:54:59 tb Exp $ PROGS += cipher_list PROGS += ssl_get_shared_ciphers PROGS += ssl_methods PROGS += ssl_set_alpn_protos +PROGS += ssl_verify_param PROGS += ssl_versions PROGS += tls_ext_alpn PROGS += tls_prf @@ -15,4 +16,8 @@ CFLAGS+= -DLIBRESSL_INTERNAL -Wall -Wundef -Werror CFLAGS+= -DCERTSDIR=\"${.CURDIR}/../certs\" CFLAGS+= -I${.CURDIR}/../../../../lib/libssl +LDADD_ssl_verify_param = ${LIBSSL} ${CRYPTO_INT} + +REGRESS_EXPECTED_FAILURES+= run-regress-ssl_verify_param + .include -- cgit v1.2.3-55-g6feb