[openssl-commits] [openssl] OpenSSL_1_0_2-stable update

Richard Levitte levitte at openssl.org
Tue Sep 4 10:07:17 UTC 2018


The branch OpenSSL_1_0_2-stable has been updated
       via  3c55cb200a416fa796f117410c189c577b57a36f (commit)
      from  e121d5c7e7d1178d53fea3ffbfa37e2d3b2edc08 (commit)


- Log -----------------------------------------------------------------
commit 3c55cb200a416fa796f117410c189c577b57a36f
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)
    (cherry picked from commit e25fc6b5b2b99ed02f8966192c94c820b6f69add)

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

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 cdced1c..92efbf4 100644
--- a/doc/apps/crl.pod
+++ b/doc/apps/crl.pod
@@ -115,7 +115,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