Searched refs:SSL_CTX_set1_cert_store (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl.old/dist/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… 12 void SSL_CTX_set1_cert_store(SSL_CTX *ctx, X509_STORE *store); 21 SSL_CTX_set1_cert_store() sets/replaces the certificate verification storage 56 SSL_CTX_set1_cert_store() to assign to the second SSL_CTX and 70 SSL_CTX_set1_cert_store() does not return diagnostic output.
|
/netbsd-src/crypto/external/bsd/openssl/dist/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… 12 void SSL_CTX_set1_cert_store(SSL_CTX *ctx, X509_STORE *store); 23 SSL_CTX_set1_cert_store() sets/replaces the certificate verification storage 58 SSL_CTX_set1_cert_store() to assign to the second SSL_CTX and 72 SSL_CTX_set1_cert_store() does not return diagnostic output.
|
/netbsd-src/external/mpl/bind/dist/lib/isc/ |
H A D | openssl_shim.h | 131 SSL_CTX_set1_cert_store(SSL_CTX *ctx, X509_STORE *store);
|
H A D | openssl_shim.c | 185 SSL_CTX_set1_cert_store(SSL_CTX *ctx, X509_STORE *store) { in X509_STORE_up_ref() 194 SSL_CTX_set1_cert_store(SSL_CTX *ctx, X509_STORE *store) { SSL_CTX_set1_cert_store() function
|
H A D | tls.c | 1124 SSL_CTX_set1_cert_store(tlsctx, store); in isc_tlsctx_cache_create()
|
/netbsd-src/crypto/external/bsd/openssl.old/lib/libssl/ |
H A D | ssl.map | 427 SSL_CTX_set1_cert_store;
|
/netbsd-src/crypto/external/bsd/openssl/lib/libssl/ |
H A D | ssl.map | 130 SSL_CTX_set1_cert_store;
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/ |
H A D | libssl.num | 406 SSL_CTX_set1_cert_store 407 1_1_1 EXIST::FUNCTION:
|
/netbsd-src/crypto/external/bsd/openssl/dist/util/ |
H A D | libssl.num | 406 SSL_CTX_set1_cert_store 407 3_0_0 EXIST::FUNCTION:
|
/netbsd-src/external/mpl/bind/dist/ |
H A D | config.h.in | 362 /* Define to 1 if you have the `SSL_CTX_set1_cert_store' function. */
|
H A D | configure.ac | 696 AC_CHECK_FUNCS([SSL_CTX_set1_cert_store X509_STORE_up_ref])
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man7/ |
H A D | ssl.pod | 325 =item void B<SSL_CTX_set1_cert_store>(SSL_CTX *ctx, X509_STORE *cs);
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
H A D | ssl.h | 1520 void SSL_CTX_set1_cert_store(SSL_CTX *, X509_STORE *);
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/ |
H A D | ssl_lib.c | 4300 void SSL_CTX_set1_cert_store(SSL_CTX *ctx, X509_STORE *store) in SSL_CTX_set1_cert_store() function
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | ssl.h.in | 1540 void SSL_CTX_set1_cert_store(SSL_CTX *, X509_STORE *);
|