[gnutls-devel] some patches

Stefan Bühler stbuehler at lighttpd.net
Sun Aug 18 22:32:37 CEST 2013


Hi,

0001-fix-transport-parameter-casts-in-tests.patch
  gcc gave a lot of warnings for converting int to pointer with
  different size. converted to use gnutls_transport_set_int where
  possible, or cast through (long) instead (as gnutls_transport_set_int
  does internally).

0002-add-some-RC4-128-SHA1-ciphersuites-based-on-ECDH-E-k.patch
  Given that some people like to use RC4 with https right now, it would
  be nice to support the ECDH(E) RC4 cipher suites to achieve Forward
  Secrecy.
  I don't know why they are missing, openssl s_client worked fine in a
  simple test, showing ECDHE-RSA-RC4-SHA as cipher.
  I assume the others are working too :)

0003-don-t-store-session-if-a-ticket-is-used.patch
  This should fix the earlier reported bug with ticket/db; it doesn't
  store the session if a ticket is in use.
  Doesn't fix the unnecessary (and broken) session lookup when a ticket
  was sent.

regards,
Stefan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-fix-transport-parameter-casts-in-tests.patch
Type: text/x-patch
Size: 40722 bytes
Desc: not available
URL: </pipermail/attachments/20130818/c9725f4e/attachment-0003.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-add-some-RC4-128-SHA1-ciphersuites-based-on-ECDH-E-k.patch
Type: text/x-patch
Size: 4727 bytes
Desc: not available
URL: </pipermail/attachments/20130818/c9725f4e/attachment-0004.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-don-t-store-session-if-a-ticket-is-used.patch
Type: text/x-patch
Size: 2550 bytes
Desc: not available
URL: </pipermail/attachments/20130818/c9725f4e/attachment-0005.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: not available
URL: </pipermail/attachments/20130818/c9725f4e/attachment-0001.sig>


More information about the Gnutls-devel mailing list