summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connection_Handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connection_Handler.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connection_Handler.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connection_Handler.h b/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connection_Handler.h
index 21d3c80ffe1..59ab1a9ff8c 100644
--- a/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connection_Handler.h
+++ b/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connection_Handler.h
@@ -103,6 +103,10 @@ namespace TAO
TAO::SSLIOP::Current_Impl *previous_current_impl,
bool &setup_done);
+ /// Return true if the host name matches the name/domain in the peer
+ /// certificate.
+ bool check_host (void);
+
protected:
//@{
@@ -120,10 +124,6 @@ namespace TAO
/// access to the low-level management methods).
TAO::SSLIOP::Current_var current_;
- private:
-
- /// TCP configuration for this connection.
- TAO_IIOP_Properties *tcp_properties_;
};
// ****************************************************************