summaryrefslogtreecommitdiffstats
path: root/doc/man1
diff options
context:
space:
mode:
authorDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>2020-03-04 23:13:24 +0100
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>2020-03-08 22:47:16 +0100
commita08e2bf548507443ce9a020dd4cc68a57c27a8b7 (patch)
tree207dffb3bc11d31041f299f4507f26b171c02389 /doc/man1
parentc339c702f6043fabd09904044f967e71629bc40f (diff)
doc: slightly reformulate 'openssl(1)/Random State Options' section
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/11252)
Diffstat (limited to 'doc/man1')
-rw-r--r--doc/man1/openssl.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man1/openssl.pod b/doc/man1/openssl.pod
index 2f56ab7592..ff66846337 100644
--- a/doc/man1/openssl.pod
+++ b/doc/man1/openssl.pod
@@ -727,11 +727,11 @@ Do not use the default store.
=head2 Random State Options
-Prior to OpenSSL 3.0, it was common for applications to store information
+Prior to OpenSSL 1.1.1, it was common for applications to store information
about the state of the random-number generator in a file that was loaded
at startup and rewritten upon exit. On modern operating systems, this is
-generally no longer necessary as OpenSSL will seed itself from the
-appropriate CPU flags, device files, and so on. These flags are still
+generally no longer necessary as OpenSSL will seed itself from a trusted
+entropy source provided by the operating system. These flags are still
supported for special platforms or circumstances that might require them.
It is generally an error to use the same seed file more than once and