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"


---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to