Home
last modified time | relevance | path

Searched refs:SSL_CTX_load_verify_locations (Results 1 – 19 of 19) sorted by relevance

/openssl/doc/man3/
H A DSSL_CTX_load_verify_locations.pod8 SSL_CTX_set_default_verify_store, SSL_CTX_load_verify_locations
25 int SSL_CTX_load_verify_locations(SSL_CTX *ctx, const char *CAfile,
30 SSL_CTX_load_verify_locations(), SSL_CTX_load_verify_dir(),
76 The B<CAfile> is processed on execution of the SSL_CTX_load_verify_locations()
126 For SSL_CTX_load_verify_locations the following return values can occur:
H A DSSL_CTX_set_cert_store.pod38 L<SSL_CTX_load_verify_locations(3)>.
41 L<SSL_CTX_load_verify_locations(3)>
79 L<SSL_CTX_load_verify_locations(3)>,
H A DSSL_CTX_add_extra_chain_cert.pod47 L<SSL_CTX_load_verify_locations(3)>.
73 L<SSL_CTX_load_verify_locations(3)>
H A DX509_LOOKUP_hash_dir.pod35 L<SSL_CTX_load_verify_locations(3)>
145 L<SSL_CTX_load_verify_locations(3)>,
H A DX509_get_default_cert_file.pod75 L<SSL_CTX_load_verify_locations(3)>
H A DSSL_CTX_set0_CA_list.pod139 L<SSL_CTX_load_verify_locations(3)> to additionally load them for verification.
177 L<SSL_CTX_load_verify_locations(3)>
H A DSSL_CTX_set_cert_verify_callback.pod95 L<SSL_CTX_load_verify_locations(3)>
H A DSSL_CTX_use_certificate.pod165 L<SSL_CTX_load_verify_locations(3)>.
190 L<SSL_CTX_load_verify_locations(3)>,
H A DSSL_CTX_new.pod106 such as L<SSL_CTX_load_verify_locations(3)> and L<SSL_CTX_set1_param(3)>.
H A DSSL_CTX_set_verify.pod358 L<SSL_CTX_load_verify_locations(3)>,
/openssl/demos/bio/
H A Dsconnect.c59 if (!SSL_CTX_load_verify_locations(ssl_ctx, CAfile, NULL)) in main()
/openssl/demos/sslecho/
H A Dmain.c120 if (!SSL_CTX_load_verify_locations(ctx, "cert.pem", NULL)) { in configure_client_context()
/openssl/doc/man7/
H A Dopenssl-env.pod164 See L<SSL_CTX_load_verify_locations(3)>.
/openssl/util/
H A Dlibssl.num357 SSL_CTX_load_verify_locations 358 3_0_0 EXIST::FUNCTION:
/openssl/doc/
H A Dbuild.info2250 DEPEND[html/man3/SSL_CTX_load_verify_locations.html]=man3/SSL_CTX_load_verify_locations.pod
2251 GENERATE[html/man3/SSL_CTX_load_verify_locations.html]=man3/SSL_CTX_load_verify_locations.pod
2252 DEPEND[man/man3/SSL_CTX_load_verify_locations.3]=man3/SSL_CTX_load_verify_locations.pod
2253 GENERATE[man/man3/SSL_CTX_load_verify_locations.3]=man3/SSL_CTX_load_verify_locations.pod
3572 html/man3/SSL_CTX_load_verify_locations.html \
4236 man/man3/SSL_CTX_load_verify_locations.3 \
/openssl/doc/designs/quic-design/
H A Dquic-api-ssl-funcs.md238 | `SSL_CTX_load_verify_locations` | HL | ��U | ��A | ��NC\* | ��Done …
/openssl/include/openssl/
H A Dssl.h.in2120 __owur int SSL_CTX_load_verify_locations(SSL_CTX *ctx,
/openssl/ssl/
H A Dssl_lib.c5506 int SSL_CTX_load_verify_locations(SSL_CTX *ctx, const char *CAfile, in SSL_CTX_load_verify_locations() function
/openssl/test/
H A Dsslapitest.c587 if (!TEST_true(SSL_CTX_load_verify_locations(cctx, root, NULL))) in test_client_cert_verify_cb()

Completed in 108 milliseconds