Searched refs:keyUsage (Results 1 – 10 of 10) sorted by relevance
/openbmc/phosphor-certificate-manager/test/ |
H A D | certs_manager_test.cpp | 230 std::vector<std::string> keyUsage, std::string organization, in generateCSR() argument 237 keyCurveId, keyPairAlgorithm, keyUsage, organization, in generateCSR() 1015 std::vector<std::string> keyUsage{"serverAuth", "clientAuth"}; in TEST_F() local 1033 keyBitLength, keyCurveId, keyPairAlgorithm, keyUsage, in TEST_F() 1083 std::vector<std::string> keyUsage{"serverAuth", "clientAuth"}; in TEST_F() local 1099 keyBitLength, keyCurveId, keyPairAlgorithm, keyUsage, in TEST_F() 1130 std::vector<std::string> keyUsage{"serverAuth", "clientAuth"}; in TEST_F() local 1146 keyBitLength, keyCurveId, keyPairAlgorithm, keyUsage, in TEST_F() 1176 std::vector<std::string> keyUsage{"serverAuth", "clientAuth"}; in TEST_F() local 1192 keyBitLength, keyCurveId, keyPairAlgorithm, keyUsage, in TEST_F() [all …]
|
/openbmc/linux/certs/ |
H A D | default_x509.genkey | 15 keyUsage=digitalSignature
|
/openbmc/phosphor-certificate-manager/ |
H A D | certs_manager.hpp | 194 std::vector<std::string> keyUsage, std::string organization, 217 std::vector<std::string> keyUsage, std::string organization,
|
H A D | certs_manager.cpp | 441 std::string keyPairAlgorithm, std::vector<std::string> keyUsage, in generateCSR() argument 460 keyBitLength, keyCurveId, keyPairAlgorithm, keyUsage, in generateCSR() 541 std::string keyPairAlgorithm, std::vector<std::string> keyUsage, in generateCSRHelper() argument 568 if (!keyUsage.empty()) in generateCSRHelper() 570 for (auto& usage : keyUsage) in generateCSRHelper()
|
H A D | certificate.cpp | 534 keyUsage(keyUsageList); in populateProperties()
|
/openbmc/openbmc/meta-security/meta-integrity/scripts/ |
H A D | ima-gen-local-ca.sh | 35 keyUsage = cRLSign, keyCertSign
|
H A D | ima-gen-CA-signed.sh | 36 keyUsage=digitalSignature
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | certificate_service.hpp | 353 const std::vector<std::string>* keyUsage = nullptr; in getCertificateProperties() local 361 "CertificateString", certificateString, "KeyUsage", keyUsage, in getCertificateProperties() 386 if (keyUsage != nullptr) in getCertificateProperties() 388 asyncResp->res.jsonValue["KeyUsage"] = *keyUsage; in getCertificateProperties()
|
/openbmc/docs/security/ |
H A D | TLS-configuration.md | 76 keyUsage = digitalSignature, keyAgreement 103 keyUsage = digitalSignature, keyAgreement 112 keyUsage = digitalSignature, keyAgreement
|
/openbmc/qemu/tests/unit/ |
H A D | pkix_asn1_tab.c.inc | 28 {"id-ce-keyUsage", 1879048204, 0},
|