Lines Matching refs:X509_STORE
11 void SSL_CTX_set_cert_store(SSL_CTX *ctx, X509_STORE *store);
12 void SSL_CTX_set1_cert_store(SSL_CTX *ctx, X509_STORE *store);
13 X509_STORE *SSL_CTX_get_cert_store(const SSL_CTX *ctx);
18 of B<ctx> to/with B<store>. If another X509_STORE object is currently
25 If another X509_STORE object is currently set in B<ctx>, it will be X509_STORE_free()ed.
34 via lookup methods, handled inside the X509_STORE. From the X509_STORE
40 it is possible to manipulate the X509_STORE object beyond the
44 Currently no detailed documentation on how to use the X509_STORE
45 object is available. Not all members of the X509_STORE are used when
50 X509_STORE object and its handling becomes available.
53 count, so it should not be used to assign an X509_STORE that is owned
57 to get the X509_STORE from the first SSL_CTX, and then use
59 increment the reference count of the X509_STORE.
63 The X509_STORE structure used by an SSL_CTX is used for verifying peer