]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Update doc/man3/X509_VERIFY_PARAM_set_flags.pod
authorBob Beck <beck@obtuse.com>
Sat, 21 Feb 2026 16:30:16 +0000 (09:30 -0700)
committerNeil Horman <nhorman@openssl.org>
Tue, 24 Feb 2026 14:03:39 +0000 (09:03 -0500)
Co-authored-by: Viktor Dukhovni <viktor1ghub@dukhovni.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
MergeDate: Tue Feb 24 14:04:55 2026
(Merged from https://github.com/openssl/openssl/pull/29612)

doc/man3/X509_VERIFY_PARAM_set_flags.pod

index c25f0fe21f64d218b87babe2a2c3f141a555859b..d8d7fae59089f12ed89330312b55354a523effa7 100644 (file)
@@ -272,7 +272,7 @@ when any one of the specified RFC822 or SMTPUTF8 names matches a corresponding e
 address SAN in the certificate.
 
 X509_VERIFY_PARAM_set1_email() calls X509_VERIFY_PARAM_set_rfc822(), and
-X509_VERIFY_PARAM_set_smtputf8() and succeeds if any call succeeds.
+X509_VERIFY_PARAM_set_smtputf8() and succeeds if either call succeeds.
 
 X509_VERIFY_PARAM_get1_ip_asc() returns the expected IP address as a string.
 The caller is responsible for freeing it.