From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: poffice@blade.nagaokaut.ac.jp Delivered-To: poffice@blade.nagaokaut.ac.jp Received: from kankan.nagaokaut.ac.jp (kankan.nagaokaut.ac.jp [133.44.2.24]) by blade.nagaokaut.ac.jp (Postfix) with ESMTP id EE98419C0048 for ; Wed, 18 Nov 2015 20:18:55 +0900 (JST) Received: from voscc.nagaokaut.ac.jp (voscc.nagaokaut.ac.jp [133.44.1.100]) by kankan.nagaokaut.ac.jp (Postfix) with ESMTP id 9F723B5D88B for ; Wed, 18 Nov 2015 20:49:33 +0900 (JST) Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by voscc.nagaokaut.ac.jp (Postfix) with ESMTP id 1AFF518CC7EF for ; Wed, 18 Nov 2015 20:49:34 +0900 (JST) Received: from [221.186.184.76] (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 38660120482; Wed, 18 Nov 2015 20:49:33 +0900 (JST) X-Original-To: ruby-core@ruby-lang.org Delivered-To: ruby-core@ruby-lang.org Received: from o2.heroku.sendgrid.net (o2.heroku.sendgrid.net [67.228.50.55]) by neon.ruby-lang.org (Postfix) with ESMTPS id 6AE1A12045C for ; Wed, 18 Nov 2015 20:49:28 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sendgrid.me; h=from:to:references:subject:mime-version:content-type:content-transfer-encoding:list-id; s=smtpapi; bh=nQAGzVqnfUC0P7zVnNSfFNcLFEw=; b=O8OrJAHl2hJqTzEDzM h8+xN4BkEQHOmHMiL/N6Nc3ud7VxHXbFwIXfyumsytAVJp1xFwf5Zrg3aCJIevKu pOkxIXceJ7fo7784oBpN0SfOiDN+WSdtq2zPOdswCOsItKgbQDxEwSjbS2Vkih2v pUFss3Zmo1AjEdcRE7b3/9wC4= Received: by filter0861p1mdw1.sendgrid.net with SMTP id filter0861p1mdw1.26211.564C65A668 2015-11-18 11:48:54.87992885 +0000 UTC Received: from herokuapp.com (ec2-54-144-225-166.compute-1.amazonaws.com [54.144.225.166]) by ismtpd0003p1iad1.sendgrid.net (SG) with ESMTP id JfxQ6BykQniXJv1PS5FJMg for ; Wed, 18 Nov 2015 11:48:54.627 +0000 (UTC) Date: Wed, 18 Nov 2015 11:48:54 +0000 From: usa@garbagecollect.jp To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Redmine-MailingListIntegration-Message-Ids: 46213 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 11366 X-Redmine-Issue-Author: jeremyevans0 X-Redmine-Sender: usa X-Mailer: Redmine X-Redmine-Host: bugs.ruby-lang.org X-Redmine-Site: Ruby Issue Tracking System X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-SG-EID: ync6xU2WACa70kv/Ymy4QrNMhiuLXJG8OTL2vJD1yS5w1sGZIFc6ISL+yvY5ahjDNILY3Ve6EHg+r3 +hS7Og1CfYlHCNfP2uRXi3PpsqOvza2PPgRO68Ugsa7F89Lfyaz+9m9YxbDTO19jVtn7rhGZOAsMPN 2KY8ZyX9vDJQGjrT/KtWU4ePCu3OAusILxiy X-ML-Name: ruby-core X-Mail-Count: 71551 Subject: [ruby-core:71551] [Ruby trunk - Bug #11366] Don't force SSLv3 in test, as it is insecure and may not be supported X-BeenThere: ruby-core@ruby-lang.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Ruby developers List-Id: Ruby developers List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: ruby-core-bounces@ruby-lang.org Sender: "ruby-core" Issue #11366 has been updated by Usaku NAKAMURA. Backport changed from 2.0.0: UNKNOWN, 2.1: REQUIRED, 2.2: DONE to 2.0.0: UNKNOWN, 2.1: DONE, 2.2: DONE ruby_2_1 r52638 merged revision(s) 51569,51649. ---------------------------------------- Bug #11366: Don't force SSLv3 in test, as it is insecure and may not be supported https://bugs.ruby-lang.org/issues/11366#change-54933 * Author: Jeremy Evans * Status: Closed * Priority: Normal * Assignee: * ruby -v: ruby 2.3.0dev (2015-07-16 openbsd 51261) [x86_64-openbsd] * Backport: 2.0.0: UNKNOWN, 2.1: DONE, 2.2: DONE ---------------------------------------- LibreSSL disables SSLv3 by default, and there's no reason this code should require SSLv3. ---Files-------------------------------- 0004-Don-t-force-SSLv3-in-test-as-it-is-insecure-and-may-.patch (932 Bytes) -- https://bugs.ruby-lang.org/