summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.h b/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.h
index 9ac5cd6fa59..67f8eadd7fc 100644
--- a/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.h
+++ b/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.h
@@ -55,7 +55,7 @@ namespace TAO
public:
/// Constructor.
- Connector (::Security::QOP qop);
+ Connector (::Security::QOP qop, bool check_host);
/**
* @name The TAO_Connector methods
@@ -135,6 +135,10 @@ namespace TAO
/// Otherwise, connect to the insecure IIOP port.
::Security::QOP qop_;
+ /// if true, do a match between the host name we connected to and what is
+ /// in the server's certificate.
+ bool check_host_;
+
/// Our connect strategy
CONNECT_STRATEGY connect_strategy_;