[openssl] master update

Richard Levitte levitte at openssl.org
Mon Sep 21 11:41:43 UTC 2020


The branch master has been updated
       via  6600baa9bb6e59be91692791a6251c172a099a65 (commit)
      from  36871717ac83fe049f8620ff82be4a5d36e0d97d (commit)


- Log -----------------------------------------------------------------
commit 6600baa9bb6e59be91692791a6251c172a099a65
Author: Richard Levitte <levitte at openssl.org>
Date:   Sat Sep 19 09:22:34 2020 +0200

    DOC: POD syntax fixes in doc/man1/openssl-cmp.pod.in
    
    Reviewed-by: Shane Lontis <shane.lontis at oracle.com>
    (Merged from https://github.com/openssl/openssl/pull/12924)

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

Summary of changes:
 doc/man1/openssl-cmp.pod.in | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/doc/man1/openssl-cmp.pod.in b/doc/man1/openssl-cmp.pod.in
index 71902ab7da..9ca8bbc97b 100644
--- a/doc/man1/openssl-cmp.pod.in
+++ b/doc/man1/openssl-cmp.pod.in
@@ -452,6 +452,7 @@ Defaults to the environment variable C<http_proxy> if set, else C<HTTP_PROXY>
 in case no TLS is used, otherwise C<https_proxy> if set, else C<HTTPS_PROXY>.
 
 =item B<-no_proxy> I<addresses>
+
 List of IP addresses and/or DNS names of servers
 not to use an HTTP(S) proxy for, separated by commas and/or whitespace
 (where in the latter case the whole argument must be enclosed in "...").
@@ -1026,10 +1027,14 @@ to issue the following shell commands.
 
   cd /path/to/openssl
   export OPENSSL_CONF=openssl.cnf
+
 =begin comment
+
   wget 'http://pki.certificate.fi:8081/install-ca-cert.html/ca-certificate.crt\
         ?ca-id=632&download-certificate=1' -O insta.ca.crt
+
 =end comment
+
   openssl genrsa -out insta.priv.pem
   openssl cmp -section insta
 


More information about the openssl-commits mailing list