| /openbmc/phosphor-webui/app/access-control/controllers/ |
| H A D | certificate-modal-csr-gen.html | 245 <label for="keyPairAlgorithm" class="content-label"> 250 ng-model="newCSR.keyPairAlgorithm" 251 id="keyPairAlgorithm" 252 name="keyPairAlgorithm" 263 ng-repeat="data in keyPairAlgorithm"> 268 ng-messages="addCsrForm.keyPairAlgorithm.$error" 270 ng-class="{'visible' : addCsrForm.keyPairAlgorithm.$touched}"> 274 <div ng-if="newCSR.keyPairAlgorithm == 'EC'"> 301 <div ng-if="newCSR.keyPairAlgorithm =='RSA'">
|
| H A D | certificate-controller.js | 24 $scope.keyPairAlgorithm = Constants.CERTIFICATE.KEY_PAIR_ALGORITHM; 171 addCSR.KeyPairAlgorithm = $scope.newCSR.keyPairAlgorithm || ''; 253 $scope.newCSR.keyPairAlgorithm = $scope.selectOption;
|
| /openbmc/webui-vue/src/views/SecurityAndAccess/Certificates/ |
| H A D | ModalGenerateCsr.vue | 235 :label="$t('pageCertificates.modal.keyPairAlgorithm')" 240 v-model="form.keyPairAlgorithm" 241 data-test-id="modalGenerateCsr-select-keyPairAlgorithm" 243 :state="getValidationState(v$.form.keyPairAlgorithm)" 244 @input="v$.form.keyPairAlgorithm.$touch()" 260 <template v-if="v$.form.keyPairAlgorithm.$model === 'EC'"> 284 <template v-if="v$.form.keyPairAlgorithm.$model === 'RSA'"> 397 keyPairAlgorithm: null, 439 keyPairAlgorithm: { required }, 442 return form.keyPairAlgorithm === 'EC'; [all …]
|
| /openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/CSR/ |
| H A D | Create.interface.yaml | 68 the KeyPairAlgorithm parameter. 75 value of the KeyPairAlgorithm parameter. 78 - name: KeyPairAlgorithm
|
| /openbmc/webui-vue/src/store/modules/SecurityAndAccess/ |
| H A D | CertificatesStore.js | 200 keyPairAlgorithm, 222 data.KeyPairAlgorithm = keyPairAlgorithm;
|
| /openbmc/phosphor-certificate-manager/ |
| 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 567 addEntry(x509Name, "algorithm", keyPairAlgorithm); in generateCSRHelper() 590 lg2::info("Given Key pair algorithm, KEYPAIRALGORITHM:{KEYPAIRALGORITHM}", in generateCSRHelper() 591 "KEYPAIRALGORITHM", keyPairAlgorithm); in generateCSRHelper() 594 if (keyPairAlgorithm == "RSA") in generateCSRHelper() 596 else if ((keyPairAlgorithm == "EC") || (keyPairAlgorithm.empty())) in generateCSRHelper() 603 Argument::ARGUMENT_NAME("KEYPAIRALGORITHM"), in generateCSRHelper() 604 Argument::ARGUMENT_VALUE(keyPairAlgorithm.c_str())); in generateCSRHelper()
|
| H A D | certs_manager.hpp | 136 * on the value of the KeyPairAlgorithm parameter. 138 * based on the value of the KeyPairAlgorithm parameter. 139 * @param[in] keyPairAlgorithm - The type of key pair for use with signing 193 std::string keyCurveId, std::string keyPairAlgorithm, 216 std::string keyCurveId, std::string keyPairAlgorithm,
|
| /openbmc/phosphor-certificate-manager/test/ |
| H A D | certs_manager_test.cpp | 229 std::string keyCurveId, std::string keyPairAlgorithm, in generateCSR() argument 237 keyCurveId, keyPairAlgorithm, keyUsage, organization, in generateCSR() 1014 std::string keyPairAlgorithm("RSA"); in TEST_F() local 1033 keyBitLength, keyCurveId, keyPairAlgorithm, keyUsage, in TEST_F() 1082 std::string keyPairAlgorithm(""); in TEST_F() local 1099 keyBitLength, keyCurveId, keyPairAlgorithm, keyUsage, in TEST_F() 1129 std::string keyPairAlgorithm("UnSupportedAlgorithm"); in TEST_F() local 1146 keyBitLength, keyCurveId, keyPairAlgorithm, keyUsage, in TEST_F() 1175 std::string keyPairAlgorithm("EC"); in TEST_F() local 1192 keyBitLength, keyCurveId, keyPairAlgorithm, keyUsage, in TEST_F() [all …]
|
| /openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ |
| H A D | CertificateService_v1.xml | 110 <Parameter Name="KeyPairAlgorithm" Type="Edm.String"> 115 …on" String="The length of the key, in bits, if needed based on the `KeyPairAlgorithm` parameter va… 116 …all contain the length of the key, in bits, if needed based on the `KeyPairAlgorithm` parameter va… 119 …" String="The curve ID to use with the key, if needed based on the `KeyPairAlgorithm` parameter va… 120 …l contain the curve ID to use with the key, if needed based on the `KeyPairAlgorithm` parameter va… 278 … String="This version was created to update TCG references for the `KeyPairAlgorithm` and `KeyCurv… 292 … String="This version was created to update TCG references for the `KeyPairAlgorithm` and `KeyCurv…
|
| H A D | Certificate_v1.xml | 323 <Parameter Name="KeyPairAlgorithm" Type="Edm.String"> 328 …on" String="The length of the key, in bits, if needed based on the `KeyPairAlgorithm` parameter va… 329 …all contain the length of the key, in bits, if needed based on the `KeyPairAlgorithm` parameter va… 332 …" String="The curve ID to use with the key, if needed based on the `KeyPairAlgorithm` parameter va… 333 …l contain the curve ID to use with the key, if needed based on the `KeyPairAlgorithm` parameter va… 625 … String="This version was created to update TCG references for the `KeyPairAlgorithm` and `KeyCurv… 686 … String="This version was created to update TCG references for the `KeyPairAlgorithm` and `KeyCurv… 746 … String="This version was created to update TCG references for the `KeyPairAlgorithm` and `KeyCurv… 816 … String="This version was created to update TCG references for the `KeyPairAlgorithm` and `KeyCurv… 875 … String="This version was created to update TCG references for the `KeyPairAlgorithm` and `KeyCurv… [all …]
|
| H A D | CertificateEnrollment_v1.xml | 279 <Property Name="KeyPairAlgorithm" Type="Edm.String"> 286 …on" String="The length of the key, in bits, if needed based on the `KeyPairAlgorithm` property val… 287 …all contain the length of the key, in bits, if needed based on the `KeyPairAlgorithm` property val… 291 …" String="The curve ID to use with the key, if needed based on the `KeyPairAlgorithm` property val… 292 …l contain the curve ID to use with the key, if needed based on the `KeyPairAlgorithm` property val…
|
| /openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
| H A D | CertificateService.v1_2_0.json | 286 …cription": "The length of the key, in bits, if needed based on the `KeyPairAlgorithm` parameter va… 287 …all contain the length of the key, in bits, if needed based on the `KeyPairAlgorithm` parameter va… 291 …iption": "The curve ID to use with the key, if needed based on the `KeyPairAlgorithm` parameter va… 292 …l contain the curve ID to use with the key, if needed based on the `KeyPairAlgorithm` parameter va… 295 "KeyPairAlgorithm": { object
|
| H A D | CertificateEnrollment.v1_0_0.json | 214 …cription": "The length of the key, in bits, if needed based on the `KeyPairAlgorithm` property val… 215 …all contain the length of the key, in bits, if needed based on the `KeyPairAlgorithm` property val… 223 …iption": "The curve ID to use with the key, if needed based on the `KeyPairAlgorithm` property val… 224 …l contain the curve ID to use with the key, if needed based on the `KeyPairAlgorithm` property val… 231 "KeyPairAlgorithm": { object
|
| H A D | Certificate.v1_11_0.json | 516 …cription": "The length of the key, in bits, if needed based on the `KeyPairAlgorithm` parameter va… 517 …all contain the length of the key, in bits, if needed based on the `KeyPairAlgorithm` parameter va… 521 …iption": "The curve ID to use with the key, if needed based on the `KeyPairAlgorithm` parameter va… 522 …l contain the curve ID to use with the key, if needed based on the `KeyPairAlgorithm` parameter va… 525 "KeyPairAlgorithm": { object
|
| /openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ |
| H A D | CertificateService.v1_2_0.json | 286 …cription": "The length of the key, in bits, if needed based on the `KeyPairAlgorithm` parameter va… 287 …all contain the length of the key, in bits, if needed based on the `KeyPairAlgorithm` parameter va… 291 …iption": "The curve ID to use with the key, if needed based on the `KeyPairAlgorithm` parameter va… 292 …l contain the curve ID to use with the key, if needed based on the `KeyPairAlgorithm` parameter va… 295 "KeyPairAlgorithm": { object
|
| H A D | Certificate.v1_11_0.json | 516 …cription": "The length of the key, in bits, if needed based on the `KeyPairAlgorithm` parameter va… 517 …all contain the length of the key, in bits, if needed based on the `KeyPairAlgorithm` parameter va… 521 …iption": "The curve ID to use with the key, if needed based on the `KeyPairAlgorithm` parameter va… 522 …l contain the curve ID to use with the key, if needed based on the `KeyPairAlgorithm` parameter va… 525 "KeyPairAlgorithm": { object
|
| /openbmc/openbmc-test-automation/docs/ |
| H A D | certificate_generate.md | 61 "KeyPairAlgorithm": <RSA/EC> 78 "KeyPairAlgorithm": "RSA"
|
| /openbmc/bmcweb/redfish-core/schema/dmtf/installed/ |
| H A D | CertificateService_v1.xml | 110 <Parameter Name="KeyPairAlgorithm" Type="Edm.String"> 115 <Annotation Term="OData.Description" String="The length of the key, in bits, if needed based on the `KeyPairAlgorithm` parameter value."/> 116 <Annotation Term="OData.LongDescription" String="This parameter shall contain the length of the key, in bits, if needed based on the `KeyPairAlgorithm` parameter value."/> 119 <Annotation Term="OData.Description" String="The curve ID to use with the key, if needed based on the `KeyPairAlgorithm` parameter value."/> 120 <Annotation Term="OData.LongDescription" String="This parameter shall contain the curve ID to use with the key, if needed based on the `KeyPairAlgorithm` parameter value. The allowable values for this parameter shall be the strings in the 'Name' field of the 'TCG_ECC_CURVE Constants' table, formerly the 'TPM_ECC_CURVE Constants' table, within the 'Trusted Computing Group Algorithm Registry'."/> 278 <Annotation Term="OData.Description" String="This version was created to update TCG references for the `KeyPairAlgorithm` and `KeyCurveId` parameters."/> 292 <Annotation Term="OData.Description" String="This version was created to update TCG references for the `KeyPairAlgorithm` and `KeyCurveId` parameters."/>
|
| H A D | Certificate_v1.xml | 323 <Parameter Name="KeyPairAlgorithm" Type="Edm.String"> 328 <Annotation Term="OData.Description" String="The length of the key, in bits, if needed based on the `KeyPairAlgorithm` parameter value."/> 329 <Annotation Term="OData.LongDescription" String="This parameter shall contain the length of the key, in bits, if needed based on the `KeyPairAlgorithm` parameter value."/> 332 <Annotation Term="OData.Description" String="The curve ID to use with the key, if needed based on the `KeyPairAlgorithm` parameter value."/> 333 <Annotation Term="OData.LongDescription" String="This parameter shall contain the curve ID to use with the key, if needed based on the `KeyPairAlgorithm` parameter value. The allowable values for this parameter shall be the strings in the 'Name' field of the 'TCG_ECC_CURVE Constants' table, formerly the 'TPM_ECC_CURVE Constants' table, within the 'Trusted Computing Group Algorithm Registry'."/> 625 <Annotation Term="OData.Description" String="This version was created to update TCG references for the `KeyPairAlgorithm` and `KeyCurveId` parameters."/> 686 <Annotation Term="OData.Description" String="This version was created to update TCG references for the `KeyPairAlgorithm` and `KeyCurveId` parameters."/> 746 <Annotation Term="OData.Description" String="This version was created to update TCG references for the `KeyPairAlgorithm` and `KeyCurveId` parameters. It was also created to update TCG references for the `FingerprintHashAlgorithm` property."/> 816 <Annotation Term="OData.Description" String="This version was created to update TCG references for the `KeyPairAlgorithm` and `KeyCurveId` parameters. It was also created to update TCG references for the `FingerprintHashAlgorithm` property."/> 875 <Annotation Term="OData.Description" String="This version was created to update TCG references for the `KeyPairAlgorithm` an [all...] |
| /openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/ |
| H A D | test_certificates_sub_menu.robot | 31 ${xpath_select_algorithm_button} //*[@data-test-id='modalGenerateCsr-select-keyPairAlgorithm']
|
| /openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/ |
| H A D | README.md | 139 "KeyPairAlgorithm": "RSA",
|
| /openbmc/openbmc-test-automation/redfish/managers/ |
| H A D | test_certificate.robot | 294 ... KeyPairAlgorithm=${key_pair_algorithm} KeyCurveId=${key_curv_id}
|
| /openbmc/openbmc-test-automation/redfish/dmtf_tools/ |
| H A D | test_redfishtool_certificate.robot | 222 ... KeyPairAlgorithm=${key_pair_algorithm} KeyCurveId=${key_curv_id}
|
| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | certificate_service.hpp | 730 "KeyPairAlgorithm", optKeyPairAlgorithm, // in handleGenerateCSRAction() 779 asyncResp->res, "KeyPairAlgorithm", "GenerateCSR"); in handleGenerateCSRAction()
|
| /openbmc/webui-vue/src/locales/ |
| H A D | ru-RU.json | 982 "keyPairAlgorithm": "Алгоритм ключевой пары", string
|