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