Searched refs:cert_store (Results 1 – 10 of 10) sorted by relevance
| /onnv-gate/usr/src/common/openssl/crypto/pkcs7/ |
| H A D | verify.c | 79 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 D | dec.c | 82 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 D | pkcs7.h | 322 int PKCS7_dataVerify(X509_STORE *cert_store, X509_STORE_CTX *ctx,
|
| H A D | pk7_doit.c | 794 int PKCS7_dataVerify(X509_STORE *cert_store, X509_STORE_CTX *ctx, BIO *bio, in PKCS7_dataVerify() argument 828 if(!X509_STORE_CTX_init(ctx,cert_store,x509,cert)) in PKCS7_dataVerify()
|
| /onnv-gate/usr/src/common/net/wanboot/ |
| H A D | p12access.c | 143 if (ctx == NULL || ctx->cert_store == NULL || ta_certs == NULL) { in sunw_use_tastore() 156 ret = X509_STORE_add_cert(ctx->cert_store, tmp); in sunw_use_tastore()
|
| /onnv-gate/usr/src/common/openssl/ssl/ |
| H A D | ssl_lib.c | 1363 ret->cert_store=NULL; in IMPLEMENT_LHASH_HASH_FN() 1415 ret->cert_store=X509_STORE_new(); in IMPLEMENT_LHASH_HASH_FN() 1416 if (ret->cert_store == NULL) goto err; in IMPLEMENT_LHASH_HASH_FN() 1508 if (a->cert_store != NULL) in SSL_CTX_free() 1509 X509_STORE_free(a->cert_store); in SSL_CTX_free() 2408 return(X509_STORE_set_default_paths(ctx->cert_store)); in SSL_CTX_set_default_verify_paths() 2414 return(X509_STORE_load_locations(ctx->cert_store,CAfile,CApath)); in SSL_CTX_load_verify_locations() 2487 return(ctx->cert_store); in SSL_CTX_get_cert_store() 2492 if (ctx->cert_store != NULL) in SSL_CTX_set_cert_store() 2493 X509_STORE_free(ctx->cert_store); in SSL_CTX_set_cert_store() [all …]
|
| H A D | s3_both.c | 292 if(!no_chain && !X509_STORE_CTX_init(&xs_ctx,s->ctx->cert_store,NULL,NULL)) in ssl3_output_cert_chain()
|
| H A D | ssl_cert.c | 486 if(!X509_STORE_CTX_init(&ctx,s->ctx->cert_store,x,sk)) in ssl_verify_cert_chain()
|
| H A D | d1_both.c | 822 if(!X509_STORE_CTX_init(&xs_ctx,s->ctx->cert_store,NULL,NULL)) in dtls1_output_cert_chain()
|
| H A D | ssl.h | 625 struct x509_store_st /* X509_STORE */ *cert_store; member
|