[#70843] Re: [ruby-cvs:58952] hsbt:r51801 (trunk): * lib/rubygems: Update to RubyGems HEAD(fe61e4c112). — Eric Wong <normalperson@...>
hsbt@ruby-lang.org wrote:
3 messages
2015/09/17
[ruby-core:70784] [Ruby trunk - Bug #9758] Allow setting SSLContext#extra_chain_cert in Net::HTTP
From:
zzak@...
Date:
2015-09-13 03:27:05 UTC
List:
ruby-core #70784
Issue #9758 has been updated by Zachary Scott.
Assignee set to openssl
----------------------------------------
Bug #9758: Allow setting SSLContext#extra_chain_cert in Net::HTTP
https://bugs.ruby-lang.org/issues/9758#change-54167
* Author: Stephen Touset
* Status: Open
* Priority: Normal
* Assignee: openssl
* ruby -v: ruby 2.1.0p0 (2013-12-25 revision 44422) [x86_64-darwin12.0]
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN
----------------------------------------
Currently, Net::HTTP can only send a single SSL certificate when it
establishes a connection. Some use-cases involve sending an entire
certificate chain to the destination; for this, SSLContext supports
assigning to #extra_chain_cert=.
This adds support in Net::HTTP for exposing this underlying SSLContext
property to end-users.
---Files--------------------------------
0001-Expose-SSLContext-extra_chain_cert-in-Net-HTTP.patch (1.54 KB)
--
https://bugs.ruby-lang.org/