diff options
author | Jose <pepone@users.noreply.github.com> | 2019-09-10 10:29:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-10 10:29:11 +0200 |
commit | bad1d435dfba9b103bfe76555506757beda5c4df (patch) | |
tree | f4a8dd87308ee80781f9b39ffabd95cee9e1ef69 /java | |
parent | Whitespace fixes (diff) | |
download | ice-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.java | 3 |
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) { |