From owner-freebsd-current@freebsd.org Sun Jul 10 15:37:02 2016 Return-Path: Delivered-To: freebsd-current@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 5EAE5B830F4 for ; Sun, 10 Jul 2016 15:37:02 +0000 (UTC) (envelope-from mailing-machine@vniz.net) Received: from mail-lf0-f44.google.com (mail-lf0-f44.google.com [209.85.215.44]) (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 1579E1D44 for ; Sun, 10 Jul 2016 15:37:01 +0000 (UTC) (envelope-from mailing-machine@vniz.net) Received: by mail-lf0-f44.google.com with SMTP id h129so55225989lfh.1 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=dMe4elhxQEJGn7y4EWHqDADXwOYjrMSH372TdyxKNb9l+Xey9dPKD0tO5DKUXH0nTe 8P11tFuyx4UOxGp3R3jp8fUxE3Vxb/ju+GlT3+uezH89BOLPPqA8pVdj+Pew4v47N57C 6IRn3wL6H7KW9XXq6bP0Sp4cHgkMiXuIprjPWapv2X4ncvPhHGO4bpu1eG/gGrcDp6XC rdVKONj8fvqLTLFKJlY0m5s55zzI6y6YJiGyNCKzq+a+1DktB6Z89peEuaHeuX5C0mS3 uHS+rxKI5MZ87KXrqtBDMNS8m06uz3cr/E8B1rFf5o65xWCRcr+mNGBILLB8gWOsogUV US4g== X-Gm-Message-State: ALyK8tI9n/UqTTdAwMkKGFJ82y1rscQhqbkzJOlCoa+PABNrFpbSC2xxJ+hEkU3JDfES2A== 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-current@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Discussions about the use of FreeBSD-current 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]