Opened 10 years ago
Last modified 10 years ago
#13 new defect
Honor Cipher Order
Reported by: | Daniel Kahn Gillmor | Owned by: | Daniel Kahn Gillmor |
---|---|---|---|
Priority: | major | Component: | code |
Version: | 5.10 | Keywords: | |
Cc: |
Description
benbe said:
mod_gnutls should honor the order in which ciphers are added in the priority string. There should be a switch to turn this behaviour off. (Cf. SSLHonorCipherOrder from mod_ssl)
Change History (2)
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
Note that there is also the %SERVER_PRECEDENCE priority string which prioritizes the selection of ciphersuites in the server side, instead of the client side (which is the default and what the TLS protocol mandates).
Note: See
TracTickets for help on using
tickets.
on 2013-02-01, dkg wrote:
on 2013-02-23, dash wrote:
on 2013-02-23, benbe replied:
on 2013-03-12, dash wrote:
on 2013-03-26, dash wrote: