2015-04-21 02:44:39

by Herbert Xu

[permalink] [raw]
Subject: [v2 PATCH 0/11] rng: New style interface

This series converts the crypto_rng interface over to the "new"
style. I'm putting it in quotes because this style has been
around since 2008. In fact, RNG was the very last interface
type added before the introduction of the new style.

Eventually all existing interfaces should be converted over but
obviously it's taking some time to get there :)

v2 uses kzfree instead of free for the temporary seed.

Cheers,
--
Email: Herbert Xu <[email protected]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt


2015-04-21 11:48:17

by Neil Horman

[permalink] [raw]
Subject: Re: [v2 PATCH 0/11] rng: New style interface

On Tue, Apr 21, 2015 at 10:44:36AM +0800, Herbert Xu wrote:
> This series converts the crypto_rng interface over to the "new"
> style. I'm putting it in quotes because this style has been
> around since 2008. In fact, RNG was the very last interface
> type added before the introduction of the new style.
>
> Eventually all existing interfaces should be converted over but
> obviously it's taking some time to get there :)
>
> v2 uses kzfree instead of free for the temporary seed.
>
> Cheers,
> --
> Email: Herbert Xu <[email protected]>
> Home Page: http://gondor.apana.org.au/~herbert/
> PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
> --
> To unsubscribe from this list: send the line "unsubscribe linux-crypto" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>


For the ansi_cprng bits
Acked-by: Neil Horman <[email protected]>

2015-04-21 12:23:10

by Stephan Müller

[permalink] [raw]
Subject: Re: [v2 PATCH 0/11] rng: New style interface

Am Dienstag, 21. April 2015, 10:44:36 schrieb Herbert Xu:

Hi Herbert,

> This series converts the crypto_rng interface over to the "new"
> style. I'm putting it in quotes because this style has been
> around since 2008. In fact, RNG was the very last interface
> type added before the introduction of the new style.
>
> Eventually all existing interfaces should be converted over but
> obviously it's taking some time to get there :)
>
> v2 uses kzfree instead of free for the temporary seed.
>
> Cheers,

For the DRBG changes:

Acked-by: Stephan Mueller <[email protected]>

--
Ciao
Stephan