From owner-svn-src-all@freebsd.org Sun Aug 7 19:43:00 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8AB06BB19EA for ; Sun, 7 Aug 2016 19:43:00 +0000 (UTC) (envelope-from mailing-machine@vniz.net) Received: from mail-lf0-f45.google.com (mail-lf0-f45.google.com [209.85.215.45]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 404A0183E for ; Sun, 7 Aug 2016 19:43:00 +0000 (UTC) (envelope-from mailing-machine@vniz.net) Received: by mail-lf0-f45.google.com with SMTP id l69so234173408lfg.1 for ; Sun, 07 Aug 2016 12:42:59 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=h6O9VqMnDL9HcUqHGRBnKPtJDzwPmOFJC17ysW4qsMs=; b=CuHWyoGMq1TJ8m1mgF7m6wa31Q4KkzU50jTwQUpRAo3dpZhM95iHXxwhqfHhn6xxDM IwndL6Ypm20Jg+Ls7z/N9z54U7veNV2WV+YyDmdZt0RqHDXIbpWhNRKa7NMvbP+nnM1z rrB3JuuaFHQtHRwvLOXlAjMCMLQyZVEXecuurVYt4Z1jgYb5JFl8Gncxlyj3UfPkzcJo Br/AfO39fOJHfrcH2MYe32ScjzCv6V0LEkGGb7t2pNObUPr3VV8QwmpFCG93KjXjdX2q kgJ56PZ89GqgawRnZxlwb9Tf6pMzUEReXzQdLnnyKO1fKTfOP78ZO8X8J5AOWf2/pTCk LBSw== X-Gm-Message-State: AEkoousdIpRpUcreL8G63hTmhDk4fIsupuhzu7TVsWURLox7TmmOZlZedvMNpDb8Kuho7Q== X-Received: by 10.25.16.212 with SMTP id 81mr23807049lfq.174.1470598978057; Sun, 07 Aug 2016 12:42:58 -0700 (PDT) Received: from [192.168.1.2] ([89.169.173.68]) by smtp.gmail.com with ESMTPSA id f4sm5047522lji.41.2016.08.07.12.42.56 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 07 Aug 2016 12:42:57 -0700 (PDT) Subject: Re: svn commit: r303716 - head/crypto/openssh To: Slawa Olhovchenkov References: <32b82f9f-7f78-6358-030a-90aed54bb8a8@freebsd.org> <0740b662-4a36-f834-229a-d16a5a6dde14@freebsd.org> <20160807173734.GD22212@zxy.spb.ru> <2dd7e952-ca28-57cb-ac8a-39d895b51d06@freebsd.org> <20160807182317.GE22212@zxy.spb.ru> <20160807185237.GV8192@zxy.spb.ru> <20160807191041.GW8192@zxy.spb.ru> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, Oliver Pinter , Bruce Simpson , Warner Losh , svn-src-head@freebsd.org, =?UTF-8?Q?Dag-Erling_Sm=c3=b8rgrav?= From: Andrey Chernov Message-ID: <0cb2bd75-3086-fb72-c902-a05354536fc4@freebsd.org> Date: Sun, 7 Aug 2016 22:42:56 +0300 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <20160807191041.GW8192@zxy.spb.ru> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Aug 2016 19:43:00 -0000 On 07.08.2016 22:10, Slawa Olhovchenkov wrote: > On Sun, Aug 07, 2016 at 10:02:52PM +0300, Andrey Chernov wrote: > >> On 07.08.2016 21:52, Slawa Olhovchenkov wrote: >>>> Why you still not >>>> send your opinion to the author? >>>> >>> >>> I am not sure about suitable response from autor. >>> May be project [FreeBSD] choise some compromise. >> >> IMHO blindly choosing some compromise without asking author's opinion >> first will be unwise. I will be glad in case someone from secteam@ >> discuss that with the author. Moreover, careless attempt to stay >> compatible by any price can weak connections passed out of the server room. >> > > In generaly I am accept this. > For this specific case enforcing strong crypo like Internet filtering > from suicide. > BTW, there is at least one alternative. F.e. security/putty from ports still support weak min DH 1024, diffie-hellman-group1-sha1 and even des you need. I don't check others because I am too lazy.