doc: slightly reformulate 'openssl(1)/Random State Options' section
authorDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Wed, 4 Mar 2020 22:13:24 +0000 (23:13 +0100)
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Sun, 8 Mar 2020 21:47:16 +0000 (22:47 +0100)
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/11252)

doc/man1/openssl.pod

index 2f56ab7592fc1aa7b51b8f44e5982651e27a52e9..ff66846337ac24ba1b775e7de9d4822a2eef71da 100644 (file)
@@ -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