summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libcrypto/man/x509v3.cnf.512
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/libcrypto/man/x509v3.cnf.5 b/src/lib/libcrypto/man/x509v3.cnf.5
index 4d5aaa3e22..392c44d456 100644
--- a/src/lib/libcrypto/man/x509v3.cnf.5
+++ b/src/lib/libcrypto/man/x509v3.cnf.5
@@ -1,4 +1,4 @@
1.\" $OpenBSD: x509v3.cnf.5,v 1.6 2019/06/06 01:06:59 schwarze Exp $ 1.\" $OpenBSD: x509v3.cnf.5,v 1.7 2020/06/11 18:03:19 jmc Exp $
2.\" full merge up to: 2.\" full merge up to:
3.\" OpenSSL man5/x509v3_config a41815f0 Mar 17 18:43:53 2017 -0700 3.\" OpenSSL man5/x509v3_config a41815f0 Mar 17 18:43:53 2017 -0700
4.\" selective merge up to: OpenSSL 36cf10cf Oct 4 02:11:08 2017 -0400 4.\" selective merge up to: OpenSSL 36cf10cf Oct 4 02:11:08 2017 -0400
@@ -51,7 +51,7 @@
51.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 51.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
52.\" OF THE POSSIBILITY OF SUCH DAMAGE. 52.\" OF THE POSSIBILITY OF SUCH DAMAGE.
53.\" 53.\"
54.Dd $Mdocdate: June 6 2019 $ 54.Dd $Mdocdate: June 11 2020 $
55.Dt X509V3.CNF 5 55.Dt X509V3.CNF 5
56.Os 56.Os
57.Sh NAME 57.Sh NAME
@@ -186,16 +186,16 @@ keyUsage=digitalSignature, nonRepudiation
186keyUsage=critical, keyCertSign 186keyUsage=critical, keyCertSign
187.Ed 187.Ed
188.Ss Extended key usage 188.Ss Extended key usage
189This extensions consists of a list of usages indicating purposes for 189This extension consists of a list of purposes for
190which the certificate public key can be used for. 190which the certificate public key can be used.
191.Pp 191.Pp
192These can either be object short names or the dotted numerical form of OIDs. 192These can either be object short names or the dotted numerical form of OIDs.
193While any OID can be used, only certain values make sense. 193While any OID can be used, only certain values make sense.
194In particular the following PKIX, NS and MS values are meaningful: 194In particular the following PKIX, NS and MS values are meaningful:
195.Bl -column emailProtection 195.Bl -column emailProtection
196.It Em value Ta Em meaning 196.It Em value Ta Em meaning
197.It Ic serverAuth Ta SSL/TLS web server authentication 197.It Ic serverAuth Ta TLS server authentication
198.It Ic clientAuth Ta SSL/TLS web client authentication 198.It Ic clientAuth Ta TLS client authentication
199.It Ic codeSigning Ta code signing 199.It Ic codeSigning Ta code signing
200.It Ic emailProtection Ta E-mail protection (S/MIME) 200.It Ic emailProtection Ta E-mail protection (S/MIME)
201.It Ic timeStamping Ta trusted timestamping 201.It Ic timeStamping Ta trusted timestamping