http://www.perlmonks.org?node_id=1006371


in reply to Re: need to fix my installation of IO::Socket::SSL, but how?
in thread need to fix my installation of IO::Socket::SSL, but how?

A quick question related to this, that arose when I asked openssl gurus about the problems I am having. The question is, how current is the versiion of openssl that is built into Net::SSLeay? Is there a way for me to find out directly from Net::SSLeay?

Thanks

Ted

  • Comment on Re^2: need to fix my installation of IO::Socket::SSL, but how?

Replies are listed 'Best First'.
Re^3: need to fix my installation of IO::Socket::SSL, but how?
by Anonymous Monk on Nov 30, 2012 at 00:42 UTC

    $ perldoc Net::SSLeay |ack version

    $ perldoc Net::SSLeay |grep version

    $ perl -MNet::SSLeay -e " print Net::SSLeay::SSLeay_version(); "