[
https://issues.apache.org/jira/browse/DISPATCH-884?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16282587#comment-16282587
]
ASF GitHub Bot commented on DISPATCH-884:
-----------------------------------------
Github user ssorj commented on a diff in the pull request:
https://github.com/apache/qpid-dispatch/pull/224#discussion_r155649659
--- Diff: include/qpid/dispatch/server.h ---
@@ -305,6 +305,12 @@ typedef struct qd_server_config_t {
*/
char *ciphers;
+ /**
+ * This list is a space separated string of the allowed TLS protocols.
The current possibilities are TLSv1 TLSv1.1 TLSv1.2.
+ * For example, if you want to permit only TLS V.1.1 and TLSv1.2, your
value for the protocols would be TLSv1.1 TLSv1.2. If this attribute is not set,
then all the TLS protocols are allowed.
--- End diff --
"TLS V.1.1" -> "TLSv1.1"
> Add schema property to allow configurable TLS protocol versions
> ---------------------------------------------------------------
>
> Key: DISPATCH-884
> URL: https://issues.apache.org/jira/browse/DISPATCH-884
> Project: Qpid Dispatch
> Issue Type: Improvement
> Components: Container
> Affects Versions: 1.1.0
> Reporter: Ganesh Murthy
> Assignee: Ganesh Murthy
> Fix For: 1.1.0
>
>
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]