From owner-svn-src-vendor@freebsd.org Thu Oct 15 18:46:49 2015 Return-Path: Delivered-To: svn-src-vendor@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 53A5AA151F2; Thu, 15 Oct 2015 18:46:49 +0000 (UTC) (envelope-from mahrens@gmail.com) Received: from mail-lf0-x22b.google.com (mail-lf0-x22b.google.com [IPv6:2a00:1450:4010:c07::22b]) (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 CBACE13D6; Thu, 15 Oct 2015 18:46:48 +0000 (UTC) (envelope-from mahrens@gmail.com) Received: by lffy185 with SMTP id y185so42006187lff.2; Thu, 15 Oct 2015 11:46:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=XxvQQnBB0fXDjQGwNkpJrszAOP1bJa7pXP04JVWC3e4=; b=TioSlg+3aAxgniuW61vXm0nNek8kzoJazs9u74ntj1vyw0+zUX8bvYRbTYxSAVqdzI hcRwsl/rgSE1Vk6Jxhi04uzcA8kppNXZwbWEC8mxkse0HZM1yiasprE4nYNT4J9R2Njq Ij95x7QYljzdcHwOUHgWDw/QEm3ZJJGTL9g6pH5Vd0ang5Hmz2BfhpcF8awRI88g0iur joldovJvLvccLCYaJJpTG5bkut2apURzPZFWEDEzsYWwPFpdH3CXDW/Abotnyj2ywMAE y1CsrC/pqkRsJncyfzydpFuNwkqMHSbiqBws5zFIw9qQcOUwllfD4+MnnFcmo7nrfUOF l5Xg== MIME-Version: 1.0 X-Received: by 10.25.23.69 with SMTP id n66mr2037497lfi.52.1444934806731; Thu, 15 Oct 2015 11:46:46 -0700 (PDT) Sender: mahrens@gmail.com Received: by 10.112.4.8 with HTTP; Thu, 15 Oct 2015 11:46:46 -0700 (PDT) In-Reply-To: <561FC90F.4090706@FreeBSD.org> References: <201510141112.t9EBCmFZ022230@repo.freebsd.org> <561FC5A0.3040909@FreeBSD.org> <561FC90F.4090706@FreeBSD.org> Date: Thu, 15 Oct 2015 11:46:46 -0700 X-Google-Sender-Auth: 7LKecjwO-zzr263MSyWRMiPZuL4 Message-ID: Subject: Re: svn commit: r289310 - vendor-sys/illumos/dist/common/zfs vendor-sys/illumos/dist/uts/common vendor-sys/illumos/dist/uts/common/crypto vendor-sys/illumos/dist/uts/common/crypto/io vendor-sys/illumos... From: Matthew Ahrens To: Alexander Motin Cc: Andriy Gapon , "src-committers@freebsd.org" , svn-src-all@freebsd.org, svn-src-vendor@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-src-vendor@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the vendor work area tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Oct 2015 18:46:49 -0000 On Thu, Oct 15, 2015 at 8:41 AM, Alexander Motin wrote: > > I haven't decided what to do with this specific case. As I understand, > now we are using FreeBSD's native crypto code instead of illumos' one. I > was thinking about importing this commit only in infrastructural parts, > until respective algorithms are implemented in our native crypto. I > think it should not be a problem for Skein, since according to comments > it is in public domain. About Edon-R I am not sure, since it seems to be > CDDL. > > In terms of Edon-R license, we requested the author to relicense under CDDL. He might be amenable to also license under BSD. Some googling turned up a separate implementation which is permissively licensed -- not sure if it is binary compatible or not. https://github.com/rhash/RHash/blob/master/librhash/edonr.c I'll forward you the email from the Edon-R author with license info. --matt