1=pod 2{- OpenSSL::safe::output_do_not_edit_headers(); -} 3 4=head1 NAME 5 6openssl-info - print OpenSSL built-in information 7 8=head1 SYNOPSIS 9 10B<openssl info> 11[B<-help>] 12[B<-configdir>] 13[B<-enginesdir>] 14[B<-modulesdir> ] 15[B<-dsoext>] 16[B<-dirnamesep>] 17[B<-listsep>] 18[B<-seeds>] 19[B<-cpusettings>] 20 21=head1 DESCRIPTION 22 23This command is used to print out information about OpenSSL. 24The information is written exactly as it is with no extra text, which 25makes useful for scripts. 26 27As a consequence, only one item may be chosen for each run of this 28command. 29 30=head1 OPTIONS 31 32=over 4 33 34=item B<-help> 35 36Print out a usage message. 37 38=item B<-configdir> 39 40Outputs the default directory for OpenSSL configuration files. 41 42=item B<-enginesdir> 43 44Outputs the default directory for OpenSSL engine modules. 45 46=item B<-modulesdir> 47 48Outputs the default directory for OpenSSL dynamically loadable modules 49other than engine modules. 50 51=item B<-dsoext> 52 53Outputs the DSO extension OpenSSL uses. 54 55=item B<-dirnamesep> 56 57Outputs the separator character between a directory specification and 58a filename. 59Note that on some operating systems, this is not the same as the 60separator between directory elements. 61 62=item B<-listsep> 63 64Outputs the OpenSSL list separator character. 65This is typically used to construct C<$PATH> (C<%PATH%> on Windows) 66style lists. 67 68=item B<-seeds> 69 70Outputs the randomness seed sources. 71 72=item B<-cpusettings> 73 74Outputs the OpenSSL CPU settings info. 75 76=back 77 78=head1 HISTORY 79 80This command was added in OpenSSL 3.0. 81 82=head1 COPYRIGHT 83 84Copyright 2019-2020 The OpenSSL Project Authors. All Rights Reserved. 85 86Licensed under the Apache License 2.0 (the "License"). You may not use 87this file except in compliance with the License. You can obtain a copy 88in the file LICENSE in the source distribution or at 89L<https://www.openssl.org/source/license.html>. 90 91=cut 92