| /src/crypto/external/apache2/openssl/dist/include/crypto/ |
| ess.h | 16 * issuer GeneralNames, 22 STACK_OF(GENERAL_NAME) *issuer; member in struct:ESS_issuer_serial
|
| ess.h | 16 * issuer GeneralNames, 22 STACK_OF(GENERAL_NAME) *issuer; member in struct:ESS_issuer_serial
|
| x509_acert.h | 28 STACK_OF(GENERAL_NAME) *issuer; member in struct:ossl_issuer_serial_st 56 X509_ACERT_ISSUER issuer; member in struct:X509_acert_info_st
|
| /src/crypto/external/bsd/openssl/dist/include/crypto/ |
| ess.h | 16 * issuer GeneralNames, 22 STACK_OF(GENERAL_NAME) *issuer; member in struct:ESS_issuer_serial
|
| ess.h | 16 * issuer GeneralNames, 22 STACK_OF(GENERAL_NAME) *issuer; member in struct:ESS_issuer_serial
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/ |
| v3_akey.c | 58 if (akeyid->issuer) { 59 tmpextlist = i2v_GENERAL_NAMES(NULL, akeyid->issuer, extlist); 89 * an error if the issuer certificate doesn't have a key id. 90 * issuer: use the issuers cert issuer and serial number. The default is 99 char keyid = 0, issuer = 0; local 117 } else if (strcmp(cnf->name, "issuer") == 0) { 118 issuer = 1; 120 issuer = 2; 149 if ((issuer && !ikeyid) || (issuer == 2)) [all...] |
| v3_akey.c | 58 if (akeyid->issuer) { 59 tmpextlist = i2v_GENERAL_NAMES(NULL, akeyid->issuer, extlist); 89 * an error if the issuer certificate doesn't have a key id. 90 * issuer: use the issuers cert issuer and serial number. The default is 99 char keyid = 0, issuer = 0; local 117 } else if (strcmp(cnf->name, "issuer") == 0) { 118 issuer = 1; 120 issuer = 2; 149 if ((issuer && !ikeyid) || (issuer == 2)) [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/x509/ |
| v3_akid.c | 52 if (!X509V3_add_value((akeyid->issuer || akeyid->serial) ? "keyid" : NULL, 60 if (akeyid->issuer) { 61 tmpextlist = i2v_GENERAL_NAMES(NULL, akeyid->issuer, extlist); 88 * Three explicit tags may be given, where 'keyid' and 'issuer' may be combined: 90 * 'keyid': use the issuer's subject keyid; the option 'always' means its is 91 * an error if the issuer certificate doesn't have a subject key id. 92 * 'issuer': use the issuer's cert issuer and serial number. The default is 100 char keyid = 0, issuer = 0 local [all...] |
| v3_akid.c | 52 if (!X509V3_add_value((akeyid->issuer || akeyid->serial) ? "keyid" : NULL, 60 if (akeyid->issuer) { 61 tmpextlist = i2v_GENERAL_NAMES(NULL, akeyid->issuer, extlist); 88 * Three explicit tags may be given, where 'keyid' and 'issuer' may be combined: 90 * 'keyid': use the issuer's subject keyid; the option 'always' means its is 91 * an error if the issuer certificate doesn't have a subject key id. 92 * 'issuer': use the issuer's cert issuer and serial number. The default is 100 char keyid = 0, issuer = 0 local [all...] |
| t_acert.c | 191 const X509_NAME *issuer; local 195 issuer = X509_ACERT_get0_issuerName(x); 196 if (issuer) { 197 if (X509_NAME_print_ex(bp, issuer, 0, nmflags) < 0) 200 if (BIO_printf(bp, "Unsupported Issuer Type") <= 0)
|
| t_acert.c | 191 const X509_NAME *issuer; local 195 issuer = X509_ACERT_get0_issuerName(x); 196 if (issuer) { 197 if (X509_NAME_print_ex(bp, issuer, 0, nmflags) < 0) 200 if (BIO_printf(bp, "Unsupported Issuer Type") <= 0)
|
| /src/crypto/external/bsd/openssl/dist/crypto/x509/ |
| v3_akid.c | 52 if (!X509V3_add_value((akeyid->issuer || akeyid->serial) ? "keyid" : NULL, 60 if (akeyid->issuer) { 61 tmpextlist = i2v_GENERAL_NAMES(NULL, akeyid->issuer, extlist); 90 * an error if the issuer certificate doesn't have a key id. 91 * issuer: use the issuers cert issuer and serial number. The default is 100 char keyid = 0, issuer = 0; local 126 } else if (strcmp(cnf->name, "issuer") == 0) { 127 issuer = 1; 129 issuer = 2 [all...] |
| v3_akid.c | 52 if (!X509V3_add_value((akeyid->issuer || akeyid->serial) ? "keyid" : NULL, 60 if (akeyid->issuer) { 61 tmpextlist = i2v_GENERAL_NAMES(NULL, akeyid->issuer, extlist); 90 * an error if the issuer certificate doesn't have a key id. 91 * issuer: use the issuers cert issuer and serial number. The default is 100 char keyid = 0, issuer = 0; local 126 } else if (strcmp(cnf->name, "issuer") == 0) { 127 issuer = 1; 129 issuer = 2 [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/ess/ |
| ess_lib.c | 87 /* Setting the issuer/serial if requested. */ 105 if (!sk_GENERAL_NAME_push(cid->issuer_serial->issuer, name)) { 230 if (!sk_GENERAL_NAME_push(cid->issuer_serial->issuer, name)) { 252 GENERAL_NAME *issuer; local 254 if (is == NULL || cert == NULL || sk_GENERAL_NAME_num(is->issuer) != 1) 257 issuer = sk_GENERAL_NAME_value(is->issuer, 0); 258 if (issuer->type != GEN_DIRNAME 259 || X509_NAME_cmp(issuer->d.dirn, X509_get_issuer_name(cert)) != 0)
|
| ess_lib.c | 87 /* Setting the issuer/serial if requested. */ 105 if (!sk_GENERAL_NAME_push(cid->issuer_serial->issuer, name)) { 230 if (!sk_GENERAL_NAME_push(cid->issuer_serial->issuer, name)) { 252 GENERAL_NAME *issuer; local 254 if (is == NULL || cert == NULL || sk_GENERAL_NAME_num(is->issuer) != 1) 257 issuer = sk_GENERAL_NAME_value(is->issuer, 0); 258 if (issuer->type != GEN_DIRNAME 259 || X509_NAME_cmp(issuer->d.dirn, X509_get_issuer_name(cert)) != 0)
|
| /src/crypto/external/bsd/openssl/dist/crypto/ess/ |
| ess_lib.c | 71 /* Setting the issuer/serial if requested. */ 83 if (!sk_GENERAL_NAME_push(cid->issuer_serial->issuer, name)) 180 if (!sk_GENERAL_NAME_push(cid->issuer_serial->issuer, name)) 199 GENERAL_NAME *issuer; local 201 if (is == NULL || cert == NULL || sk_GENERAL_NAME_num(is->issuer) != 1) 204 issuer = sk_GENERAL_NAME_value(is->issuer, 0); 205 if (issuer->type != GEN_DIRNAME 206 || X509_NAME_cmp(issuer->d.dirn, X509_get_issuer_name(cert)) != 0)
|
| ess_lib.c | 71 /* Setting the issuer/serial if requested. */ 83 if (!sk_GENERAL_NAME_push(cid->issuer_serial->issuer, name)) 180 if (!sk_GENERAL_NAME_push(cid->issuer_serial->issuer, name)) 199 GENERAL_NAME *issuer; local 201 if (is == NULL || cert == NULL || sk_GENERAL_NAME_num(is->issuer) != 1) 204 issuer = sk_GENERAL_NAME_value(is->issuer, 0); 205 if (issuer->type != GEN_DIRNAME 206 || X509_NAME_cmp(issuer->d.dirn, X509_get_issuer_name(cert)) != 0)
|
| /src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_issuer/ |
| issuer_setup.c | 22 #include "issuer.h" 24 static char *DEFAULT_FILENAME = "issuer.txt"; 25 static char *DEFAULT_ISSUER = "IBM-Issuer"; 33 Platform can choose and which will not be visible to the Issuer (default: %d)\n", 35 fprintf(stderr, " \t-nia,\t--nb_issuer_attr\tnumber of attributes that the issuer\ 36 can choose and which will be visible to both the Platform and the Issuer(default: %d)\n", 39 and proof to be used by the issuer (default: %s)\n", 41 fprintf(stderr, " \t-i,\t--issuer\tissuer identity (default: %s)\n", 50 char *issuer = DEFAULT_ISSUER; local 64 printf("Issuer Setup (%s:%s,%s)\n", argv[0], __DATE__, __TIME__) [all...] |
| issuer_setup.c | 22 #include "issuer.h" 24 static char *DEFAULT_FILENAME = "issuer.txt"; 25 static char *DEFAULT_ISSUER = "IBM-Issuer"; 33 Platform can choose and which will not be visible to the Issuer (default: %d)\n", 35 fprintf(stderr, " \t-nia,\t--nb_issuer_attr\tnumber of attributes that the issuer\ 36 can choose and which will be visible to both the Platform and the Issuer(default: %d)\n", 39 and proof to be used by the issuer (default: %s)\n", 41 fprintf(stderr, " \t-i,\t--issuer\tissuer identity (default: %s)\n", 50 char *issuer = DEFAULT_ISSUER; local 64 printf("Issuer Setup (%s:%s,%s)\n", argv[0], __DATE__, __TIME__) [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/ct/ |
| ct_local.h | 93 /* For pre-certificate: issuer public key hash */ 112 X509 *issuer; member in struct:ct_policy_eval_ctx_st 142 * Sets the issuer of the certificate that the SCT was created for. 145 * Issuer must not be NULL. 148 __owur int SCT_CTX_set1_issuer(SCT_CTX *sctx, const X509 *issuer); 151 * Sets the public key of the issuer of the certificate that the SCT was created
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| ocspapitest.c | 195 X509 *issuer = NULL; local 199 if (!TEST_true(get_cert(&issuer))) 205 ext = OCSP_url_svcloc_new(X509_get_issuer_name(issuer), urls); 212 X509_free(issuer);
|
| /src/crypto/external/bsd/openssl/dist/apps/lib/ |
| cmp_mock_srv.c | 218 const X509_NAME *issuer = X509_get_issuer_name(ctx->certOut); local 225 if (issuer != NULL 226 && X509_NAME_cmp(issuer, OSSL_CRMF_CERTID_get0_issuer(cid)) != 0) { 264 const X509_NAME *issuer, 280 if (issuer == NULL || serial == NULL) 284 if (X509_NAME_cmp(issuer, X509_get_issuer_name(ctx->certOut)) != 0
|
| /src/crypto/external/bsd/openssl/dist/crypto/ct/ |
| ct_local.h | 92 /* For pre-certificate: issuer public key hash */ 111 X509 *issuer; member in struct:ct_policy_eval_ctx_st 141 * Sets the issuer of the certificate that the SCT was created for. 144 * Issuer must not be NULL. 147 __owur int SCT_CTX_set1_issuer(SCT_CTX *sctx, const X509 *issuer); 150 * Sets the public key of the issuer of the certificate that the SCT was created
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| ocspapitest.c | 195 X509 *issuer = NULL; local 199 if (!TEST_true(get_cert(&issuer))) 205 ext = OCSP_url_svcloc_new(X509_get_issuer_name(issuer), urls); 212 X509_free(issuer);
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/ct/ |
| ct_local.h | 92 /* For pre-certificate: issuer public key hash */ 108 X509 *issuer; member in struct:ct_policy_eval_ctx_st 135 * Sets the issuer of the certificate that the SCT was created for. 138 * Issuer must not be NULL. 141 __owur int SCT_CTX_set1_issuer(SCT_CTX *sctx, const X509 *issuer); 144 * Sets the public key of the issuer of the certificate that the SCT was created
|