From 72882765a38f31ef7380ef172db68383286dce75 Mon Sep 17 00:00:00 2001 From: tb <> Date: Tue, 26 Sep 2023 21:18:01 +0000 Subject: Fix reference to x509v3.cnf(5) bis --- src/regress/lib/libcrypto/CA/root.cnf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src') diff --git a/src/regress/lib/libcrypto/CA/root.cnf b/src/regress/lib/libcrypto/CA/root.cnf index 30a442f136..02399a0a3f 100644 --- a/src/regress/lib/libcrypto/CA/root.cnf +++ b/src/regress/lib/libcrypto/CA/root.cnf @@ -1,4 +1,4 @@ -# $OpenBSD: root.cnf,v 1.4 2022/03/14 21:30:48 tb Exp $ +# $OpenBSD: root.cnf,v 1.5 2023/09/26 21:18:01 tb Exp $ # For regression tests default_ca = CA_regress @@ -83,14 +83,14 @@ emailAddress_default = evilsoandsos@openbsd.org commonName_default = Regress Root CA [ v3_ca ] -# Extensions for a typical CA (`man x509v3_config`). +# Extensions for a typical CA (`man x509v3.cnf`). subjectKeyIdentifier = hash authorityKeyIdentifier = keyid:always,issuer basicConstraints = critical, CA:true keyUsage = critical, digitalSignature, cRLSign, keyCertSign [ v3_intermediate_ca ] -# Extensions for a typical intermediate CA (`man x509v3_config`). +# Extensions for a typical intermediate CA (`man x509v3.cnf`). subjectKeyIdentifier = hash authorityKeyIdentifier = keyid:always,issuer basicConstraints = critical, CA:true, pathlen:0 @@ -113,7 +113,7 @@ C = CA O = OpenBSD [ usr_cert ] -# Extensions for client certificates (`man x509v3_config`). +# Extensions for client certificates (`man x509v3.cnf`). basicConstraints = CA:FALSE nsCertType = client, email nsComment = "OpenSSL Generated Client Certificate" @@ -123,7 +123,7 @@ keyUsage = critical, nonRepudiation, digitalSignature, keyEncipherment extendedKeyUsage = clientAuth, emailProtection [ server_cert ] -# Extensions for server certificates (`man x509v3_config`). +# Extensions for server certificates (`man x509v3.cnf`). basicConstraints = CA:FALSE nsCertType = server nsComment = "OpenSSL Generated Server Certificate" @@ -133,7 +133,7 @@ keyUsage = critical, digitalSignature, keyEncipherment extendedKeyUsage = serverAuth [ crl_ext ] -# Extension for CRLs (`man x509v3_config`). +# Extension for CRLs (`man x509v3.cnf`). authorityKeyIdentifier=keyid:always [ ocsp ] -- cgit v1.2.3-55-g6feb