START	lib/libssl/verify	2024-07-05T19:39:22Z

==== create-libressl-test-certs ====
perl /usr/src/regress/lib/libssl/verify/create-libressl-test-certs.pl

==== run-verify ====
cc -O2 -pipe  -DLIBRESSL_INTERNAL -Wundef -Werror -Wall -Wpointer-arith -Wuninitialized -Wstrict-prototypes -Wmissing-prototypes -Wunused -Wsign-compare -Wshadow  -MD -MP  -c /usr/src/regress/lib/libssl/verify/verify.c
cc   -o verify verify.o -lcrypto -lssl
./verify
unusual wildcard cert, no CA given to client: ok
unusual wildcard cert, CA given to client: ok
common wildcard cert, no CA given to client: ok
common wildcard cert, CA given to client: ok
server sends all chain certificates: ok
PASS /usr/src/regress/lib/libssl/verify/verify.c

PASS	lib/libssl/verify	Duration 0m07.99s