summaryrefslogtreecommitdiffstats
path: root/doc/man5
diff options
context:
space:
mode:
authorDmitry Belyavskiy <beldmit@gmail.com>2019-08-21 18:36:10 +0300
committerDmitry Belyavskiy <beldmit@gmail.com>2020-08-26 14:04:17 +0300
commita0188e284e4a34d4e03eeaa4f09a97ed787a848b (patch)
tree2db083aac12ea013dfe26465c0f1fd8b8b2078b3 /doc/man5
parent0bf093be31f4a485104068e8f52dd99b242480cd (diff)
RFC 8398: documentation
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9654)
Diffstat (limited to 'doc/man5')
-rw-r--r--doc/man5/x509v3_config.pod9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/man5/x509v3_config.pod b/doc/man5/x509v3_config.pod
index a16f862bae..c2dfac1acf 100644
--- a/doc/man5/x509v3_config.pod
+++ b/doc/man5/x509v3_config.pod
@@ -241,6 +241,15 @@ Examples:
OU = My Unit
CN = My Name
+Non-ASCII Email Address conforming the syntax defined in Section 3.3 of RFC 6531
+are provided as otherName.SmtpUTF8Mailbox. According to RFC 8398, the email
+address should be provided as UTF8String. To enforce the valid representation in
+the certificate, the SmtpUTF8Mailbox should be provided as follows
+
+ subjectAltName=@alts
+ [alts]
+ otherName = 1.3.6.1.5.5.7.8.9;FORMAT:UTF8,UTF8String:医生@大学.example.com
+
=head2 Issuer Alternative Name
This extension supports most of the options of subject alternative name;