aboutsummaryrefslogtreecommitdiffstats
path: root/tls-aux.c
Commit message (Collapse)AuthorAgeFilesLines
* tls-aux.c: add helper to obtain default cert pathsMatthias Andree2021-01-301-0/+56
...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.