linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Vitaly Chikunov <vt@altlinux.org>
To: Herbert Xu <herbert@gondor.apana.org.au>
Cc: "David S. Miller" <davem@davemloft.net>,
	linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 0/2] crypto: streebog - add Streebog hash function
Date: Fri, 12 Oct 2018 09:41:05 +0300	[thread overview]
Message-ID: <20181012064105.bchujbwoaszrcu3l@sole.flsd.net> (raw)
In-Reply-To: <20181012061659.mextetc3v7urqkzx@gondor.apana.org.au>

On Fri, Oct 12, 2018 at 02:16:59PM +0800, Herbert Xu wrote:
> On Wed, Oct 10, 2018 at 03:12:50PM +0300, Vitaly Chikunov wrote:
> > Add GOST/IETF Streebog hash function (GOST R 34.11-2012, RFC 6986)
> > generic hash transformation with appropriate testmgr and tcrypt
> > tests and vectors.
> > 
> > Streebog Hash Function (GOST R 34.11-2012, RFC 6986) is one of the Russian
> > cryptographic standard algorithms (called GOST algorithms).
> > 
> > References:
> >   https://tc26.ru/upload/iblock/fed/feddbb4d26b685903faa2ba11aea43f6.pdf
> >   https://tools.ietf.org/html/rfc6986
> > 
> > Tested using testmgr and tcrypt on x86_64, arm, arm64, and s390x on qemu.
> 
> We don't add algorithms purely used by user-space.
> 
> So please clarify who is going to be using this algorithm *within*
> the kernel.

It is the first part of attempts to add to the Integrity subsystem
ability of verifying file and module signatures by Russian GOST
algorithms.

Thanks,

  reply	other threads:[~2018-10-12  6:41 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-10 12:12 [PATCH v2 0/2] crypto: streebog - add Streebog hash function Vitaly Chikunov
2018-10-10 12:12 ` [PATCH v2 1/2] " Vitaly Chikunov
2018-10-16 21:41   ` Vitaly Chikunov
2018-10-10 12:12 ` [PATCH v2 2/2] crypto: streebog - add Streebog test vectors Vitaly Chikunov
2018-10-16 21:33   ` Vitaly Chikunov
2018-10-12  6:16 ` [PATCH v2 0/2] crypto: streebog - add Streebog hash function Herbert Xu
2018-10-12  6:41   ` Vitaly Chikunov [this message]
2018-10-17  6:08     ` Herbert Xu
2018-11-03  5:51       ` Vitaly Chikunov
2018-11-05 12:48         ` Mimi Zohar
2018-11-05 12:55           ` Vitaly Chikunov
2018-11-05 13:01             ` Mimi Zohar

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=20181012064105.bchujbwoaszrcu3l@sole.flsd.net \
    --to=vt@altlinux.org \
    --cc=davem@davemloft.net \
    --cc=herbert@gondor.apana.org.au \
    --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).