aboutsummaryrefslogtreecommitdiffstats
path: root/tls-aux.c
Commit message (Collapse)AuthorAgeFilesLines
* wolfSSL: support 5.0.0+.Matthias Andree2021-11-211-0/+1
|
* tls-aux.c: Fix comments.Matthias Andree2021-03-071-7/+6
|
* 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.