[#101179] Spectre Mitigations — Amel <amel.smajic@...>
Hi there!
5 messages
2020/12/01
[#101694] Ruby 3.0.0 Released — "NARUSE, Yui" <naruse@...>
V2UgYXJlIHBsZWFzZWQgdG8gYW5ub3VuY2UgdGhlIHJlbGVhc2Ugb2YgUnVieSAzLjAuMC4gRnJv
4 messages
2020/12/25
[ruby-core:101307] [Ruby master Feature#16611] net/smtp: Add SNI support
From:
nicholas.evans@...
Date:
2020-12-08 07:34:52 UTC
List:
ruby-core #101307
Issue #16611 has been updated by nevans (Nicholas Evans). FYI: This ticket can be closed. It was merged with https://github.com/ruby/net-smtp/pull/4 ---------------------------------------- Feature #16611: net/smtp: Add SNI support https://bugs.ruby-lang.org/issues/16611#change-88997 * Author: nevans (Nicholas Evans) * Status: Open * Priority: Normal ---------------------------------------- It looks like SNI support has already been added to FTP, HTTP, IMAP, and POP. I think that SMTP is the only `Net::Protocol` class remaining. Since it's used by all of the `Net::Protocol` classes, does it make more sense to move this into `Net::Protocol#ssl_socket_connect(socket, open_timeout, hostname)` similar to the suggestion here: https://bugs.ruby-lang.org/issues/15594#change-77564 ? See also the github PR: https://github.com/ruby/ruby/pull/2883 ---Files-------------------------------- 0001-Add-SNI-support-to-net-smtp.patch (752 Bytes) -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>