public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Herbert Xu <herbert@gondor.apana.org.au>
To: Stephan Mueller <smueller@chronox.de>
Cc: linux-kernel@vger.kernel.org, linux-crypto@vger.kernel.org,
	aquini@redhat.com, joe@perches.com, pwalten@au1.ibm.com,
	jeremy.wayne.powell@gmail.com, clemens@ladisch.de
Subject: Re: [PATCH v9 0/6] SP800-90A Deterministic Random Bit Generator
Date: Sat, 21 Jun 2014 02:41:37 +0800	[thread overview]
Message-ID: <20140620184136.GF3169@gondor.apana.org.au> (raw)
In-Reply-To: <22272963.fKEMicLVWl@myon.chronox.de>

On Sat, May 31, 2014 at 03:43:37PM +0200, Stephan Mueller wrote:
> Hi,
> 
> the following set of patches implements the deterministic random bit generator
> (DRBG) specified by SP800-90A.
> 
> The DRBG implementation offers the following:
> 
> 	* All three DRBG types are implemented with a derivation function.
> 	* All DRBG types are available with and without prediction resistance.
> 	* All SHA types of SHA-1, SHA-256, SHA-384, SHA-512 are available
> 	  for the HMAC and Hash DRBGs.
> 	* All AES types of AES-128, AES-192 and AES-256 are available for the
> 	  CTR DRBG.
> 	* A self test is implemented with drbg_healthcheck().
> 	* The FIPS 140-2 continuous self test is implemented.
> 	* Additional cipher primitives, such as Serpent or Twofish, can be
> 	  added to the DRBG without changing the implementation. The only
> 	  change necessary is to the DRBG definition given in the cores[]
> 	  array.
> 
> As defined in SP800-131A, the ANSI X9.31 DRNG is to be sunset by the end of
> this year for official uses, including FIPS 140-2 compliance.
> 
> Additional tests including the CAVS test framework are available at [1].

All applied.
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

      parent reply	other threads:[~2014-06-20 18:41 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-31 13:43 [PATCH v9 0/6] SP800-90A Deterministic Random Bit Generator Stephan Mueller
2014-05-31 13:44 ` [PATCH v9 1/6] " Stephan Mueller
2014-05-31 15:21 ` [PATCH v9 2/6] header file for DRBG Stephan Mueller
2014-05-31 15:22 ` [PATCH v9 3/6] DRBG kernel configuration options Stephan Mueller
2014-05-31 15:23 ` [PATCH v9 4/6] compile the DRBG code Stephan Mueller
2014-05-31 15:24 ` [PATCH v9 5/6] DRBG testmgr test vectors Stephan Mueller
2014-05-31 15:25 ` [PATCH v9 6/6] Add DRBG test code to testmgr Stephan Mueller
2014-06-20 18:41 ` Herbert Xu [this message]

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=20140620184136.GF3169@gondor.apana.org.au \
    --to=herbert@gondor.apana.org.au \
    --cc=aquini@redhat.com \
    --cc=clemens@ladisch.de \
    --cc=jeremy.wayne.powell@gmail.com \
    --cc=joe@perches.com \
    --cc=linux-crypto@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pwalten@au1.ibm.com \
    --cc=smueller@chronox.de \
    /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