summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2008-09-16 19:22:10 +0000
committerWerner Koch <wk@gnupg.org>2008-09-16 19:22:10 +0000
commit58b91cf9cc72e7a7247f88279e3fbeba71619237 (patch)
treec6eb3d0028a8e937e918fb423f177e5388b22209 /doc
parentad1181839f2db1afbe0af6945355de30b7e2d7f4 (diff)
downloadlibgcrypt-58b91cf9cc72e7a7247f88279e3fbeba71619237.tar.gz
Another tweak for the RNG test code.
Diffstat (limited to 'doc')
-rw-r--r--doc/gcrypt.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/gcrypt.texi b/doc/gcrypt.texi
index 1608d6c9..e5f3de0a 100644
--- a/doc/gcrypt.texi
+++ b/doc/gcrypt.texi
@@ -5249,9 +5249,9 @@ The application may requests tests at any time by means of the
@code{GCRYCTL_SELFTEST} control command. Note that using these tests
is not FIPS conform: Although Libgcrypt rejects all application
requests for services while running self-tests, it does not ensure
-that no other operations of Libgcrypt are still being executed. Thus
-in FIPS mode an application requesting self-tests needs to be
-power-cycle Libgcrypt instead.
+that no other operations of Libgcrypt are still being executed. Thus,
+in FIPS mode an application requesting self-tests needs to power-cycle
+Libgcrypt instead.
When self-tests are requested, Libgcrypt runs all the tests it does
during power-up as well as a few extra checks as described below.