aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-02-24 21:11:26 -0800
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-02-24 21:11:26 -0800
commit36ccead4039872e02b85f6c99e899fc9739bc743 (patch)
tree5863090ab020415d9fada86bc96c279bdac08df8 /tools
parent783eddfd6b56a9d13c31fc41b38c15fd4d71ab59 (diff)
parent0170a6c662337a1d9c741fa466d3a26723f2d5cf (diff)
Merge pull request #735 from jboeuf/fix_ssl_san
Verifying the peer name on the X509 Certs correctly.
Diffstat (limited to 'tools')
-rw-r--r--tools/run_tests/tests.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json
index 84f830c456..4fb3e2d6b9 100644
--- a/tools/run_tests/tests.json
+++ b/tools/run_tests/tests.json
@@ -266,6 +266,10 @@
"name": "transport_metadata_test"
},
{
+ "language": "c",
+ "name": "transport_security_test"
+ },
+ {
"language": "c++",
"name": "async_end2end_test"
},