From: Nikos Mavrogiannopoulos Date: Mon, 20 Feb 2017 07:02:02 +0000 (+0100) Subject: crypto.h: improved documentation of randomness levels X-Git-Tag: gnutls_3_6_0~967 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=88fecb4e2b8fc976131a20c62979b3e1804d0506;p=thirdparty%2Fgnutls.git crypto.h: improved documentation of randomness levels Signed-off-by: Nikos Mavrogiannopoulos --- diff --git a/lib/includes/gnutls/crypto.h b/lib/includes/gnutls/crypto.h index 7cd92a2000..9ecb1f2b91 100644 --- a/lib/includes/gnutls/crypto.h +++ b/lib/includes/gnutls/crypto.h @@ -120,8 +120,9 @@ int gnutls_hash_fast(gnutls_digest_algorithm_t algorithm, * @GNUTLS_RND_NONCE: Non-predictable random number. Fatal in parts * of session if broken, i.e., vulnerable to statistical analysis. * @GNUTLS_RND_RANDOM: Pseudo-random cryptographic random number. - * Fatal in session if broken. - * @GNUTLS_RND_KEY: Fatal in many sessions if broken. + * Fatal in session if broken. Example use: temporal keys. + * @GNUTLS_RND_KEY: Fatal in many sessions if broken. Example use: + * Long-term keys. * * Enumeration of random quality levels. */