diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2021-01-30 10:52:19 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2021-01-30 10:52:19 +0100 |
commit | 0486b4d689e2c9a71e367297ffc340469253332b (patch) | |
tree | dc6429130f457a31f496ad90e2865bf5ecccba7d /t.tls-aux | |
parent | 7349f1241ab59a26b95117823981cf135c553add (diff) | |
download | fetchmail-0486b4d689e2c9a71e367297ffc340469253332b.tar.gz fetchmail-0486b4d689e2c9a71e367297ffc340469253332b.tar.bz2 fetchmail-0486b4d689e2c9a71e367297ffc340469253332b.zip |
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.
Diffstat (limited to 't.tls-aux')
-rw-r--r-- | t.tls-aux | 2 |
1 files changed, 2 insertions, 0 deletions
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 |