summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2023-09-26 21:17:03 +0000
committertb <>2023-09-26 21:17:03 +0000
commitc47f546a7325c2f523da42a65c7d73218224ddcb (patch)
tree69ae971adf585aa6acfefed260e3d6abca4fb185 /src
parent69bb4041f1907aa069bdef3c3f546e3d34b5470b (diff)
downloadopenbsd-c47f546a7325c2f523da42a65c7d73218224ddcb.tar.gz
openbsd-c47f546a7325c2f523da42a65c7d73218224ddcb.tar.bz2
openbsd-c47f546a7325c2f523da42a65c7d73218224ddcb.zip
Fix reference to x509v3.cnf(5)
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libcrypto/CA/intermediate.cnf12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/regress/lib/libcrypto/CA/intermediate.cnf b/src/regress/lib/libcrypto/CA/intermediate.cnf
index d0057ca13f..190460fe1a 100644
--- a/src/regress/lib/libcrypto/CA/intermediate.cnf
+++ b/src/regress/lib/libcrypto/CA/intermediate.cnf
@@ -1,4 +1,4 @@
1# $OpenBSD: intermediate.cnf,v 1.4 2022/03/14 21:30:48 tb Exp $ 1# $OpenBSD: intermediate.cnf,v 1.5 2023/09/26 21:17:03 tb Exp $
2# For regression tests 2# For regression tests
3default_ca = CA_regress 3default_ca = CA_regress
4 4
@@ -83,21 +83,21 @@ emailAddress_default = evilsoandsos@openbsd.org
83commonName_default = Regress Intermediate CA 83commonName_default = Regress Intermediate CA
84 84
85[ v3_ca ] 85[ v3_ca ]
86# Extensions for a typical CA (`man x509v3_config`). 86# Extensions for a typical CA (`man x509v3.cnf`).
87subjectKeyIdentifier = hash 87subjectKeyIdentifier = hash
88authorityKeyIdentifier = keyid:always,issuer 88authorityKeyIdentifier = keyid:always,issuer
89basicConstraints = critical, CA:true 89basicConstraints = critical, CA:true
90keyUsage = critical, digitalSignature, cRLSign, keyCertSign 90keyUsage = critical, digitalSignature, cRLSign, keyCertSign
91 91
92[ v3_intermediate_ca ] 92[ v3_intermediate_ca ]
93# Extensions for a typical intermediate CA (`man x509v3_config`). 93# Extensions for a typical intermediate CA (`man x509v3.cnf`).
94subjectKeyIdentifier = hash 94subjectKeyIdentifier = hash
95authorityKeyIdentifier = keyid:always,issuer 95authorityKeyIdentifier = keyid:always,issuer
96basicConstraints = critical, CA:true, pathlen:0 96basicConstraints = critical, CA:true, pathlen:0
97keyUsage = critical, digitalSignature, cRLSign, keyCertSign 97keyUsage = critical, digitalSignature, cRLSign, keyCertSign
98 98
99[ usr_cert ] 99[ usr_cert ]
100# Extensions for client certificates (`man x509v3_config`). 100# Extensions for client certificates (`man x509v3.cnf`).
101basicConstraints = CA:FALSE 101basicConstraints = CA:FALSE
102nsCertType = client, email 102nsCertType = client, email
103nsComment = "OpenSSL Generated Client Certificate" 103nsComment = "OpenSSL Generated Client Certificate"
@@ -111,7 +111,7 @@ subjectAltName = critical, @usr_san
111email.0 = evilsoandsos@test.openbsd.org 111email.0 = evilsoandsos@test.openbsd.org
112 112
113[ server_cert ] 113[ server_cert ]
114# Extensions for server certificates (`man x509v3_config`). 114# Extensions for server certificates (`man x509v3.cnf`).
115basicConstraints = CA:FALSE 115basicConstraints = CA:FALSE
116nsCertType = server 116nsCertType = server
117nsComment = "OpenSSL Generated Server Certificate" 117nsComment = "OpenSSL Generated Server Certificate"
@@ -121,7 +121,7 @@ keyUsage = critical, digitalSignature, keyEncipherment
121extendedKeyUsage = serverAuth 121extendedKeyUsage = serverAuth
122 122
123[ crl_ext ] 123[ crl_ext ]
124# Extension for CRLs (`man x509v3_config`). 124# Extension for CRLs (`man x509v3.cnf`).
125authorityKeyIdentifier=keyid:always 125authorityKeyIdentifier=keyid:always
126 126
127[ ocsp ] 127[ ocsp ]