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