X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=doc%2Fapps%2Fcrl.pod;h=0edff8d0f2ca415eaa8a88225432bec967c2ce71;hb=77a795e4b0ac541b305561811bab355f5bb316fd;hp=0dbb013119e14f873fb66bb94b8ad13d15a82781;hpb=bb075f883356589425b7e57f788c7498a83b0219;p=oweals%2Fopenssl.git diff --git a/doc/apps/crl.pod b/doc/apps/crl.pod index 0dbb013119..0edff8d0f2 100644 --- a/doc/apps/crl.pod +++ b/doc/apps/crl.pod @@ -7,11 +7,13 @@ crl - CRL utility =head1 SYNOPSIS B B +[B<-help>] [B<-inform PEM|DER>] [B<-outform PEM|DER>] [B<-text>] [B<-in filename>] [B<-out filename>] +[B<-nameopt option>] [B<-noout>] [B<-hash>] [B<-issuer>] @@ -28,6 +30,10 @@ The B command processes CRL files in DER or PEM format. =over 4 +=item B<-help> + +Print out a usage message. + =item B<-inform DER|PEM> This specifies the input format. B format is DER encoded CRL @@ -36,7 +42,7 @@ the DER form with header and footer lines. =item B<-outform DER|PEM> -This specifies the output format, the options have the same meaning as the +This specifies the output format, the options have the same meaning as the B<-inform> option. =item B<-in filename> @@ -53,6 +59,11 @@ default. print out the CRL in text form. +=item B<-nameopt option> + +option which determines how the subject or issuer names are displayed. See +the description of B<-nameopt> in L. + =item B<-noout> don't output the encoded version of the CRL. @@ -62,6 +73,11 @@ don't output the encoded version of the CRL. output a hash of the issuer name. This can be use to lookup CRLs in a directory by issuer name. +=item B<-hash_old> + +outputs the "hash" of the CRL issuer name using the older algorithm +as used by OpenSSL versions before 1.0.0. + =item B<-issuer> output the issuer name. @@ -88,6 +104,13 @@ to each certificate. =back +=head1 NOTES + +The PEM CRL format uses the header and footer lines: + + -----BEGIN X509 CRL----- + -----END X509 CRL----- + =head1 EXAMPLES Convert a CRL file from PEM to DER: @@ -105,6 +128,15 @@ and files too. =head1 SEE ALSO -L, L, L +L, L, L + +=head1 COPYRIGHT + +Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved. + +Licensed under the OpenSSL license (the "License"). You may not use +this file except in compliance with the License. You can obtain a copy +in the file LICENSE in the source distribution or at +L. =cut