1 =pod 2 {- OpenSSL::safe::output_do_not_edit_headers(); -} 3 4 =head1 NAME 5 6 =for openssl names: openssl-cmds 7 8 asn1parse, 9 ca, 10 ciphers, 11 cmp, 12 cms, 13 crl, 14 crl2pkcs7, 15 dgst, 16 dhparam, 17 dsa, 18 dsaparam, 19 ec, 20 ecparam, 21 enc, 22 engine, 23 errstr, 24 gendsa, 25 genpkey, 26 genrsa, 27 info, 28 kdf, 29 mac, 30 nseq, 31 ocsp, 32 passwd, 33 pkcs12, 34 pkcs7, 35 pkcs8, 36 pkey, 37 pkeyparam, 38 pkeyutl, 39 prime, 40 rand, 41 rehash, 42 req, 43 rsa, 44 rsautl, 45 s_client, 46 s_server, 47 s_time, 48 sess_id, 49 smime, 50 speed, 51 spkac, 52 srp, 53 storeutl, 54 ts, 55 verify, 56 version, 57 x509 58 - OpenSSL application commands 59 60 =for openssl foreign manual apropos(1) 61 62 =head1 SYNOPSIS 63 64 =for openssl generic 65 66 B<openssl> I<cmd> B<-help> | [I<-option> | I<-option> I<arg>] ... [I<arg>] ... 67 68 =head1 DESCRIPTION 69 70 Every I<cmd> listed above is a (sub-)command of the L<openssl(1)> application. 71 It has its own detailed manual page at B<openssl-I<cmd>>(1). For example, to 72 view the manual page for the B<openssl dgst> command, type C<man openssl-dgst>. 73 74 =head1 OPTIONS 75 76 Among others, every subcommand has a help option. 77 78 =over 4 79 80 =item B<-help> 81 82 Print out a usage message for the subcommand. 83 84 =back 85 86 =head1 SEE ALSO 87 88 L<openssl(1)>, 89 L<openssl-asn1parse(1)>, 90 L<openssl-ca(1)>, 91 L<openssl-ciphers(1)>, 92 L<openssl-cmp(1)>, 93 L<openssl-cms(1)>, 94 L<openssl-crl(1)>, 95 L<openssl-crl2pkcs7(1)>, 96 L<openssl-dgst(1)>, 97 L<openssl-dhparam(1)>, 98 L<openssl-dsa(1)>, 99 L<openssl-dsaparam(1)>, 100 L<openssl-ec(1)>, 101 L<openssl-ecparam(1)>, 102 L<openssl-enc(1)>, 103 L<openssl-engine(1)>, 104 L<openssl-errstr(1)>, 105 L<openssl-gendsa(1)>, 106 L<openssl-genpkey(1)>, 107 L<openssl-genrsa(1)>, 108 L<openssl-info(1)>, 109 L<openssl-kdf(1)>, 110 L<openssl-mac(1)>, 111 L<openssl-nseq(1)>, 112 L<openssl-ocsp(1)>, 113 L<openssl-passwd(1)>, 114 L<openssl-pkcs12(1)>, 115 L<openssl-pkcs7(1)>, 116 L<openssl-pkcs8(1)>, 117 L<openssl-pkey(1)>, 118 L<openssl-pkeyparam(1)>, 119 L<openssl-pkeyutl(1)>, 120 L<openssl-prime(1)>, 121 L<openssl-rand(1)>, 122 L<openssl-rehash(1)>, 123 L<openssl-req(1)>, 124 L<openssl-rsa(1)>, 125 L<openssl-rsautl(1)>, 126 L<openssl-s_client(1)>, 127 L<openssl-s_server(1)>, 128 L<openssl-s_time(1)>, 129 L<openssl-sess_id(1)>, 130 L<openssl-smime(1)>, 131 L<openssl-speed(1)>, 132 L<openssl-spkac(1)>, 133 L<openssl-srp(1)>, 134 L<openssl-storeutl(1)>, 135 L<openssl-ts(1)>, 136 L<openssl-verify(1)>, 137 L<openssl-version(1)>, 138 L<openssl-x509(1)>, 139 140 =head1 HISTORY 141 142 =for openssl foreign manual apropos(1) 143 144 Initially, the manual page entry for the C<openssl I<cmd>> command used 145 to be available at I<cmd>(1). Later, the alias B<openssl-I<cmd>>(1) was 146 introduced, which made it easier to group the openssl commands using 147 the L<apropos(1)> command or the shell's tab completion. 148 149 In order to reduce cluttering of the global manual page namespace, 150 the manual page entries without the 'openssl-' prefix have been 151 deprecated in OpenSSL 3.0 and will be removed in OpenSSL 4.0. 152 153 =head1 COPYRIGHT 154 155 Copyright 2019-2020 The OpenSSL Project Authors. All Rights Reserved. 156 157 Licensed under the Apache License 2.0 (the "License"). You may not use 158 this file except in compliance with the License. You can obtain a copy 159 in the file LICENSE in the source distribution or at 160 L<https://www.openssl.org/source/license.html>. 161 162 =cut 163