From e44096239bbbcef198fd4217b62d422b452bc237 Mon Sep 17 00:00:00 2001 From: Jonathan Robie Date: Wed, 2 Feb 2011 16:00:51 +0000 Subject: Resolves QPID-3031. Allows client connection options to specify an SSL cert-name. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1066508 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/include/qpid/client/ConnectionSettings.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'qpid/cpp/include') diff --git a/qpid/cpp/include/qpid/client/ConnectionSettings.h b/qpid/cpp/include/qpid/client/ConnectionSettings.h index bf060e73bb..1c2ee28b1b 100644 --- a/qpid/cpp/include/qpid/client/ConnectionSettings.h +++ b/qpid/cpp/include/qpid/client/ConnectionSettings.h @@ -122,6 +122,11 @@ struct ConnectionSettings { * layer. 0 means no security layer allowed. */ unsigned int maxSsf; + /** + * SSL cert-name for the connection. Overrides global SSL + * settings. Used only when a client connects to the broker. + */ + std::string sslCertName; }; }} // namespace qpid::client -- cgit v1.2.1