Home
last modified time | relevance | path

Searched full:issuer (Results 1 – 25 of 63) sorted by relevance

123

/openbmc/linux/crypto/asymmetric_keys/
H A Dx509_parser.h17 char *issuer; /* Name of certificate issuer */ member
19 struct asymmetric_key_id *id; /* Issuer + Serial number */
30 const void *raw_issuer; /* Raw issuer name in ASN.1 */
H A Dpkcs7_verify.c154 * uses the issuer's name and the issuing certificate serial number for
155 * matching purposes. These must match the certificate issuer's name (not
223 pr_debug("- issuer %s\n", x509->issuer); in pkcs7_verify_sig_chain()
275 /* We matched issuer + serialNumber, but if there's an in pkcs7_verify_sig_chain()
H A Dx509.asn111 issuer Name ({ x509_note_issuer }),
H A Dx509_public_key.c175 pr_devel("Cert Issuer: %s\n", cert->issuer); in x509_key_preparse()
H A Dpkcs7_parser.h46 * This also contains the issuing cert serial number and issuer's name
H A Dx509_cert_parser.c49 kfree(cert->issuer); in x509_free_certificate()
121 /* Generate cert issuer + serial number key ID */ in x509_cert_parse()
364 * Fabricate and save the issuer and subject names
458 return x509_fabricate_name(ctx, hdrlen, tag, &ctx->cert->issuer, vlen); in x509_note_issuer()
H A Dpkcs7.asn198 issuer Name ({ pkcs7_sig_note_issuer }),
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/
H A DCertificate.interface.yaml62 - name: Issuer
65 The issuer of the certificate.
67 Refer X.509 certificate wiki for the "Issuer" Key and value details.
/openbmc/docs/security/
H A DTLS-configuration.md32 - issuer name has to match CA's subject name for client certificate
33 - issuer name has to match the fully qualified domain name of your OpenBMC host
215 - `Issuer` in `client-cert.pem`, it must match to `Subject` in `CA-cert.pem`,
233 Issuer: C=US, ST=California, L=San Francisco, O=Intel, CN=Test CA
268 Issuer: C=US, ST=California, L=San Francisco, O=Intel, CN=Test CA
303 Issuer: C=US, ST=z, L=z, O=z, OU=z, CN=bmc.example.com
/openbmc/phosphor-webui/app/access-control/controllers/
H A Dcertificate-controller.js60 if (a.Issuer.CommonName > b.Issuer.CommonName) {
63 if (a.Issuer.CommonName < b.Issuer.CommonName) {
/openbmc/bmcweb/
H A DRedfish.md84 - Issuer/City
85 - Issuer/CommonName
86 - Issuer/Country
87 - Issuer/Organization
88 - Issuer/OrganizationalUnit
89 - Issuer/State
703 - Issuer
/openbmc/linux/include/keys/
H A Dasymmetric-type.h33 * (1) Serial Number & Issuer. Non-optional. This is the only valid way to
36 * (2) Issuer & Subject Unique IDs. Optional. These were the original way to
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DExternalAccountProvider.v1_8_1.json524 …ken validation is configured by a client. Clients should configure the `Issuer` and `OAuthService…
528 …n from properties configured by a client. Clients should configure the `Issuer` and `OAuthService…
561 "Issuer": { object
562 …"description": "The issuer string of the OAuth 2.0 service. Clients should configure this propert…
563 …d issuer string of the OAuth 2.0 service. If the `Mode` property contains the value `Discovery`, …
579 …"description": "The Base64-encoded signing keys of the issuer of the OAuth 2.0 service. Clients s…
580 …ing, with padding characters, of the RFC7517-defined signing keys of the issuer of the OAuth 2.0 s…
H A DCertificate.v1_10_0.json145 "Issuer": { object
147 "description": "The issuer of the certificate.",
148 … "This property shall contain an object containing information about the issuer of the certificate…
301 …"longDescription": "This type shall contain the properties that identifies the issuer or subject o…
351 …RFC5280 'subjectAltName' attribute. This property shall not be present in the `Issuer` property.",
446 "Issuer": { object
H A DAccountService.v1_18_0.json1168 …ken validation is configured by a client. Clients should configure the `Issuer` and `OAuthService…
1172 …n from properties configured by a client. Clients should configure the `Issuer` and `OAuthService…
1205 "Issuer": { object
1206 …"description": "The issuer string of the OAuth 2.0 service. Clients should configure this propert…
1207 …d issuer string of the OAuth 2.0 service. If the `Mode` property contains the value `Discovery`, …
1223 …"description": "The Base64-encoded signing keys of the issuer of the OAuth 2.0 service. Clients s…
1224 …ing, with padding characters, of the RFC7517-defined signing keys of the issuer of the OAuth 2.0 s…
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/
H A DCertificate.v1_10_0.json145 "Issuer": { object
147 "description": "The issuer of the certificate.",
148 … "This property shall contain an object containing information about the issuer of the certificate…
301 …"longDescription": "This type shall contain the properties that identifies the issuer or subject o…
351 …RFC5280 'subjectAltName' attribute. This property shall not be present in the `Issuer` property.",
446 "Issuer": { object
H A DAccountService.v1_18_0.json1168 …ken validation is configured by a client. Clients should configure the `Issuer` and `OAuthService…
1172 …n from properties configured by a client. Clients should configure the `Issuer` and `OAuthService…
1205 "Issuer": { object
1206 …"description": "The issuer string of the OAuth 2.0 service. Clients should configure this propert…
1207 …d issuer string of the OAuth 2.0 service. If the `Mode` property contains the value `Discovery`, …
1223 …"description": "The Base64-encoded signing keys of the issuer of the OAuth 2.0 service. Clients s…
1224 …ing, with padding characters, of the RFC7517-defined signing keys of the issuer of the OAuth 2.0 s…
/openbmc/qemu/tests/qemu-iotests/
H A D233.out60 …pen 'driver=nbd,host=127.0.0.1,port=PORT,tls-creds=tls0': The certificate hasn't got a known issuer
61 qemu-nbd: The certificate hasn't got a known issuer
/openbmc/webui-vue/src/store/modules/SecurityAndAccess/
H A DCertificatesStore.js84 Issuer = {},
95 issuedBy: Issuer.CommonName,
/openbmc/phosphor-webui/app/common/directives/
H A Dcertificate-modal-remove.html11 …<p>Are you sure you want to remove certificate issued by '{{modalCtrl.certificate.Issuer.CommonNam…
H A Dcertificate.html10 {{cert.Issuer.CommonName}}
/openbmc/openbmc/meta-security/meta-integrity/scripts/
H A Dima-gen-local-ca.sh34 authorityKeyIdentifier=keyid:always,issuer
H A Dima-gen-CA-signed.sh41 #authorityKeyIdentifier=keyid,issuer
/openbmc/bmcweb/redfish-core/lib/
H A Dcertificate_service.hpp186 * @param[in] str Issuer/Subject value in key=value pairs
187 * @param[in] type Issuer/Subject
354 const std::string* issuer = nullptr; in getCertificateProperties() local
362 "Issuer", issuer, "Subject", subject, "ValidNotAfter", in getCertificateProperties()
391 if (issuer != nullptr) in getCertificateProperties()
393 updateCertIssuerOrSubject(asyncResp->res.jsonValue["Issuer"], in getCertificateProperties()
394 *issuer); in getCertificateProperties()
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/
H A DExternalAccountProvider_v1.xml529 <Property Name="Issuer" Type="Edm.String">
531 …<Annotation Term="OData.Description" String="The issuer string of the OAuth 2.0 service. Clients …
532 …d issuer string of the OAuth 2.0 service. If the `Mode` property contains the value `Discovery`, …
541 … Term="OData.Description" String="The Base64-encoded signing keys of the issuer of the OAuth 2.0 s…
542 …ing, with padding characters, of the RFC7517-defined signing keys of the issuer of the OAuth 2.0 s…
552 …ken validation is configured by a client. Clients should configure the `Issuer` and `OAuthService…
553 …n from properties configured by a client. Clients should configure the `Issuer` and `OAuthService…

123