[PATCH] AnyEvent::TLS and TLSv1.[12]

Maxime Soulé btik-cpan at scoubidou.com
Thu Oct 3 09:50:21 CEST 2013


Hello Marc,

I just saw that you have integrated the patch in CVS but at the same 
time I detected a mistake I made on the line:

$op |= Net::SSLeay::OP_NO_TLSv1_2    () if exists $arg{tlsv1_1} && 
!$arg{tlsv1_1} && _check_tls_gt_1;

It has to be in fact:

$op |= Net::SSLeay::OP_NO_TLSv1_2    () if exists $arg{tlsv1_2} && 
!$arg{tlsv1_2} && _check_tls_gt_1;

Thanks!

Best regards,

Max.


Le 03.09.2013 17:59, Marc Lehmann a écrit :
> On Mon, Sep 02, 2013 at 03:56:35PM +0200, Maxime Soulé <btik-cpan at scoubidou.com> wrote:
>> Hello,
>>
>> The new patch with documentation on openssl and Net::SSLeay needed
>> versions...
>
> Thanks, looks good!
>



More information about the anyevent mailing list