diff options
author | Richard Levitte <levitte@openssl.org> | 2019-08-24 12:40:10 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2019-08-27 18:44:36 +0200 |
commit | 096978f09908ba0f679ff905b0db4861a57eb1c8 (patch) | |
tree | 68410e1446437b1a891a6036aa308e497459d479 /doc/man1 | |
parent | Fix bogus check for EVP_PKEY_supports_digest_nid() in check_cert_usable() (diff) | |
download | openssl-096978f09908ba0f679ff905b0db4861a57eb1c8.tar.xz openssl-096978f09908ba0f679ff905b0db4861a57eb1c8.zip |
OPENSSL_info(): add the item OPENSSL_INFO_SEED_SOURCE and use it
'openssl version -r' prints the seed source based on compiler macros.
This does not necessarily reflect the library's idea of what seed
sources to use, so we reimplement the list of seed sources as a
OPENSSL_info() item and display that instead.
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/9689)
Diffstat (limited to 'doc/man1')
-rw-r--r-- | doc/man1/openssl-info.pod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/man1/openssl-info.pod b/doc/man1/openssl-info.pod index 42b1a9ea5b..2b9383fc9d 100644 --- a/doc/man1/openssl-info.pod +++ b/doc/man1/openssl-info.pod @@ -14,6 +14,7 @@ B<openssl info> [B<-dsoext>] [B<-dirfilesep>] [B<-listsep]> +[B<-seeds]> =head1 DESCRIPTION @@ -62,6 +63,10 @@ Outputs the OpenSSL list separator character. This is typically used to construct C<$PATH> (C<%PATH%> on Windows) style lists. +=item B<-seeds> + +Outputs the randomness seed sources. + =back =head1 HISTORY |