Home | History | Annotate | Download | only in openssl

Lines Matching refs:trust

1800  * seconds, of a TLS 1.3 session. This is how long we are willing to trust the
2268 /* SSL_CTX_set_trust sets |ctx|'s |X509_VERIFY_PARAM|'s 'trust' parameter to
2269 * |trust|. It returns one on success and zero on error. */
2270 OPENSSL_EXPORT int SSL_CTX_set_trust(SSL_CTX *ctx, int trust);
2272 /* SSL_set_trust sets |ssl|'s |X509_VERIFY_PARAM|'s 'trust' parameter to
2273 * |trust|. It returns one on success and zero on error. */
2274 OPENSSL_EXPORT int SSL_set_trust(SSL *ssl, int trust);
2286 /* SSL_CTX_set_default_verify_paths loads the OpenSSL system-default trust
2290 /* SSL_CTX_load_verify_locations loads trust anchors into |ctx|'s store from