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 61BCA19C0039 for ; Sun, 1 Nov 2015 03:28:04 +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 271F6B5D880 for ; Sun, 1 Nov 2015 03:56:26 +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 33DDC95241E for ; Sun, 1 Nov 2015 03:56:25 +0900 (JST) Received: from [221.186.184.76] (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 4AA29120456; Sun, 1 Nov 2015 03:56:25 +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 260D612044A for ; Sun, 1 Nov 2015 03:56:20 +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=4IQuJXWTI+y9o6gmHbuB6iqKgTQ=; b=MimDVgDh0Pt6Bk7HuB ea9eD60r83A14LvD9wOaOhGkdf1L5u76/lZAFm9cZNRnqgs0eTeOuf3P98n7W+0i eFGCuk7mLsE8bZtcxIlu0XRBLxkPZbhxBzk59dBhTVUlHoPer5d+0w0l61wR9/co H5QvOUHkxvi7K7L6+/xGGFsmw= Received: by filter0611p1mdw1.sendgrid.net with SMTP id filter0611p1mdw1.11230.56350ED024 2015-10-31 18:56:16.49068461 +0000 UTC Received: from herokuapp.com (ec2-54-204-195-92.compute-1.amazonaws.com [54.204.195.92]) by ismtpd0006p1iad1.sendgrid.net (SG) with ESMTP id SazHeZZGTWiuF-UIqdLmvA for ; Sat, 31 Oct 2015 18:56:16.658 +0000 (UTC) Date: Sat, 31 Oct 2015 18:56:16 +0000 From: nagachika00@gmail.com 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: 45923 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 11366 X-Redmine-Issue-Author: jeremyevans0 X-Redmine-Sender: nagachika 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/Ymy4QrNMhiuLXJG8OTL2vJD1yS7UKJpafMWBts4IweG72knViqHLd9IEfT7FLr I0KG0xFRcW7wZqE6pk/leiqJIBjBQCpDurUV13r7kdrmPYeQsWq8do0eN5xuVDYfCgtyZMlEFMxeq+ QtAXmKyrj6lIxSuYFVvvcBCoskBWc9DzvPEf X-SendGrid-Contentd-ID: {"test_id":"1446317777"} X-ML-Name: ruby-core X-Mail-Count: 71287 Subject: [ruby-core:71287] [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 Tomoyuki Chikanaga. Backport changed from 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN to 2.0.0: UNKNOWN, 2.1: REQUIRED, 2.2: DONE r51569 and r51649 were backported into `ruby_2_2` branch at r52414. ---------------------------------------- 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-54662 * 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: REQUIRED, 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/