| /openbmc/phosphor-certificate-manager/ |
| H A D | csr.hpp | 19 sdbusplus::xyz::openbmc_project::Certs::server::CSR>; 25 class CSR : public internal::CSRInterface class 28 CSR() = delete; 29 ~CSR() = default; 30 CSR(const CSR&) = delete; 31 CSR& operator=(const CSR&) = delete; 32 CSR(CSR&&) = delete; 33 CSR& operator=(CSR&&) = delete; 41 CSR(sdbusplus::bus_t& bus, const char* path, std::string&& installPath,
|
| H A D | csr.cpp | 32 CSR::CSR(sdbusplus::bus_t& bus, const char* path, std::string&& installPath, in CSR() function in phosphor::certs::CSR 42 std::string CSR::csr() in csr()
|
| H A D | certs_manager.hpp | 33 sdbusplus::xyz::openbmc_project::Certs::CSR::server::Create, 329 std::unique_ptr<CSR> csrPtr = nullptr;
|
| H A D | config.h.in | 10 /* The default name of the CSR file */
|
| /openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs/CSR/ |
| H A D | meson.build | 4 sdbusplus_current_path = 'xyz/openbmc_project/Certs/CSR' 8 input: ['../../../../../yaml/xyz/openbmc_project/Certs/CSR.interface.yaml'], 27 'xyz/openbmc_project/Certs/CSR', 41 'xyz/openbmc_project/Certs/CSR/Create__markdown'.underscorify(), 43 '../../../../../yaml/xyz/openbmc_project/Certs/CSR/Create.interface.yaml', 57 'xyz/openbmc_project/Certs/CSR/Create',
|
| /openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/PLDM/Provider/Certs/Authority/ |
| H A D | meson.build | 2 subdir('CSR') subdir 9 … '../../../../../../../yaml/xyz/openbmc_project/PLDM/Provider/Certs/Authority/CSR.interface.yaml', 11 output: ['CSR.md'], 23 'xyz/openbmc_project/PLDM/Provider/Certs/Authority/CSR',
|
| /openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/ |
| H A D | README.md | 69 ## CSR section in BMC Certificate management 71 ### User flow for generating and installing Certificates(CSR Based) argument 73 [Certificate Signing Request][csr](CSR) is a message sent from an applicant to a 75 This section provides the details of the CSR based certificate user flow. 77 - The user performs the CSR/create interface BMC creates new private key and CSR 78 object which includes CSR information. 79 - The user performs the CSR/export interface Allows the user to export the CSR 80 file which is part of newly created CSR object. This can be provided to the CA 91 - BMC updates the private key associated to CSR for any new CSR request. 92 - BMC upload process automatically appends certificate file with system CSR [all …]
|
| /openbmc/qemu/hw/net/ |
| H A D | tulip.c | 294 case CSR(0): in tulip_reg_name() 297 case CSR(1): in tulip_reg_name() 300 case CSR(2): in tulip_reg_name() 303 case CSR(3): in tulip_reg_name() 306 case CSR(4): in tulip_reg_name() 309 case CSR(5): in tulip_reg_name() 312 case CSR(6): in tulip_reg_name() 315 case CSR(7): in tulip_reg_name() 318 case CSR(8): in tulip_reg_name() 321 case CSR(9): in tulip_reg_name() [all …]
|
| /openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs/CSR/Create/ |
| H A D | meson.build | 3 sdbusplus_current_path = 'xyz/openbmc_project/Certs/CSR/Create' 6 'xyz/openbmc_project/Certs/CSR/Create__cpp'.underscorify(), 8 '../../../../../../yaml/xyz/openbmc_project/Certs/CSR/Create.interface.yaml', 28 'xyz/openbmc_project/Certs/CSR/Create',
|
| /openbmc/openbmc-test-automation/openpower/ext_interfaces/ |
| H A D | test_vmicert_management.robot | 33 Get CSR Request Signed By VMI And Verify 34 [Documentation] Get CSR request signed by VMI using different user roles and verify. 41 # Send CSR request from operator user. 44 # Send CSR request from ReadOnly user. 47 # Send CSR request from NoAccess user. 70 Send CSR Request When VMI Is Off And Verify 71 [Documentation] Send CSR signing request to VMI when it is off and expect an error. 81 # Send CSR request from operator user. 84 # Send CSR request from ReadOnly user. 87 # Send CSR request from NoAccess user. [all …]
|
| /openbmc/docs/designs/management-console/ |
| H A D | VMI_Certificate_Exchange.md | 38 Management console needs an API through which it can send the CSR to VMI (CA) 55 its self-signed certificate to sign CSR from client. 66 The management console can send CSR string to VMI (CA) and get signed 92 | | | Sign CSR 119 '{"CsrString":"<CSR string>"}' https://{BMC_IP}/ibm/v1/Host/Actions/SignCSR 157 ### Current flow for generating and installing Certificates (CSR Based) 159 - Certificate Signing Request CSR is a message sent from an applicant to a 161 - The user calls CSR interface BMC creates new private key and CSR Certificate 163 - CSR certificate is passed onto the CA to sign the certificate and then upload 164 CSR signed certificate and install the certificate. [all …]
|
| /openbmc/openbmc-test-automation/redfish/managers/ |
| H A D | test_certificate.robot | 138 Verify CSR Generation For Server Certificate 139 [Documentation] Verify CSR generation for server certificate. 141 [Template] Generate CSR Via Redfish 150 Verify CSR Generation For Client Certificate 151 [Documentation] Verify CSR generation for client certificate. 153 [Template] Generate CSR Via Redfish 162 Verify CSR Generation For Server Certificate With Invalid Value 163 [Documentation] Verify error while generating CSR for server certificate with invalid value. 165 [Template] Generate CSR Via Redfish 173 Verify CSR Generation For Client Certificate With Invalid Value [all …]
|
| /openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/PLDM/Provider/Certs/Authority/CSR/ |
| H A D | meson.build | 3 sdbusplus_current_path = 'xyz/openbmc_project/PLDM/Provider/Certs/Authority/CSR' 8 …'../../../../../../../../yaml/xyz/openbmc_project/PLDM/Provider/Certs/Authority/CSR.interface.yaml… 28 'xyz/openbmc_project/PLDM/Provider/Certs/Authority/CSR',
|
| /openbmc/openbmc-test-automation/redfish/dmtf_tools/ |
| H A D | test_redfishtool_certificate.robot | 157 Verify CSR Generation For Server Certificate Via Redfishtool 158 [Documentation] Verify CSR generation for server certificate. 160 [Template] Generate CSR Via Redfishtool 169 Verify CSR Generation For Client Certificate Via Redfishtool 170 [Documentation] Verify CSR generation for client certificate. 172 [Template] Generate CSR Via Redfishtool 181 Verify CSR Generation For Server Certificate With Invalid Value Via Redfishtool 182 [Documentation] Verify error while generating CSR for server certificate with invalid value. 184 [Template] Generate CSR Via Redfishtool 191 Verify CSR Generation For Client Certificate With Invalid Value Via Redfishtool [all …]
|
| /openbmc/qemu/include/hw/misc/ |
| H A D | stm32l4x5_rcc_internals.h | 243 REG32(CSR, 0x94) 244 FIELD(CSR, LPWRRSTF, 31, 1) 245 FIELD(CSR, WWDGRSTF, 30, 1) 246 FIELD(CSR, IWWGRSTF, 29, 1) 247 FIELD(CSR, SFTRSTF, 28, 1) 248 FIELD(CSR, BORRSTF, 27, 1) 249 FIELD(CSR, PINRSTF, 26, 1) 250 FIELD(CSR, OBLRSTF, 25, 1) 251 FIELD(CSR, FWRSTF, 24, 1) 252 FIELD(CSR, RMVF, 23, 1) [all …]
|
| /openbmc/qemu/hw/sd/ |
| H A D | sd.c | 644 FIELD(CSR, AKE_SEQ_ERROR, 3, 1) 645 FIELD(CSR, APP_CMD, 5, 1) 646 FIELD(CSR, FX_EVENT, 6, 1) 647 FIELD(CSR, SWITCH_ERROR, 7, 1) 648 FIELD(CSR, READY_FOR_DATA, 8, 1) 649 FIELD(CSR, CURRENT_STATE, 9, 4) 650 FIELD(CSR, ERASE_RESET, 13, 1) 651 FIELD(CSR, CARD_ECC_DISABLED, 14, 1) 652 FIELD(CSR, WP_ERASE_SKIP, 15, 1) 653 FIELD(CSR, CSD_OVERWRITE, 16, 1) [all …]
|
| /openbmc/openbmc-test-automation/docs/ |
| H A D | certificate_generate.md | 7 B. Generate CSR for server certificate 9 C. Create CA signed server certificate using CSR request 46 **Generate CSR for server certificate** 48 1. Create CSR request file (csr_file.json) with all of the following fields. 82 2. Generate CSR request using the following Redfish command. 116 **Create CA signed server certificate using CSR request** 118 1. Use BMC generated CSR request (device.csr) to generate CA signed certificate
|
| /openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs/ |
| H A D | meson.build | 3 subdir('CSR') subdir 61 input: ['../../../../yaml/xyz/openbmc_project/Certs/CSR.interface.yaml'], 62 output: ['CSR.md'], 74 'xyz/openbmc_project/Certs/CSR',
|
| /openbmc/qemu/target/mips/tcg/ |
| H A D | lcsr.decode | 1 # Loongson CSR instructions
|
| /openbmc/qemu/target/loongarch/tcg/insn_trans/ |
| H A D | trans_privileged.c.inc | 113 /* CSR is undefined: read as 0. */ 140 /* CSR is undefined: write ignored, read old_value as 0. */ 145 /* CSR is readonly: trap. */ 173 /* CSR is undefined: write ignored, read old_value as 0. */ 179 /* CSR is readonly: trap. */
|
| /openbmc/phosphor-certificate-manager/bmc-vmi-ca/ |
| H A D | ca_cert_entry.hpp | 19 CSR,
|
| /openbmc/docs/designs/ |
| H A D | redfish-tls-user-authentication.md | 48 After that is completed, user should request a **CSR** (**C**ertificate 67 │ │ Generate CSR │ 70 │ Request certificate using CSR │ │ 132 #### Generating CSR 134 User can generate CSR in any way that is convenient to him.
|
| /openbmc/openbmc/meta-security/meta-parsec/recipes-parsec/parsec-tool/files/ |
| H A D | 0001-parsec-cli-tests.sh-adapt-to-new-serialNumber-output.patch | 28 echo "Error: The CSR does not contain the serialNumber field of the Distinguished Name"
|
| /openbmc/phosphor-certificate-manager/test/ |
| H A D | certs_manager_test.cpp | 217 phosphor::certs::CSR* csr = nullptr) : manager(manager), csr_(csr) in MainApp() 245 phosphor::certs::CSR* csr_; 1029 CSR csr(bus, objPath.c_str(), csrPath.c_str(), status); in TEST_F() 1095 CSR csr(bus, objPath.c_str(), csrPath.c_str(), status); in TEST_F() 1142 CSR csr(bus, objPath.c_str(), csrPath.c_str(), status); in TEST_F() 1188 CSR csr(bus, objPath.c_str(), csrPath.c_str(), status); in TEST_F() 1233 CSR csr(bus, objPath.c_str(), csrPath.c_str(), status); in TEST_F() 1279 CSR csr(bus, objPath.c_str(), csrPath.c_str(), status); in TEST_F() 1328 CSR csr(bus, objPath.c_str(), csrPath.c_str(), status); in TEST_F() 1377 CSR csr(bus, objPath.c_str(), csrPath.c_str(), status); in TEST_F() [all …]
|
| /openbmc/qemu/tests/qtest/ |
| H A D | npcm7xx_pwm-test.c | 34 #define CSR 0x04 macro 408 return extract32(pwm_read(qts, td, CSR), csr_base[pwm_index(td->pwm)], 3); in pwm_read_csr() 413 pwm_write(qts, td, CSR, value << csr_base[pwm_index(td->pwm)]); in pwm_write_csr()
|