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

/macosx-10.10.1/ruby-106/ruby/sample/openssl/
H A Dwget.rb8 cert_store = options["C"]
21 if cert_store
22 if File.directory?(cert_store)
23 h.ca_path = cert_store
25 h.ca_file = cert_store
/macosx-10.10.1/OpenSSL098-52/src/crypto/pkcs7/
H A Ddec.c82 X509_STORE *cert_store=NULL; local
143 cert_store=X509_STORE_new();
144 X509_STORE_set_default_paths(cert_store);
145 X509_STORE_load_locations(cert_store,NULL,"../../certs");
146 X509_STORE_set_verify_cb_func(cert_store,verify_callback);
183 i=PKCS7_dataVerify(cert_store,&cert_ctx,p7bio,p7,si);
190 X509_STORE_free(cert_store);
H A Dverify.c79 X509_STORE *cert_store=NULL; local
138 cert_store=X509_STORE_new();
139 X509_STORE_set_default_paths(cert_store);
140 X509_STORE_load_locations(cert_store,NULL,"../../certs");
141 X509_STORE_set_verify_cb_func(cert_store,verify_callback);
185 rc=PKCS7_dataVerify(cert_store,&cert_ctx,p7bio,p7,si);
204 X509_STORE_free(cert_store);
H A Dpkcs7.h322 int PKCS7_dataVerify(X509_STORE *cert_store, X509_STORE_CTX *ctx,
H A Dpk7_doit.c844 int PKCS7_dataVerify(X509_STORE *cert_store, X509_STORE_CTX *ctx, BIO *bio, argument
878 if(!X509_STORE_CTX_init(ctx,cert_store,x509,cert))
/macosx-10.10.1/ruby-106/ruby/test/rubygems/
H A Dtest_bundled_ca.rb34 http.cert_store = bundled_certificate_store
/macosx-10.10.1/ruby-106/ruby/test/openssl/
H A Dssl_server.rb42 ctx.cert_store = store
H A Dutils.rb269 ctx.cert_store = store
/macosx-10.10.1/ruby-106/ruby/ext/openssl/lib/openssl/
H A Dssl.rb43 # cert_store are not set then the system default certificate store is
50 unless self.ca_file or self.ca_path or self.cert_store
51 self.cert_store = DEFAULT_CERT_STORE
/macosx-10.10.1/ruby-106/ruby/lib/drb/
H A Dssl.rb217 ctx.cert_store = self[:SSLCertificateStore]
/macosx-10.10.1/ruby-106/ruby/lib/webrick/
H A Dssl.rb185 ctx.cert_store = config[:SSLCertificateStore]
/macosx-10.10.1/OpenSSL098-52/src/ssl/
H A Dssl_lib.c1483 ret->cert_store=NULL;
1535 ret->cert_store=X509_STORE_new();
1536 if (ret->cert_store == NULL) goto err;
1669 if (a->cert_store != NULL)
1670 X509_STORE_free(a->cert_store);
2597 return(X509_STORE_set_default_paths(ctx->cert_store));
2603 return(X509_STORE_load_locations(ctx->cert_store,CAfile,CApath));
2676 return(ctx->cert_store);
2681 if (ctx->cert_store != NULL)
2682 X509_STORE_free(ctx->cert_store);
[all...]
H A Ds3_both.c351 if (!X509_STORE_CTX_init(&xs_ctx,s->ctx->cert_store,x,NULL))
H A Dssl_cert.c498 if(!X509_STORE_CTX_init(&ctx,s->ctx->cert_store,x,sk))
H A Dd1_both.c1044 if (!X509_STORE_CTX_init(&xs_ctx,s->ctx->cert_store,x,NULL))
H A Dssl.h654 struct x509_store_st /* X509_STORE */ *cert_store; member in struct:ssl_ctx_st
/macosx-10.10.1/apache-793/httpd/modules/ssl/
H A Dssl_engine_kernel.c300 X509_STORE *cert_store = NULL; local
712 if (!(cert_store ||
713 (cert_store = SSL_CTX_get_cert_store(ctx))))
725 X509_STORE_CTX_init(&cert_store_ctx, cert_store, cert, cert_stack);
/macosx-10.10.1/ruby-106/ruby/lib/net/
H A Dhttp.rb552 # The keys are ca_file, ca_path, cert, cert_store, ciphers,
766 :@cert_store,
779 :cert_store,
803 attr_accessor :cert_store
/macosx-10.10.1/OpenSSL098-52/src/include/openssl/
H A Dpkcs7.h322 int PKCS7_dataVerify(X509_STORE *cert_store, X509_STORE_CTX *ctx,
H A Dssl.h654 struct x509_store_st /* X509_STORE */ *cert_store; member in struct:ssl_ctx_st
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/openssl/
H A Dopenssl_pkcs7.h381 int PKCS7_dataVerify(X509_STORE *cert_store, X509_STORE_CTX *ctx,
/macosx-10.10.1/ruby-106/ruby/lib/
H A Dopen-uri.rb306 http.cert_store = store
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/
H A Dremote_fetcher.rb439 connection.cert_store = store
/macosx-10.10.1/postfix-255/postfix/src/tls/
H A Dtls_dane.c1874 if (!X509_STORE_CTX_init(&ctx, s->ctx->cert_store, x, sk)) {
/macosx-10.10.1/ruby-106/ruby/ext/openssl/
H A Dossl_ssl.c42 #define ossl_sslctx_set_cert_store(o,v) rb_iv_set((o),"@cert_store",(v))
58 #define ossl_sslctx_get_cert_store(o) rb_iv_get((o),"@cert_store")
67 "verify_callback", "options", "cert_store", "extra_chain_cert",
151 ctx->cert_store = NULL;
1941 rb_attr(cSSLContext, rb_intern("cert_store"), 1, 1, Qfalse);

Completed in 394 milliseconds