/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/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/webui-vue/src/store/modules/SecurityAndAccess/ |
H A D | CertificatesStore.js | 200 keyPairAlgorithm, 222 data.KeyPairAlgorithm = keyPairAlgorithm;
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ |
H A D | CertificateService.v1_1_0.json | 179 …cription": "The length of the key, in bits, if needed based on the `KeyPairAlgorithm` parameter va… 180 …all contain the length of the key, in bits, if needed based on the `KeyPairAlgorithm` parameter va… 184 …iption": "The curve ID to use with the key, if needed based on the `KeyPairAlgorithm` parameter va… 185 …l contain the curve ID to use with the key, if needed based on the `KeyPairAlgorithm` parameter va… 188 "KeyPairAlgorithm": { object
|
H A D | Certificate.v1_10_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/ |
H A D | CertificateService.v1_1_0.json | 179 …cription": "The length of the key, in bits, if needed based on the `KeyPairAlgorithm` parameter va… 180 …all contain the length of the key, in bits, if needed based on the `KeyPairAlgorithm` parameter va… 184 …iption": "The curve ID to use with the key, if needed based on the `KeyPairAlgorithm` parameter va… 185 …l contain the curve ID to use with the key, if needed based on the `KeyPairAlgorithm` parameter va… 188 "KeyPairAlgorithm": { object
|
H A D | Certificate.v1_10_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/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/installed/ |
H A D | CertificateService_v1.xml | 103 <Parameter Name="KeyPairAlgorithm" Type="Edm.String"> 108 <Annotation Term="OData.Description" String="The length of the key, in bits, if needed based on the `KeyPairAlgorithm` parameter value."/> 109 <Annotation Term="OData.LongDescription" String="This parameter shall contain the length of the key, in bits, if needed based on the `KeyPairAlgorithm` parameter value."/> 112 <Annotation Term="OData.Description" String="The curve ID to use with the key, if needed based on the `KeyPairAlgorithm` parameter value."/> 113 <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 'TPM_ECC_CURVE Constants' table within the 'Trusted Computing Group Algorithm Registry'."/>
|
H A D | Certificate_v1.xml | 238 <Parameter Name="KeyPairAlgorithm" Type="Edm.String"> 243 <Annotation Term="OData.Description" String="The length of the key, in bits, if needed based on the `KeyPairAlgorithm` parameter value."/> 244 <Annotation Term="OData.LongDescription" String="This parameter shall contain the length of the key, in bits, if needed based on the `KeyPairAlgorithm` parameter value."/> 247 <Annotation Term="OData.Description" String="The curve ID to use with the key, if needed based on the `KeyPairAlgorithm` parameter value."/> 248 <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 'TPM_ECC_CURVE Constants' table within the 'Trusted Computing Group Algorithm Registry'."/>
|
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ |
H A D | CertificateService_v1.xml | 103 <Parameter Name="KeyPairAlgorithm" Type="Edm.String"> 108 …on" String="The length of the key, in bits, if needed based on the `KeyPairAlgorithm` parameter va… 109 …all contain the length of the key, in bits, if needed based on the `KeyPairAlgorithm` parameter va… 112 …" String="The curve ID to use with the key, if needed based on the `KeyPairAlgorithm` parameter va… 113 …l contain the curve ID to use with the key, if needed based on the `KeyPairAlgorithm` parameter va…
|
H A D | Certificate_v1.xml | 238 <Parameter Name="KeyPairAlgorithm" Type="Edm.String"> 243 …on" String="The length of the key, in bits, if needed based on the `KeyPairAlgorithm` parameter va… 244 …all contain the length of the key, in bits, if needed based on the `KeyPairAlgorithm` parameter va… 247 …" String="The curve ID to use with the key, if needed based on the `KeyPairAlgorithm` parameter va… 248 …l contain the curve ID to use with the key, if needed based on the `KeyPairAlgorithm` parameter va…
|
/openbmc/openbmc-test-automation/docs/ |
H A D | certificate_generate.md | 61 "KeyPairAlgorithm": <RSA/EC> 78 "KeyPairAlgorithm": "RSA"
|
/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 | 289 ... 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 | 732 "KeyPairAlgorithm", optKeyPairAlgorithm, // in handleGenerateCSRAction() 781 asyncResp->res, "KeyPairAlgorithm", "GenerateCSR"); in handleGenerateCSRAction()
|
/openbmc/webui-vue/src/locales/ |
H A D | ru-RU.json | 980 "keyPairAlgorithm": "Алгоритм ключевой пары", string
|
H A D | ka-GE.json | 980 "keyPairAlgorithm": "გასაღებების წყვილის ალგორითმი", string
|
H A D | en-US.json | 980 "keyPairAlgorithm": "Key pair algorithm", string
|