Document X509_get_default_cert_dir_env(3)
authorschwarze <schwarze@openbsd.org>
Tue, 3 Aug 2021 19:47:39 +0000 (19:47 +0000)
committerschwarze <schwarze@openbsd.org>
Tue, 3 Aug 2021 19:47:39 +0000 (19:47 +0000)
commitbe5aedc58dc873dde4f4b720ac1821799a6d3a92
treedf247c3439dbab37dccab141025db1b3f53bc5d5
parent383199997606691c59175599225178d45afd9856
Document X509_get_default_cert_dir_env(3)
and X509_get_default_cert_file_env(3).

LibreSSL itself does not call getenv(3), but a few application programs
including epic5, fetchmail, fossil, slic3r call these functions, so in
case programmers find them in existing code, telling them what they do
seems useful.
lib/libcrypto/man/X509_LOOKUP_new.3