From owner-freebsd-security@freebsd.org Sun Jul 10 15:37:02 2016 Return-Path: Delivered-To: freebsd-security@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 6D7D7B830F5 for ; Sun, 10 Jul 2016 15:37:02 +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 F13B61D43 for ; Sun, 10 Jul 2016 15:37:01 +0000 (UTC) (envelope-from mailing-machine@vniz.net) Received: by mail-lf0-f45.google.com with SMTP id f6so55228488lfg.0 for ; Sun, 10 Jul 2016 08:37:01 -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=YDPWx4duhFl2ZhaGzgYyU++ZdRUMSvc5l1HZrlxCxkU=; b=b/vzeg8hVugyhAWxiOPWKbFE+qwPdTDTkToWbCLfvD7uZq5IvRMTxKGDoPYZJO5lK1 aKsnOffiSIemO8RPtGvt3uGQ5x8BZcHWPP2yVUVL96839khE9Q1fOPK92Kk/Nxsvg2sp LhKZ9WSsRHQCpGkTTc7LOkLcO+UrWUfRXSr35dEf4mOqYBgzXnkNLhWcP9AhLQcgRF57 hfvpMPVZ7K1k0w50u4MDTNAo5ewRSHwRFYHbeB4PxC1fAXwoqPAwMZMCvEKui9+3JADd LuvFfoHjZ7oqrHcko7OGn0CkhMbfzJ4vPJrn/vJ/u9HESHMuhIkFtwBGJUL0QHKt+jPv hTLA== X-Gm-Message-State: ALyK8tLlZhIzyXKX+Am0toQBvvMcfMC0pZ53H5vZAp3aqZh9ZthBf01vIvntvyCNZgN5pQ== X-Received: by 10.25.160.75 with SMTP id j72mr4296766lfe.109.1468165019868; Sun, 10 Jul 2016 08:36:59 -0700 (PDT) Received: from [192.168.1.2] ([89.169.173.68]) by smtp.gmail.com with ESMTPSA id e64sm4012408lfe.3.2016.07.10.08.36.59 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 10 Jul 2016 08:36:59 -0700 (PDT) Subject: Re: GOST in OPENSSL_BASE To: Slawa Olhovchenkov References: <20160710133019.GD20831@zxy.spb.ru> <20160710150143.GK46309@zxy.spb.ru> <9ead7cd7-7d1b-2dd8-eea8-43f7766d92a9@freebsd.org> Cc: freebsd-security@freebsd.org, freebsd-current@freebsd.org From: Andrey Chernov Message-ID: <569cee41-97f5-3914-7d65-f788dd697d42@freebsd.org> Date: Sun, 10 Jul 2016 18:36:58 +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: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-security@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Security issues \[members-only posting\]" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Jul 2016 15:37:02 -0000 On 10.07.2016 18:28, Andrey Chernov wrote: > On 10.07.2016 18:13, Andrey Chernov wrote: >> On 10.07.2016 18:12, Andrey Chernov wrote: >>> On 10.07.2016 18:01, Slawa Olhovchenkov wrote: >>>> On Sun, Jul 10, 2016 at 05:10:04PM +0300, Andrey Chernov wrote: >>>> >>>>> On 10.07.2016 16:30, Slawa Olhovchenkov wrote: >>>>>> I am surprised lack of support GOST in openssl-base. >>>>>> Can be this enabled before 11.0 released? >>>>> >>>>> AFAIK openssl maintainers says something like they can't support this >>>>> code and it will become rotten shortly with new changes, so they drop it. >>>>> >>>> >>>> Upstream or FreeBSD maintainers? >>>> >>> >>> Openssl maintainers. >>> >> I.e. upstream. >> > They mean built-in one, dropped from openssl 1.1.0 and above. It is > still available as 3rd party at: > https://github.com/gost-engine/engine > >From their Changelog: *) The GOST engine was out of date and therefore it has been removed. An up to date GOST engine is now being maintained in an external repository. See: https://wiki.openssl.org/index.php/Binaries. Libssl still retains support for GOST ciphersuites (these are only activated if a GOST engine is present). [Matt Caswell]