From 0486b4d689e2c9a71e367297ffc340469253332b Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sat, 30 Jan 2021 10:52:19 +0100 Subject: tls-aux.c: add helper to obtain default cert paths ...and compile it as standalone test program. After "make check", you can check t.tls-aux.log in the build area for the defaults. Note that environment overrides can be made, see SSL_CTX_set_default_verify_paths(3) or, for instance, https://www.openssl.org/docs/man1.1.1/man3/SSL_CTX_set_default_verify_paths.html OpenSSL 3.x may ship an openssl-env(7) manual page. --- t.tls-aux | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 t.tls-aux (limited to 't.tls-aux') diff --git a/t.tls-aux b/t.tls-aux new file mode 100644 index 00000000..29f0ca12 --- /dev/null +++ b/t.tls-aux @@ -0,0 +1,2 @@ +#!/bin/sh +exec ./tls-aux -- cgit v1.2.3