summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2018-07-13 14:23:28 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2018-07-13 16:25:51 +0200
commit765d3e2d65f16b7f2a842ef9432591b48cf747a5 (patch)
treebec81e54910ad20235331400a643ba5585d01cd6
parenta22e3b803d799b89f714d04f6d26dbd0bf5b507d (diff)
downloadgnutls-765d3e2d65f16b7f2a842ef9432591b48cf747a5.tar.gz
nettle/rnd-fips: updated documentation
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-rw-r--r--lib/nettle/rnd-fips.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/nettle/rnd-fips.c b/lib/nettle/rnd-fips.c
index dbbb540400..2ae4a9089f 100644
--- a/lib/nettle/rnd-fips.c
+++ b/lib/nettle/rnd-fips.c
@@ -34,11 +34,9 @@
#include <rnd-common.h>
/* This provides a random generator for gnutls. It uses
- * three instances of the DRBG-AES-CTR generator, one for
- * each level of randomness. It uses /dev/urandom for their
- * seeding.
+ * two instances of the DRBG-AES-CTR generator, one for
+ * nonce level and another for the other levels of randomness.
*/
-
struct fips_ctx {
struct drbg_aes_ctx nonce_context;
struct drbg_aes_ctx normal_context;