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