Structs§
Constants§
- ENV_
CERT_ DIR - The OpenSSL environment variable to configure what certificates directory to use.
- ENV_
CERT_ FILE - The OpenSSL environment variable to configure what certificate file to use.
Functions§
- candidate_
cert_ dirs - Probe the system for the directory in which CA certificates should likely be found.
- has_
ssl_ cert_ env_ vars - Check whether the OpenSSL
SSL_CERT_FILEand/orSSL_CERT_DIRenvironment variable is configured in this process with an existing file or directory. - init_
openssl_ ⚠env_ vars - Probe for SSL certificates on the system, then configure the SSL certificate
SSL_CERT_FILEandSSL_CERT_DIRenvironment variables in this process for OpenSSL to use. - probe
- Probe the current system for the “cert file” and “cert dir” variables that OpenSSL typically requires.
- try_
init_ ⚠openssl_ env_ vars - Probe for SSL certificates on the system, then configure the SSL certificate
SSL_CERT_FILEandSSL_CERT_DIRenvironment variables in this process for OpenSSL to use.