[squid-dev] Death of SSLv3

2015-05-07 Thread Amos Jeffries
Its done. SSLv3 is now a MUST NOT use protocol from RFC 7525 (http://tools.ietf.org/html/rfc7525) It's time for us to start ripping out from trunk all features and hacks supporting its use. Over the coming days I will be submitting patches to remove the squid.conf settings, similar to SSLv2

[squid-dev] [PATCH] Fix broken build with musl libc (caused by sys/signal.h)

2015-05-07 Thread Alex Dowad
When included, musl libc's sys/signal.h issues a compiler warning stating that signal.h should be used directly instead. If gcc is treating all warnings as errors, this breaks the build. glibc's sys/signal.h does not contain any definitions; all it does is include signal.h (indirectly). So

Re: [squid-dev] [PATCH] Correct various problems with errno

2015-05-07 Thread Amos Jeffries
On 1/05/2015 5:48 p.m., Alex Dowad wrote: Dear Squid devs, Please have a look at the attached patch. Your feedback will be appreciated. Sorry for the lag. Looks better than before. NP: I'm holding off on approving until I can clear up whats happened to IPv6 in 3.5.4. I'm pretty certain its

Re: [squid-dev] Death of SSLv3

2015-05-07 Thread Marcus Kool
On 05/07/2015 07:03 AM, Amos Jeffries wrote: Its done. SSLv3 is now a MUST NOT use protocol from RFC 7525 (http://tools.ietf.org/html/rfc7525) good decision. It's time for us to start ripping out from trunk all features and hacks supporting its use. Over the coming days I will be

Re: [squid-dev] Death of SSLv3

2015-05-07 Thread Alex Rousskov
On 05/07/2015 04:03 AM, Amos Jeffries wrote: Its done. SSLv3 is now a MUST NOT use protocol from RFC 7525 It's time for us to start ripping out from trunk all features and hacks supporting its use. No, it is not time yet. Too many folks still use SSL and cannot switch to TLS just because a