Home
last modified time | relevance | path

Searched refs:subjectName (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/netstack/test/unittest/tls_test/server/
H A Dtls_socket_server_branch_test.cpp354 X509_NAME *subjectName = X509_get_subject_name(x509Certificates); in HWTEST_F() local
355 X509_NAME_add_entry_by_txt(subjectName, "CN", MBSTRING_ASC, (unsigned char *)"testHost", -1, -1, 0); in HWTEST_F()
/foundation/communication/netstack/test/unittest/tlssocket/server/
H A Dtls_socket_server_branch_test.cpp354 X509_NAME *subjectName = X509_get_subject_name(x509Certificates); in HWTEST_F() local
355 X509_NAME_add_entry_by_txt(subjectName, "CN", MBSTRING_ASC, (unsigned char *)"testHost", -1, -1, 0); in HWTEST_F()
/foundation/communication/netstack/frameworks/js/napi/tls/src/
H A Dtls_socket.cpp1585 X509_NAME *subjectName = X509_get_subject_name(x509Certificates); in CheckServerIdentityLegal() local
1586 if (!subjectName) { in CheckServerIdentityLegal()
1590 X509_NAME_oneline(subjectName, subNameBuf, BUF_SIZE); in CheckServerIdentityLegal()
H A Dtls_socket_server.cpp1191 X509_NAME *subjectName = X509_get_subject_name(x509Certificates); in CheckServerIdentityLegal() local
1192 if (!subjectName) { in CheckServerIdentityLegal()
1196 X509_NAME_oneline(subjectName, subNameBuf, BUF_SIZE); in CheckServerIdentityLegal()

Completed in 8 milliseconds