[Pkg-openssl-devel] Bug#358825: More info
James Westby
jw+debian at jameswestby.net
Mon May 29 17:06:45 UTC 2006
In /usr/share/perl5/LW.pm changing
Net::SSLeay::CTX_new()
to
Net::SSLeay::CTX_v2_new()
allows it to work, and changing it to
Net::SSLeay::CTX_v3_new()
causes it to break with the same error in my previous email.
The original version uses a mode that accepts v2 and v3 connections.
The v2 code doesn't do anything in it's implementation of the control
code that throws the error in the v3 code.
I'm still to work out which component is calling these control
functions.
James
--
James Westby
jw+debian at jameswestby.net
http://jameswestby.net/
More information about the Pkg-openssl-devel
mailing list