Home
last modified time | relevance | path

Searched refs:keyUsage (Results 1 – 10 of 10) sorted by relevance

/openbmc/phosphor-certificate-manager/test/
H A Dcerts_manager_test.cpp230 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 Ddefault_x509.genkey15 keyUsage=digitalSignature
/openbmc/phosphor-certificate-manager/
H A Dcerts_manager.hpp194 std::vector<std::string> keyUsage, std::string organization,
217 std::vector<std::string> keyUsage, std::string organization,
H A Dcerts_manager.cpp441 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 Dcertificate.cpp534 keyUsage(keyUsageList); in populateProperties()
/openbmc/openbmc/meta-security/meta-integrity/scripts/
H A Dima-gen-local-ca.sh35 keyUsage = cRLSign, keyCertSign
H A Dima-gen-CA-signed.sh36 keyUsage=digitalSignature
/openbmc/bmcweb/redfish-core/lib/
H A Dcertificate_service.hpp353 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 DTLS-configuration.md76 keyUsage = digitalSignature, keyAgreement
103 keyUsage = digitalSignature, keyAgreement
112 keyUsage = digitalSignature, keyAgreement
/openbmc/qemu/tests/unit/
H A Dpkix_asn1_tab.c.inc28 {"id-ce-keyUsage", 1879048204, 0},