Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tls-aux.c: add helper to obtain default cert paths | Matthias Andree | 2021-01-30 | 1 | -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. |