[gnutls-devel] GnuTLS | DRBG: Remove all traces of FIPS 140-2 continuous self test (!820)
Development of GNU's TLS library
gnutls-devel at lists.gnutls.org
Wed Nov 28 19:55:02 CET 2018
Nikos Mavrogiannopoulos commented on a discussion on lib/nettle/int/drbg-aes.c:
> memset(seed, 0, DRBG_AES_SEED_SIZE);
> }
>
> - /* Throw the first block generated. FIPS 140-2 requirement (see
> - * the continuous random number generator test in 4.9.2)
> - */
> - if (ctx->prev_block_present == 0) {
> - INCREMENT(sizeof(ctx->v), ctx->v);
> - aes256_encrypt(&ctx->key, AES_BLOCK_SIZE, ctx->prev_block, ctx->v);
> -
> - ctx->prev_block_present = 1;
> - }
> -
If you think is resolved, I think we are read for merge
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/820#note_120861571
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20181128/2b7e4e9d/attachment.html>
More information about the Gnutls-devel
mailing list