summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJussi Kivilinna <jussi.kivilinna@iki.fi>2015-10-25 18:57:15 +0200
committerJussi Kivilinna <jussi.kivilinna@iki.fi>2015-10-31 20:21:47 +0200
commit28de6f9e16e386018e81a9cdaee596be7616ccab (patch)
tree24027b76be1f83f5b54a63180568977c571dd388
parent92ad19873562cfce7bcc4a0b5aed8195d8284cfc (diff)
downloadlibgcrypt-28de6f9e16e386018e81a9cdaee596be7616ccab.tar.gz
Few updates to documentation
* doc/gcrypt.text: Add mention of new 'intel-fast-shld' hw feature flag; Add mention of x86 RDRAND support in rndhw. -- Signed-off-by: Jussi Kivilinna <jussi.kivilinna@iki.fi>
-rw-r--r--doc/gcrypt.texi7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/gcrypt.texi b/doc/gcrypt.texi
index 3450bb27..facdf658 100644
--- a/doc/gcrypt.texi
+++ b/doc/gcrypt.texi
@@ -556,6 +556,7 @@ are
@item padlock-sha
@item padlock-mmul
@item intel-cpu
+@item intel-fast-shld
@item intel-bmi2
@item intel-ssse3
@item intel-pclmul
@@ -5610,9 +5611,9 @@ that system and is the only gathering module available for that OS.
@item rndhw
Extra module to collect additional entropy by utilizing a hardware
-random number generator. As of now the only supported hardware RNG is
-the Padlock engine of VIA (Centaur) CPUs. It is not available in FIPS
-mode.
+random number generator. As of now the supported hardware RNG is
+the Padlock engine of VIA (Centaur) CPUs and x86 CPUs with the RDRAND
+instruction. It is not available in FIPS mode.
@end table