/openbmc/bmcweb/http/ |
H A D | mutual_tls.cpp | 39 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 D | mutual_tls.hpp |
|
/openbmc/bmcweb/scripts/ |
H A D | generate_auth_certificates.py | 115 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 D | certs_manager_test.cpp | 226 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 D | ModalGenerateCsr.vue | 142 :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 D | CertificatesStore.js | 199 commonName, 221 data.CommonName = commonName;
|
/openbmc/phosphor-certificate-manager/ |
H A D | certs_manager.hpp | 190 std::string challengePassword, std::string city, std::string commonName, 213 std::string challengePassword, std::string city, std::string commonName,
|
H A D | certs_manager.cpp | 438 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 D | 0001-Added-req_distinguished_name-in-etc-xrdp-openssl.con.patch | 28 +commonName = XRDP
|
/openbmc/phosphor-webui/app/access-control/controllers/ |
H A D | certificate-controller.js | 160 addCSR.CommonName = $scope.newCSR.commonName; 243 $scope.newCSR.commonName = '';
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | certificate_service.hpp | 693 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 D | test_certificates_sub_menu.robot | 26 ${xpath_input_common_name} //*[@data-test-id='modalGenerateCsr-input-commonName']
|
/openbmc/qemu/tests/unit/ |
H A D | pkix_asn1_tab.c.inc | 401 {"id-at-commonName", 1880096780, "AttributeType"},
|
/openbmc/openbmc-tools/openbmctool/ |
H A D | openbmctool.py | 3322 "CommonName":args.commonName, "City":args.city,
|