Lines Matching defs:store
317 * store exception information on the socket. The handshake, read, write,
3953 X509_STORE *store;
3974 store = SSL_CTX_get_cert_store(self->ctx);
3975 assert(store != NULL);
3992 r = X509_STORE_add_cert(store, cert);
4558 X509_STORE_get1_objects(X509_STORE *store)
4561 if (!X509_STORE_lock(store)) {
4564 ret = sk_X509_OBJECT_deep_copy(X509_STORE_get0_objects(store),
4566 X509_STORE_unlock(store);
4584 inside the context's cert store.
4594 X509_STORE *store;
4599 store = SSL_CTX_get_cert_store(self->ctx);
4600 objs = X509_STORE_get1_objects(store);
4602 PyErr_SetString(PyExc_MemoryError, "failed to query cert store");
4645 X509_STORE *store;
4654 store = SSL_CTX_get_cert_store(self->ctx);
4655 objs = X509_STORE_get1_objects(store);
4657 PyErr_SetString(PyExc_MemoryError, "failed to query cert store");
5490 * system_stores into a collection certificate store for being
5491 * enumerated. The store must be readable to be added to the
5492 * store collection.
5539 Retrieve certificates from Windows' cert store.
5616 associated with the store, in this case our collection store and the
5638 Retrieve CRLs from Windows' cert store.
5703 associated with the store, in this case our collection store and the