[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Tue Sep 4 10:01:31 UTC 2018


The branch master has been updated
       via  785e614a95a134831f213749332bcf40c4920f69 (commit)
      from  96e05986f47bd7cd3991b7755c74ca708c8a3bc7 (commit)


- Log -----------------------------------------------------------------
commit 785e614a95a134831f213749332bcf40c4920f69
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)

-----------------------------------------------------------------------

Summary of changes:
 doc/man1/crl.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/man1/crl.pod b/doc/man1/crl.pod
index 9a00967..29f4600 100644
--- a/doc/man1/crl.pod
+++ b/doc/man1/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