Home
last modified time | relevance | path

Searched refs:issuer (Results 51 – 75 of 138) sorted by relevance

123456

/openssl/crypto/cmp/
H A Dcmp_server.c249 const X509_NAME *issuer; in process_rr() local
268 issuer = OSSL_CRMF_CERTTEMPLATE_get0_issuer(tmpl); in process_rr()
270 if (issuer != NULL && serial != NULL in process_rr()
271 && (certId = OSSL_CRMF_CERTID_gen(issuer, serial)) == NULL) in process_rr()
273 if ((si = srv_ctx->process_rr(srv_ctx, req, issuer, serial)) == NULL) in process_rr()
H A Dcmp_hdr.c319 else if (ctx->issuer != NULL) in ossl_cmp_hdr_init()
320 rcp = ctx->issuer; in ossl_cmp_hdr_init()
/openssl/doc/man7/
H A Dprovider-storemgmt.pod140 =item "issuer" (B<OSSL_STORE_PARAM_ISSUER>) <octet string>
143 issuer associated. This can be used to select specific certificates
144 by issuer.
178 search for a certificate by issuer+serial, both the "issuer" and the
H A Dproxy-certificates.pod36 They must have the subject of their issuer, with one B<commonName>
64 authorityKeyIdentifier = keyid,issuer:always
120 certificate as issuer. Note that this example uses a different
341 the same as the issuer, with one commonName added on.
/openssl/test/
H A DCAtsa.cnf88 authorityKeyIdentifier=keyid,issuer:always
102 authorityKeyIdentifier=keyid,issuer:always
115 authorityKeyIdentifier=keyid:always,issuer:always
/openssl/apps/
H A Dcrl.c91 int hash = 0, issuer = 0, lastupdate = 0, nextupdate = 0, noout = 0; in crl_main() local
178 issuer = ++num; in crl_main()
292 if (issuer == i) { in crl_main()
H A Dserver2.pem2 issuer= C = UK, O = OpenSSL Group, OU = FOR TESTING PURPOSES ONLY, CN = OpenSSL Test Intermediate CA
H A Dclient.pem2 issuer= C = UK, O = OpenSSL Group, OU = FOR TESTING PURPOSES ONLY, CN = OpenSSL Test Intermediate CA
/openssl/doc/man3/
H A DOSSL_CRMF_MSG_set0_validity.pod26 const X509_NAME *issuer,
52 for which non-NULL values are provided: I<pubkey>, I<subject>, I<issuer>,
56 while the I<subject>, I<issuer>, and I<serial> structures (if given) are copied.
H A DOSSL_STORE_SEARCH.pod70 are used to create an B<OSSL_STORE_SEARCH> from a subject name, an issuer name
106 This criterion supports a search by exact match of both issuer name and serial
108 The issuer name itself is a B<X509_NAME> pointer, and the serial number is
111 and the actual issuer name and serial number are retrieved with
H A DOSSL_CRMF_MSG_get0_tmpl.pod55 OSSL_CRMF_CERTTEMPLATE_get0_issuer() retrieves the issuer name of the
67 OSSL_CRMF_CERTID_get0_issuer retrieves the issuer name
H A DOSSL_ESS_check_signing_certs.pod32 If I<set_issuer_serial> is nonzero then also the issuer and serial number
53 it must match the certificate issuer and serial number attributes.
H A DCMS_get0_RecipientInfos.pod23 X509_NAME **issuer,
55 B<keyid> or B<both> issuer name and serial number in B<issuer> and B<sno>.
H A DSSL_check_chain.pod46 B<CERT_PKEY_ISSUER_NAME>: the issuer name is acceptable. This is only
73 certificate types and issuer names.
H A DOSSL_CRMF_MSG_set1_regCtrl_regToken.pod52 OSSL_CRMF_CERTID *OSSL_CRMF_CERTID_gen(const X509_NAME *issuer,
96 given I<issuer> name and I<serial> number.
/openssl/doc/man1/
H A Dopenssl-ocsp.pod.in15 [B<-issuer> I<file>]
103 =item B<-issuer> I<filename>
105 This specifies the current issuer certificate.
113 The issuer certificate is taken from the previous B<-issuer> option,
114 or an error occurs if no issuer certificate is specified.
316 processes can be either specified on the command line (using B<-issuer>
471 openssl ocsp -issuer issuer.pem -cert c1.pem -cert c2.pem -reqout req.der
476 openssl ocsp -issuer issuer.pem -cert c1.pem -cert c2.pem \
497 -issuer demoCA/cacert.pem -serial 1
H A Dopenssl-pkcs7.pod.in65 preceded by their subject and issuer names in one line format.
75 issuer names.
H A Dopenssl-verification-options.pod108 matches as an issuer of the current "subject" certificate as described below.
112 any further candidate issuer certificates that would match equally are ignored.
117 A candidate issuer certificate matches a subject certificate
124 Its subject name matches the issuer name of the subject certificate.
130 number, and issuer field of the candidate issuer certificate,
137 equals the public key algorithm of the candidate issuer certificate.
141 The lookup first searches for issuer certificates in the trust store.
179 the keyUsage extension (if present) of the candidate issuer certificate
219 hash it, and directly lookup the file to get the issuer certificate.
295 The issuer name of any certificate must not be empty.
[all …]
H A Dopenssl-x509.pod.in37 [B<-issuer>]
175 It sets the issuer name to the subject name (i.e., makes it self-issued)
225 public key, signature algorithms, issuer and subject names, serial number
267 =item B<-issuer>
269 Prints the issuer name.
294 Prints the "hash" of the certificate issuer name.
298 Prints the "hash" of the certificate issuer name using the older algorithm
389 When the certificate is self-signed the issuer name is set to the same value.
471 The subject name of the "CA" certificate is placed as issuer name in the new
634 Don't print out the issuer name.
/openssl/crypto/ct/
H A Dct_sct_ctx.c248 int SCT_CTX_set1_issuer(SCT_CTX *sctx, const X509 *issuer) in SCT_CTX_set1_issuer() argument
250 return SCT_CTX_set1_issuer_pubkey(sctx, X509_get_X509_PUBKEY(issuer)); in SCT_CTX_set1_issuer()
H A Dct_sct.c327 if (ctx->issuer == NULL) { in SCT_validate()
332 issuer_pkey = X509_get0_pubkey(ctx->issuer); in SCT_validate()
/openssl/crypto/ess/
H A Dess_asn1.c20 ASN1_SEQUENCE_OF(ESS_ISSUER_SERIAL, issuer, GENERAL_NAME),
/openssl/crypto/crmf/
H A Dcrmf_asn.c46 ASN1_SIMPLE(OSSL_CRMF_CERTID, issuer, GENERAL_NAME),
197 ASN1_EXP_OPT(OSSL_CRMF_CERTTEMPLATE, issuer, X509_NAME, 3),
/openssl/include/openssl/
H A Dcrmf.h.in123 OSSL_CRMF_CERTID *OSSL_CRMF_CERTID_gen(const X509_NAME *issuer,
171 const X509_NAME *issuer,
/openssl/crypto/cms/
H A Dcms_sd.c201 X509_NAME **issuer, in ossl_cms_SignerIdentifier_get0_signer_id() argument
205 if (issuer) in ossl_cms_SignerIdentifier_get0_signer_id()
206 *issuer = sid->d.issuerAndSerialNumber->issuer; in ossl_cms_SignerIdentifier_get0_signer_id()
619 X509_NAME **issuer, ASN1_INTEGER **sno) in CMS_SignerInfo_get0_signer_id() argument
621 return ossl_cms_SignerIdentifier_get0_signer_id(si->sid, keyid, issuer, sno); in CMS_SignerInfo_get0_signer_id()

Completed in 72 milliseconds

123456