From c4eec78d221c6aa8d96d4d0ea9e7525490ffe222 Mon Sep 17 00:00:00 2001 From: Konstantin Shemyak Date: Thu, 22 Mar 2018 19:53:59 +0200 Subject: [PATCH] doc/man1/x509.pod: corrected "S/MIME signing" requirements When the "certificate purpose" is checked and KeyUsage extension is present, either 'digitalSignature' or 'nonRepudiation' is accepted. Manual page corrected to reflect the above. Signed-off-by: Konstantin Shemyak Reviewed-by: Andy Polyakov Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/5727) --- doc/man1/x509.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/man1/x509.pod b/doc/man1/x509.pod index 81ce560c94..c375b3bcf3 100644 --- a/doc/man1/x509.pod +++ b/doc/man1/x509.pod @@ -871,8 +871,8 @@ this is because some Verisign certificates don't set the S/MIME bit. =item B -In addition to the common S/MIME client tests the digitalSignature bit must -be set if the keyUsage extension is present. +In addition to the common S/MIME client tests the digitalSignature bit or +the nonRepudiation bit must be set if the keyUsage extension is present. =item B -- 2.25.1