Searched refs:KeyUsage (Results 1 – 7 of 7) sorted by relevance
/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | certificate.hpp | 17 enum class KeyUsage{ enum 58 NLOHMANN_JSON_SERIALIZE_ENUM(KeyUsage, { 59 {KeyUsage::Invalid, "Invalid"}, 60 {KeyUsage::DigitalSignature, "DigitalSignature"}, 61 {KeyUsage::NonRepudiation, "NonRepudiation"}, 62 {KeyUsage::KeyEncipherment, "KeyEncipherment"}, 63 {KeyUsage::DataEncipherment, "DataEncipherment"}, 64 {KeyUsage::KeyAgreement, "KeyAgreement"}, 65 {KeyUsage::KeyCertSign, "KeyCertSign"}, 66 {KeyUsage::CRLSigning, "CRLSigning"}, [all …]
|
/openbmc/openbmc-test-automation/docs/ |
H A D | certificate_generate.md | 164 "KeyUsage": [],
|
/openbmc/bmcweb/ |
H A D | Redfish.md | 92 - KeyUsage 704 - KeyUsage
|
/openbmc/docs/designs/ |
H A D | redfish-tls-user-authentication.md | 208 - does KeyUsage contain required data ("digitalSignature" and "keyAgreement")
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/ |
H A D | README.md | 137 "KeyUsage":["ServerAuthentication","ServerAuthentication"],
|
/openbmc/qemu/tests/unit/ |
H A D | pkix_asn1_tab.c.inc | 31 {"KeyUsage", 1610874886, 0},
|
/openbmc/docs/security/ |
H A D | TLS-configuration.md | 23 - `KeyUsage` contains required purpose `digitalSignature` and `keyAgreement`
|