From owner-svn-src-head@freebsd.org Sun Aug 7 19:43:00 2016 Return-Path: Delivered-To: svn-src-head@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 892E3BB19E9 for ; Sun, 7 Aug 2016 19:43:00 +0000 (UTC) (envelope-from mailing-machine@vniz.net) Received: from mail-lf0-f41.google.com (mail-lf0-f41.google.com [209.85.215.41]) (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 40412183C for ; Sun, 7 Aug 2016 19:43:00 +0000 (UTC) (envelope-from mailing-machine@vniz.net) Received: by mail-lf0-f41.google.com with SMTP id f93so234312733lfi.2 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=KC/FL1L4PJ4scanKTHhs0yxKSTUxKwu86XJaHRWvfmi7QC0sKZLR3JMv9nEBOf4zBw RcYF2PqG8R1tkR6PGIgFJuUDs8P/c5WCmL5ywivtQuwc845r2WWbAnu6AdIAlE3KLnkB SePdP7FK0gDWbwq+BYsESw6d8R5Sx5FJmM+eNoe81yJQtYJefWk5e7Y1tMq7fGYNeCO0 QlJwwwZi9IjrsjtdhafIA+fS1jJ6emBAAIhHOHTypqHl9ZFkS1vsgZFs4phUb+Wfsybm 8YCEigvG4uecHGCckYvRRfgG/Ue+x4MKEBB7jQGVLgiOXrYRE0uh2YcqyYcB69WWcr93 HBww== X-Gm-Message-State: AEkooutjOAlujOW/jGgqy1FF+BTMBWWDzOHA2nJiV58i+qk3oiKygJXfMLXkLAvd5yn83g== 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-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the src tree for head/-current 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.