Feature #10519
TLS Renegotiation
Status:
Open
Priority:
Normal
Assignee:
openssl
Target version:
-
Description
Hello,
It seems that the ability to force renegotiation as a client is missing or not exposed.
The ability is implemented in OpenSSL's s_client as the "R" character when the connection is established.
It will be great if that can be exposed to ruby's OpenSSL::SSL::SSLSocket
Thanks,
Updated by bararchy (Bar Hofesh) over 6 years ago
Also implemented in python at: http://pythonhosted.org//pyOpenSSL/api/ssl.html#OpenSSL.SSL.Connection.renegotiate