Searched refs:SSL_CTX_set_cert_store (Results 1 – 9 of 9) sorted by relevance
/openssl/doc/man3/ |
H A D | SSL_CTX_set_cert_store.pod | 5 SSL_CTX_set_cert_store, SSL_CTX_set1_cert_store, SSL_CTX_get_cert_store - manipulate X509 certifica… 11 void SSL_CTX_set_cert_store(SSL_CTX *ctx, X509_STORE *store); 17 SSL_CTX_set_cert_store() sets/replaces the certificate verification storage 19 set in B<ctx>, it will be X509_STORE_free()ed. SSL_CTX_set_cert_store() will 39 Using the SSL_CTX_set_cert_store() and SSL_CTX_get_cert_store() functions 52 SSL_CTX_set_cert_store() does not increment the B<store>'s reference 70 SSL_CTX_set_cert_store() does not return diagnostic output.
|
H A D | X509_LOOKUP_meth_new.pod | 183 L<X509_STORE_new(3)>, L<SSL_CTX_set_cert_store(3)>
|
H A D | SSL_CTX_load_verify_locations.pod | 170 L<SSL_CTX_set_cert_store(3)>,
|
/openssl/util/ |
H A D | libssl.num | 127 SSL_CTX_set_cert_store 128 3_0_0 EXIST::FUNCTION:
|
/openssl/doc/ |
H A D | build.info | 2302 DEPEND[html/man3/SSL_CTX_set_cert_store.html]=man3/SSL_CTX_set_cert_store.pod 2303 GENERATE[html/man3/SSL_CTX_set_cert_store.html]=man3/SSL_CTX_set_cert_store.pod 2304 DEPEND[man/man3/SSL_CTX_set_cert_store.3]=man3/SSL_CTX_set_cert_store.pod 2305 GENERATE[man/man3/SSL_CTX_set_cert_store.3]=man3/SSL_CTX_set_cert_store.pod 3585 html/man3/SSL_CTX_set_cert_store.html \ 4249 man/man3/SSL_CTX_set_cert_store.3 \
|
/openssl/apps/ |
H A D | cmp.c | 1360 SSL_CTX_set_cert_store(ssl_ctx, trust_store); in setup_ssl_ctx()
|
/openssl/ssl/ |
H A D | ssl_lib.c | 5642 void SSL_CTX_set_cert_store(SSL_CTX *ctx, X509_STORE *store) in SSL_CTX_set_cert_store() function 5652 SSL_CTX_set_cert_store(ctx, store); in SSL_CTX_set1_cert_store()
|
/openssl/doc/designs/quic-design/ |
H A D | quic-api-ssl-funcs.md | 421 | `SSL_CTX_set_cert_store` | HL | U | A | NC\* | Done …
|
/openssl/include/openssl/ |
H A D | ssl.h.in | 1567 void SSL_CTX_set_cert_store(SSL_CTX *, X509_STORE *);
|
Completed in 226 milliseconds