summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorJose <pepone@users.noreply.github.com>2019-09-10 10:29:11 +0200
committerGitHub <noreply@github.com>2019-09-10 10:29:11 +0200
commitbad1d435dfba9b103bfe76555506757beda5c4df (patch)
treef4a8dd87308ee80781f9b39ffabd95cee9e1ef69 /java
parentWhitespace fixes (diff)
downloadice-bad1d435dfba9b103bfe76555506757beda5c4df.tar.bz2
ice-bad1d435dfba9b103bfe76555506757beda5c4df.tar.xz
ice-bad1d435dfba9b103bfe76555506757beda5c4df.zip
IceSSL cert name verification fixes - Close #512 (#515)
Diffstat (limited to 'java')
-rw-r--r--java/test/src/main/java/test/IceSSL/configuration/AllTests.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/java/test/src/main/java/test/IceSSL/configuration/AllTests.java b/java/test/src/main/java/test/IceSSL/configuration/AllTests.java
index bfa01f4e882..3bd6f10615a 100644
--- a/java/test/src/main/java/test/IceSSL/configuration/AllTests.java
+++ b/java/test/src/main/java/test/IceSSL/configuration/AllTests.java
@@ -684,6 +684,9 @@ public class AllTests
try
{
server.ice_ping();
+ com.zeroc.IceSSL.ConnectionInfo info =
+ (com.zeroc.IceSSL.ConnectionInfo)server.ice_getConnection().getInfo();
+ test(info.verified);
}
catch(com.zeroc.Ice.LocalException ex)
{