in reply to Re^8: Net::SSLeay and secure renegotiation
in thread Net::SSLeay and secure renegotiation
> The openssl version on my linux is 1.0.2j 26 Sep 2016 and i can send that TLS_EMPTY_RENEGOTIATION_INFO_SCSV if i use openssl commands.
With openssl 1.02 I get 101 ciphers when using 'ALL' which is very different from the 38 you get. Could it be that the openssl binary you use and the libssl linked to Net::SSLeay have different OpenSSL versions? Please check the version used from Net::SSLeay with
perl -MNet::SSLeay -e 'printf "%x\n",Net::SSLeay::OPENSSL_VERSION_NUMBER()'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^10: Net::SSLeay and secure renegotiation
by iThunder (Beadle) on Dec 13, 2016 at 18:26 UTC | |
by noxxi (Pilgrim) on Dec 13, 2016 at 19:25 UTC | |
by iThunder (Beadle) on Dec 13, 2016 at 19:32 UTC | |
by noxxi (Pilgrim) on Dec 13, 2016 at 19:59 UTC | |
by iThunder (Beadle) on Dec 16, 2016 at 05:53 UTC |