Searched refs:cert_store (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/tls/
H A Dtls_server.c394 X509_STORE *cert_store; local
645 cert_store = SSL_CTX_get_cert_store(server_ctx);
646 X509_STORE_up_ref(cert_store);
647 SSL_CTX_set_cert_store(sni_ctx, cert_store);
/netbsd-current/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_cert.c377 verify_store = s->ctx->cert_store;
788 chain_store = s->ctx->cert_store;
790 chain_store = ctx->cert_store;
H A Dssl_lib.c3074 ret->cert_store = X509_STORE_new();
3075 if (ret->cert_store == NULL)
3262 X509_STORE_free(a->cert_store);
4160 return X509_STORE_set_default_paths(ctx->cert_store);
4167 lookup = X509_STORE_add_lookup(ctx->cert_store, X509_LOOKUP_hash_dir());
4182 lookup = X509_STORE_add_lookup(ctx->cert_store, X509_LOOKUP_file());
4197 return X509_STORE_load_locations(ctx->cert_store, CAfile, CApath);
4291 return ctx->cert_store;
4296 X509_STORE_free(ctx->cert_store);
4297 ctx->cert_store
[all...]
H A Dssl_local.h742 struct x509_store_st /* X509_STORE */ *cert_store; member in struct:ssl_ctx_st
/netbsd-current/crypto/external/bsd/openssl/dist/ssl/
H A Dssl_cert.c396 verify_store = s->ctx->cert_store;
906 chain_store = s->ctx->cert_store;
908 chain_store = ctx->cert_store;
H A Dssl_lib.c3281 ret->cert_store = X509_STORE_new();
3282 if (ret->cert_store == NULL)
3479 X509_STORE_free(a->cert_store);
4384 return X509_STORE_set_default_paths_ex(ctx->cert_store, ctx->libctx,
4392 lookup = X509_STORE_add_lookup(ctx->cert_store, X509_LOOKUP_hash_dir());
4410 lookup = X509_STORE_add_lookup(ctx->cert_store, X509_LOOKUP_file());
4429 lookup = X509_STORE_add_lookup(ctx->cert_store, X509_LOOKUP_store());
4445 return X509_STORE_load_file_ex(ctx->cert_store, CAfile, ctx->libctx,
4451 return X509_STORE_load_path(ctx->cert_store, CApath);
4456 return X509_STORE_load_store_ex(ctx->cert_store, CAstor
[all...]
H A Dssl_local.h850 struct x509_store_st /* X509_STORE */ *cert_store; member in struct:ssl_ctx_st
/netbsd-current/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dpkcs7.h247 int PKCS7_dataVerify(X509_STORE *cert_store, X509_STORE_CTX *ctx,
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/pkcs7/
H A Dpk7_doit.c882 int PKCS7_dataVerify(X509_STORE *cert_store, X509_STORE_CTX *ctx, BIO *bio, argument
921 if (!X509_STORE_CTX_init(ctx, cert_store, x509, cert)) {
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/pkcs7/
H A Dpk7_doit.c960 int PKCS7_dataVerify(X509_STORE *cert_store, X509_STORE_CTX *ctx, BIO *bio, argument
998 if (!X509_STORE_CTX_init(ctx, cert_store, x509, cert)) {
/netbsd-current/crypto/external/bsd/openssl.old/dist/ssl/statem/
H A Dstatem_lib.c937 chain_store = s->ctx->cert_store;
/netbsd-current/crypto/external/bsd/openssl/dist/ssl/statem/
H A Dstatem_lib.c950 chain_store = s->ctx->cert_store;

Completed in 395 milliseconds