| /src/crypto/external/bsd/openssl/dist/ssl/ |
| ssl_cert.c | 186 if (cert->chain_store) { 187 X509_STORE_up_ref(cert->chain_store); 188 ret->chain_store = cert->chain_store; 252 X509_STORE_free(c->chain_store); 878 X509_STORE *chain_store = NULL; local 891 chain_store = X509_STORE_new(); 892 if (chain_store == NULL) 896 if (!X509_STORE_add_cert(chain_store, x)) 900 if (!X509_STORE_add_cert(chain_store, cpk->x509) [all...] |
| ssl_conf.c | 495 st = verify_store ? &cert->verify_store : &cert->chain_store;
|
| ssl_local.h | 2053 X509_STORE *chain_store; member in struct:cert_st
|
| /src/crypto/external/bsd/openssl.old/dist/ssl/ |
| ssl_cert.c | 175 if (cert->chain_store) { 176 X509_STORE_up_ref(cert->chain_store); 177 ret->chain_store = cert->chain_store; 243 X509_STORE_free(c->chain_store); 761 X509_STORE *chain_store = NULL; local 773 chain_store = X509_STORE_new(); 774 if (chain_store == NULL) 778 if (!X509_STORE_add_cert(chain_store, x)) 782 if (!X509_STORE_add_cert(chain_store, cpk->x509) [all...] |
| ssl_conf.c | 478 st = verify_store ? &cert->verify_store : &cert->chain_store;
|
| ssl_local.h | 1928 X509_STORE *chain_store; member in struct:cert_st
|
| /src/crypto/external/apache2/openssl/dist/ssl/ |
| ssl_cert.c | 211 if (cert->chain_store) { 212 if (!X509_STORE_up_ref(cert->chain_store)) 214 ret->chain_store = cert->chain_store; 289 X509_STORE_free(c->chain_store); 1070 X509_STORE *chain_store = NULL; local 1083 chain_store = X509_STORE_new(); 1084 if (chain_store == NULL) 1088 if (!X509_STORE_add_cert(chain_store, x)) 1092 if (!X509_STORE_add_cert(chain_store, cpk->x509) [all...] |
| ssl_conf.c | 521 st = verify_store ? &cert->verify_store : &cert->chain_store;
|
| ssl_local.h | 2129 X509_STORE *chain_store; member in struct:cert_st
|
| /src/crypto/external/bsd/openssl/dist/ssl/statem/ |
| statem_lib.c | 934 X509_STORE *chain_store; local 950 chain_store = NULL; 951 else if (s->cert->chain_store) 952 chain_store = s->cert->chain_store; 954 chain_store = s->ctx->cert_store; 956 if (chain_store != NULL) { 964 if (!X509_STORE_CTX_init(xs_ctx, chain_store, x, NULL)) {
|
| /src/crypto/external/bsd/openssl.old/dist/ssl/statem/ |
| statem_lib.c | 917 X509_STORE *chain_store; local 933 chain_store = NULL; 934 else if (s->cert->chain_store) 935 chain_store = s->cert->chain_store; 937 chain_store = s->ctx->cert_store; 939 if (chain_store != NULL) { 947 if (!X509_STORE_CTX_init(xs_ctx, chain_store, x, NULL)) {
|
| /src/crypto/external/apache2/openssl/dist/ssl/statem/ |
| statem_lib.c | 1026 X509_STORE *chain_store; local 1043 chain_store = NULL; 1044 else if (s->cert->chain_store) 1045 chain_store = s->cert->chain_store; 1047 chain_store = sctx->cert_store; 1049 if (chain_store != NULL) { 1058 if (!X509_STORE_CTX_init(xs_ctx, chain_store, x, NULL)) {
|