[openssl-commits] [openssl] master update

Paul I. Dale pauli at openssl.org
Sun Nov 11 21:56:49 UTC 2018


The branch master has been updated
       via  59fbc8ef9a9c0700fd2b107fea390470ff17ada4 (commit)
      from  75b68c9e4e8591a4ebe083cb207aeb121baf549f (commit)


- Log -----------------------------------------------------------------
commit 59fbc8ef9a9c0700fd2b107fea390470ff17ada4
Author: Dmitry Belyavskiy <beldmit at gmail.com>
Date:   Mon Nov 12 07:56:05 2018 +1000

    Some deabbreviations
    
    Reviewed-by: Tim Hudson <tjh at openssl.org>
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    Reviewed-by: Paul Dale <paul.dale at oracle.com>
    (Merged from https://github.com/openssl/openssl/pull/7614)

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

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

diff --git a/doc/man1/x509.pod b/doc/man1/x509.pod
index 547da5d..088827b 100644
--- a/doc/man1/x509.pod
+++ b/doc/man1/x509.pod
@@ -578,7 +578,8 @@ Dump any field whose OID is not recognised by OpenSSL.
 B<sep_multiline>
 
 These options determine the field separators. The first character is
-between RDNs and the second between multiple AVAs (multiple AVAs are
+between Relative Distinguished Names (RDNs) and the second is between
+multiple Attribute Value Assertions (AVAs, multiple AVAs are
 very rare and their use is discouraged). The options ending in
 "space" additionally place a space after the separator to make it
 more readable. The B<sep_multiline> uses a linefeed character for


More information about the openssl-commits mailing list