Home
last modified time | relevance | path

Searched refs:commonName (Results 1 – 14 of 14) sorted by relevance

/openbmc/bmcweb/http/
H A Dmutual_tls.cpp39 std::string commonName; in getUsernameFromCommonName()
41 commonName.resize(256, '\0'); in getUsernameFromCommonName()
43 X509_get_subject_name(cert), NID_commonName, commonName.data(), in getUsernameFromCommonName()
44 static_cast<int>(commonName.size())); in getUsernameFromCommonName()
50 commonName.resize(static_cast<size_t>(length)); in getUsernameFromCommonName()
51 return commonName; in getUsernameFromCommonName()
30 getUsernameFromCommonName(std::string_view commonName) getUsernameFromCommonName() argument
120 std::string commonName; verifyMtlsUser() local
H A Dmutual_tls.hpp
/openbmc/bmcweb/scripts/
H A Dgenerate_auth_certificates.py115 def generate_client_key_and_cert(commonName, ca_cert, ca_key): argument
130 x509.NameAttribute(NameOID.COMMON_NAME, commonName),
227 commonName, argument
231 socket.inet_aton(commonName)
232 commonName = "IP: " + commonName
234 commonName = "DNS: " + commonName
237 "CommonName": commonName,
247 commonName,
/openbmc/phosphor-certificate-manager/test/
H A Dcerts_manager_test.cpp226 std::string challengePassword, std::string city, std::string commonName, in generateCSR() argument
235 alternativeNames, challengePassword, city, commonName, in generateCSR()
1006 std::string commonName("abc.com"); in TEST_F() local
1031 mainApp.generateCSR(alternativeNames, challengePassword, city, commonName, in TEST_F()
1074 std::string commonName("abc.com"); in TEST_F() local
1097 mainApp.generateCSR(alternativeNames, challengePassword, city, commonName, in TEST_F()
1121 std::string commonName("abc.com"); in TEST_F() local
1144 mainApp.generateCSR(alternativeNames, challengePassword, city, commonName, in TEST_F()
1167 std::string commonName("abc.com"); in TEST_F() local
1190 mainApp.generateCSR(alternativeNames, challengePassword, city, commonName, in TEST_F()
[all …]
/openbmc/webui-vue/src/views/SecurityAndAccess/Certificates/
H A DModalGenerateCsr.vue142 :label="$t('pageCertificates.modal.commonName')"
147 v-model="form.commonName"
149 data-test-id="modalGenerateCsr-input-commonName"
150 :state="getValidationState(v$.form.commonName)"
393 commonName: null,
435 commonName: { required },
/openbmc/webui-vue/src/store/modules/SecurityAndAccess/
H A DCertificatesStore.js199 commonName,
221 data.CommonName = commonName;
/openbmc/phosphor-certificate-manager/
H A Dcerts_manager.hpp190 std::string challengePassword, std::string city, std::string commonName,
213 std::string challengePassword, std::string city, std::string commonName,
H A Dcerts_manager.cpp438 std::string city, std::string commonName, std::string contactPerson, in generateCSR() argument
458 alternativeNames, challengePassword, city, commonName, in generateCSR()
538 std::string city, std::string commonName, std::string contactPerson, in generateCSRHelper() argument
561 addEntry(x509Name, "CN", commonName); in generateCSRHelper()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xrdp/xrdp/
H A D0001-Added-req_distinguished_name-in-etc-xrdp-openssl.con.patch28 +commonName = XRDP
/openbmc/phosphor-webui/app/access-control/controllers/
H A Dcertificate-controller.js160 addCSR.CommonName = $scope.newCSR.commonName;
243 $scope.newCSR.commonName = '';
/openbmc/bmcweb/redfish-core/lib/
H A Dcertificate_service.hpp693 std::string commonName; in handleGenerateCSRAction() local
721 "CommonName", commonName, // in handleGenerateCSRAction()
914 commonName, *optContactPerson, country, *optEmail, *optGivenName, in handleGenerateCSRAction()
/openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/
H A Dtest_certificates_sub_menu.robot26 ${xpath_input_common_name} //*[@data-test-id='modalGenerateCsr-input-commonName']
/openbmc/qemu/tests/unit/
H A Dpkix_asn1_tab.c.inc401 {"id-at-commonName", 1880096780, "AttributeType"},
/openbmc/openbmc-tools/openbmctool/
H A Dopenbmctool.py3322 "CommonName":args.commonName, "City":args.city,