Bug#804623: osptoolkit: SSLv3 method

2016-05-19 Thread Sebastian Andrzej Siewior
On 2015-11-14 14:10:27 [+0100], Kurt Roeckx wrote: > You should change the call from SSLv3_client_method() to > SSLv23_client_method(). > > The SSLv3_* call only talks SSLv3 while the SSLv23_* call is the > only one supporting multiple protocol version. > > I suggest you also get that fixed in th

Bug#804623: osptoolkit: SSLv3 method

2015-11-14 Thread Kurt Roeckx
Hi, You should change the call from SSLv3_client_method() to SSLv23_client_method(). The SSLv3_* call only talks SSLv3 while the SSLv23_* call is the only one supporting multiple protocol version. I suggest you also get that fixed in the stable branches. Kurt