Fixed typo in rsautl.pod
[openssl.git] / doc / apps / crl.pod
index 8b19592c854f7fe1ccbc2816c86ce1b04eafc739..7dccbcc67ffcd2f622a43a94b89e8e196ad4eeef 100644 (file)
@@ -12,6 +12,7 @@ B<openssl> B<crl>
 [B<-text>]
 [B<-in filename>]
 [B<-out filename>]
+[B<-nameopt option>]
 [B<-noout>]
 [B<-hash>]
 [B<-issuer>]
@@ -53,6 +54,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<x509(1)>.
+
 =item B<-noout>
 
 don't output the encoded version of the CRL.
@@ -62,6 +68,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 +99,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 +123,6 @@ and files too.
 
 =head1 SEE ALSO
 
-crl2pkcs7(1), ca(1), x509(1)
+L<crl2pkcs7(1)>, L<ca(1)>, L<x509(1)>
 
 =cut