1
0
mirror of synced 2025-06-13 18:41:30 +03:00
This commit is contained in:
yhirose
2020-10-25 12:14:54 -04:00
parent 109b624dfe
commit 3b29cd0bdc
2 changed files with 23 additions and 17 deletions

View File

@ -3299,6 +3299,7 @@ TEST(SSLClientServerTest, ClientCertPresent) {
t.join();
}
#if !defined(_WIN32) || defined(OPENSSL_USE_APPLINK)
TEST(SSLClientServerTest, MemoryClientCertPresent) {
X509 *server_cert;
EVP_PKEY *server_private_key;
@ -3374,6 +3375,7 @@ TEST(SSLClientServerTest, MemoryClientCertPresent) {
t.join();
}
#endif
TEST(SSLClientServerTest, ClientCertMissing) {
SSLServer svr(SERVER_CERT_FILE, SERVER_PRIVATE_KEY_FILE, CLIENT_CA_CERT_FILE,