[Pidgin] #15909: [Patch] Support TLS 1.1/1.2 on NSS

Pidgin trac at pidgin.im
Sat Aug 16 18:29:50 EDT 2014


#15909: [Patch] Support TLS 1.1/1.2 on NSS
-------------------------+------------------------
 Reporter:  elrond       |       Owner:
     Type:  patch        |      Status:  new
Milestone:  2.10.10      |   Component:  libpurple
  Version:  2.10.8       |  Resolution:
 Keywords:  ssl tls nss  |
-------------------------+------------------------

Comment (by MarkDoliner):

 The attached patch does this:
 {{{
 if (supported.max >= enabled.max) {
     enabled.max = supported.max;
     [set range and log something]
 }
 }}}

 That should be **>** and not **>=**, right? Seems like if they're equal
 then setting the enabled max to the supported max is a no-op. I just want
 to make sure that was unintentional.

--
Ticket URL: <https://developer.pidgin.im/ticket/15909#comment:21>
Pidgin <https://pidgin.im>
Pidgin


More information about the Tracker mailing list