From: Dr. David von Oheimb Date: Mon, 28 Sep 2020 09:28:08 +0000 (+0200) Subject: openssl.pod: Improve doc of -verify_email, -verify_hostname, and -verify_ip X-Git-Tag: openssl-3.0.0-alpha9~152 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d3d6f49dd0e843f65329fb5181080bd68362ab3c;p=thirdparty%2Fopenssl.git openssl.pod: Improve doc of -verify_email, -verify_hostname, and -verify_ip Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/12932) --- diff --git a/doc/man1/openssl.pod b/doc/man1/openssl.pod index 2855b9eac41..4789be46ef3 100644 --- a/doc/man1/openssl.pod +++ b/doc/man1/openssl.pod @@ -1051,18 +1051,18 @@ B<-verify_depth> limit. =item B<-verify_email> I -Verify if I matches the email address in Subject Alternative Name or -the email in the subject Distinguished Name. +Verify if I matches any email address in a Subject Alternative Name or +(if no SAN is included) the email address in the subject Distinguished Name. =item B<-verify_hostname> I -Verify if I matches DNS name in Subject Alternative Name or -Common Name in the subject certificate. +Verify if I matches any DNS name in a Subject Alternative Name or +(if no SAN is included) the Common Name in the subject Distinguished Name. =item B<-verify_ip> I -Verify if I matches the IP address in Subject Alternative Name of -the subject certificate. +Verify if I matches any IP address in a Subject Alternative Name or +(if no SAN is included) the Common Name in the subject Distinguished Name. =item B<-verify_name> I