[openssl-commits] [openssl] OpenSSL_1_1_0-stable update
Richard Levitte
levitte at openssl.org
Tue Sep 4 10:04:02 UTC 2018
The branch OpenSSL_1_1_0-stable has been updated
via e25fc6b5b2b99ed02f8966192c94c820b6f69add (commit)
from fab16cd1476e047a2052ca418527b055faa988bd (commit)
- Log -----------------------------------------------------------------
commit e25fc6b5b2b99ed02f8966192c94c820b6f69add
Author: Jakub Wilk <jwilk at jwilk.net>
Date: Mon Sep 3 11:09:51 2018 +0200
Fix example in crl(1) man page
The default input format is PEM, so explicit "-inform DER" is needed to
read DER-encoded CRL.
CLA: trivial
Reviewed-by: Paul Yang <yang.yang at baishancloud.com>
Reviewed-by: Richard Levitte <levitte at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7094)
(cherry picked from commit 785e614a95a134831f213749332bcf40c4920f69)
-----------------------------------------------------------------------
Summary of changes:
doc/apps/crl.pod | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/apps/crl.pod b/doc/apps/crl.pod
index fded397..8207ee9 100644
--- a/doc/apps/crl.pod
+++ b/doc/apps/crl.pod
@@ -120,7 +120,7 @@ Convert a CRL file from PEM to DER:
Output the text form of a DER encoded certificate:
- openssl crl -in crl.der -text -noout
+ openssl crl -in crl.der -inform DER -text -noout
=head1 BUGS
More information about the openssl-commits
mailing list