[#66126] Creation/Conversion methods/functions table for Ruby types — SASADA Koichi <ko1@...>
Hi,
5 messages
2014/11/07
[#66248] [ruby-trunk - Feature #10423] [PATCH] opt_str_lit*: avoid literal string allocations — normalperson@...
Issue #10423 has been updated by Eric Wong.
3 messages
2014/11/13
[#66595] [ruby-trunk - Bug #10557] [Open] Block not given when the argument is a string — bartosz@...
Issue #10557 has been reported by Bartosz Kopinski.
3 messages
2014/11/30
[ruby-core:66324] [ruby-trunk - Feature #10519] TLS Renegotiation
From:
bar.hofesh@...
Date:
2014-11-16 12:34:52 UTC
List:
ruby-core #66324
Issue #10519 has been updated by Bar Hofesh. Also implemented in python at: http://pythonhosted.org//pyOpenSSL/api/ssl.html#OpenSSL.SSL.Connection.renegotiate ---------------------------------------- Feature #10519: TLS Renegotiation https://bugs.ruby-lang.org/issues/10519#change-49982 * Author: Bar Hofesh * Status: Open * Priority: Normal * Assignee: * Category: ext/openssl * Target version: ---------------------------------------- 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, -- https://bugs.ruby-lang.org/