New functions to retrieve certificate from SSL_CTX
[openssl.git] / doc / apps / crl.pod
index 8b19592c854f7fe1ccbc2816c86ce1b04eafc739..a40c873b95689523487cf5c56a5de942eafef808 100644 (file)
@@ -88,6 +88,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 +112,6 @@ and files too.
 
 =head1 SEE ALSO
 
-crl2pkcs7(1), ca(1), x509(1)
+L<crl2pkcs7(1)|crl2pkcs7(1)>, L<ca(1)|ca(1)>, L<x509(1)|x509(1)>
 
 =cut