Home
last modified time | relevance | path

Searched refs:CertificateType (Results 1 – 16 of 16) sorted by relevance

/openbmc/phosphor-certificate-manager/
H A Dcertificate.hpp23 enum class CertificateType enum
31 inline constexpr const char* certificateTypeToString(CertificateType type) in certificateTypeToString()
35 case CertificateType::authority: in certificateTypeToString()
37 case CertificateType::server: in certificateTypeToString()
39 case CertificateType::client: in certificateTypeToString()
46 inline constexpr CertificateType stringToCertificateType(std::string_view type) in stringToCertificateType()
50 return CertificateType::authority; in stringToCertificateType()
54 return CertificateType::server; in stringToCertificateType()
58 return CertificateType::client; in stringToCertificateType()
60 return CertificateType::unsupported; in stringToCertificateType()
[all …]
H A Dcertificate.cpp206 if (certType == CertificateType::authority) in generateCertFilePath()
217 CertificateType type, const std::string& installPath, in Certificate()
233 typeFuncMap[CertificateType::server] = installHelper; in Certificate()
234 typeFuncMap[CertificateType::client] = installHelper; in Certificate()
235 typeFuncMap[CertificateType::authority] = [](const std::string&) {}; in Certificate()
241 appendKeyMap[CertificateType::server] = appendPrivateKey; in Certificate()
242 appendKeyMap[CertificateType::client] = appendPrivateKey; in Certificate()
243 appendKeyMap[CertificateType::authority] = [](const std::string&) {}; in Certificate()
255 const CertificateType& type, in Certificate()
395 if (certType != CertificateType::authority) in install()
[all …]
H A Dargument.cpp23 phosphor::certs::CertificateType type = in processArguments()
25 if (type == phosphor::certs::CertificateType::unsupported) in processArguments()
H A Dcerts_manager.cpp132 const char* path, CertificateType type, in Manager()
146 if (certType == CertificateType::authority) in Manager()
175 if (certType != CertificateType::authority) in Manager()
184 if (certType != CertificateType::authority) in Manager()
254 if (certType != CertificateType::authority && !installedCerts.empty()) in install()
258 else if (certType == CertificateType::authority && in install()
285 if (certType != CertificateType::authority) in installAll()
386 if (certType == CertificateType::authority) in deleteAll()
931 if (certType == CertificateType::authority) in createCertificates()
1065 if (certType == CertificateType::authority) in storageUpdate()
H A Dcerts_manager.hpp68 CertificateType type, const std::string& unit,
317 CertificateType certType;
/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dcertificate.hpp10 enum class CertificateType{ enum
51 NLOHMANN_JSON_SERIALIZE_ENUM(CertificateType, {
52 {CertificateType::Invalid, "Invalid"},
53 {CertificateType::PEM, "PEM"},
54 {CertificateType::PEMchain, "PEMchain"},
55 {CertificateType::PKCS7, "PKCS7"},
/openbmc/phosphor-certificate-manager/test/
H A Dcerts_manager_test.cpp254 const char* path, CertificateType type, in ManagerInTest()
267 CertificateType type = CertificateType::server; in TEST_F()
290 CertificateType type = CertificateType::server; in TEST_F()
313 CertificateType type = CertificateType::authority; in TEST_F()
356 CertificateType type = CertificateType::authority; in TEST_F()
397 CertificateType type = CertificateType::authority; in TEST_F()
453 CertificateType type = CertificateType::authority; in TEST_F()
511 CertificateType type = CertificateType::authority; in TEST_F()
587 CertificateType type = CertificateType::client; in TEST_F()
611 CertificateType type = CertificateType::client; in TEST_F()
[all …]
/openbmc/phosphor-webui/app/common/directives/
H A Dcertificate.js115 data.CertificateType = certificateType;
/openbmc/webui-vue/src/store/modules/SecurityAndAccess/
H A DCertificatesStore.js146 data.CertificateType = 'PEM';
/openbmc/docs/designs/
H A Dredfish-tls-user-authentication.md112 "CertificateType": "PEM"
128 "CertificateType": "PEM"
/openbmc/openbmc-test-automation/redfish/dmtf_tools/
H A Dtest_redfishtool_certificate.robot144 ... CertificateType=PEM CertificateUri=${certificate_dict}
399 ... CertificateType=PEM CertificateUri=${certificate_dict}
/openbmc/openbmc-test-automation/docs/
H A Dcertificate_generate.md134 "CertificateType": "PEM",
/openbmc/docs/security/
H A DTLS-configuration.md345 "CertificateType": "PEM"
385 "CertificateType": "PEM"
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_certificate.robot130 ... CertificateType=PEM CertificateUri=${certificate_dict}
/openbmc/openbmc-test-automation/lib/
H A Dcertificate_utils.robot236 ... CertificateType=PEM CertificateUri=${certificate_dict}
/openbmc/openbmc-test-automation/redfish/update_service/
H A Dtest_redfish_bmc_code_update.robot338 ... CertificateType=PEM CertificateUri=${certificate_dict}