linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jason Cooper <jason@lakedaemon.net>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Herbert Xu <herbert@gondor.apana.org.au>,
	Juan Manuel Torres Palma <j.m.torrespalma@gmail.com>,
	Eric Biggers <ebiggers3@gmail.com>,
	linux-kernel@vger.kernel.org, linux-crypto@vger.kernel.org,
	davem@davemloft.net
Subject: Re: [PATCH] crypto: testmgr: add test vectors for skein
Date: Sun, 1 Jul 2018 16:32:04 +0000	[thread overview]
Message-ID: <20180701163204.GE26205@io.lakedaemon.net> (raw)
In-Reply-To: <20180701094719.GC9956@kroah.com>

Hi Greg,

On Sun, Jul 01, 2018 at 11:47:19AM +0200, Greg Kroah-Hartman wrote:
> On Sun, Jul 01, 2018 at 05:16:11PM +0800, Herbert Xu wrote:
> > On Thu, Jun 21, 2018 at 07:12:47AM +0900, Juan Manuel Torres Palma wrote:
> > > On Wed, Jun 20, 2018 at 11:10:51AM -0700, Eric Biggers wrote:
> > > > Also, can you describe the users of Skein in the kernel?  If there are no users,
> > > > there's no need to move it out of staging, or even have it in the kernel at all
> > > > anymore.  I say that as someone who has had to volunteer to fix critical bugs
> > > > found by fuzzing in crypto algorithms for which it's unclear why they are in the
> > > > kernel at all, as there are no apparent users.
> > > 
> > > To be honest I'm not aware of anyone actually using Skein.
> > > 
> > > So by this are you suggesting that we drop support? If not removed, I believe
> > > it's better to use test vectors as regression tests for further modifications.
> > 
> > Let's just remove skein.  In fact staging should never add generic
> > crypto algorithms.

The original reason was that I was testing an automated method for
making a massive number of style changes to cryptographic code (convert
to kernel coding style), while being able to automatically determine
that no changes had been made to the resulting object code.  The purpose
being, if you chose to place trust in Werner Dittman's implementation,
you could programatically prove that the re-styled code in the kernel
was the exact same when it came to the resulting machine code.  Thus,
you could extend your trust to the code in the kernel.

That's how ./scripts/objdiff.sh came to be.  If you look at the first 20
- 22 commits in the history of drivers/staging/skein, you can try it
yourself.

> Ok, I'll go drop it.  I forgot why we added it in the first place, it
> has been there for 4 years and not moved out, so it's not a problem to
> drop it now.

Yes, that was me that added it.  In the intervening time, unfortunately,
Skein / Threefish hasn't picked up adoption anywhere afaict.  For
example, it's not one of the candidates for replacing SHA1 within git.
So, as much as I hate to delete it, I agree that it's time to drop it.

I'll submit a patch to that effect soon.  Thanks for adding me to the
Cc.

Thanks,

Jason.

  reply	other threads:[~2018-07-01 16:32 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-20 10:57 [PATCH] crypto: testmgr: add test vectors for skein Juan Manuel Torres Palma
2018-06-20 17:56 ` Eric Biggers
2018-06-20 18:26   ` Stephan Mueller
2018-06-20 18:10 ` Eric Biggers
2018-06-20 22:12   ` Juan Manuel Torres Palma
2018-06-20 23:27     ` Eric Biggers
2018-07-01  9:16     ` Herbert Xu
2018-07-01  9:47       ` Greg Kroah-Hartman
2018-07-01 16:32         ` Jason Cooper [this message]
2018-07-01 18:48           ` [PATCH] staging/skein: Remove Skein and Threefish code Jason Cooper

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180701163204.GE26205@io.lakedaemon.net \
    --to=jason@lakedaemon.net \
    --cc=davem@davemloft.net \
    --cc=ebiggers3@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=herbert@gondor.apana.org.au \
    --cc=j.m.torrespalma@gmail.com \
    --cc=linux-crypto@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).