patricmutwiri / mod-spdy

Automatically exported from code.google.com/p/mod-spdy
0 stars 0 forks source link

mod_ssl_with_npn.patch fails to build advertisement string for long protocol names correctly #75

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
In ssl_engine_kernel.c (ssl_callback_AdvertiseNextProtos) long protocol names 
(length>255) are not skipped when copied to the sequence of length-prefixed 
strings - only a warning is issued.

see: https://issues.apache.org/bugzilla/show_bug.cgi?id=55356

Original issue reported on code.google.com by ghostwhe...@gmail.com on 5 Aug 2013 at 10:18