diff options
author | djm <> | 2005-04-29 05:37:34 +0000 |
---|---|---|
committer | djm <> | 2005-04-29 05:37:34 +0000 |
commit | f396ed0f5ce0af56bfde2e75e15cf1f52924c779 (patch) | |
tree | 32685998ee195b43c649d12fa381164a929e528a /src/lib/libssl/test/CAss.cnf | |
parent | 411d389aff1d4ca3241d9d89edb4110c1cf05035 (diff) | |
parent | a95585a25ab25668b931a78b7543f707a3354db8 (diff) | |
download | openbsd-f396ed0f5ce0af56bfde2e75e15cf1f52924c779.tar.gz openbsd-f396ed0f5ce0af56bfde2e75e15cf1f52924c779.tar.bz2 openbsd-f396ed0f5ce0af56bfde2e75e15cf1f52924c779.zip |
This commit was generated by cvs2git to track changes on a CVS vendor
branch.
Diffstat (limited to 'src/lib/libssl/test/CAss.cnf')
-rw-r--r-- | src/lib/libssl/test/CAss.cnf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/lib/libssl/test/CAss.cnf b/src/lib/libssl/test/CAss.cnf index b941b7ae15..21da59a73a 100644 --- a/src/lib/libssl/test/CAss.cnf +++ b/src/lib/libssl/test/CAss.cnf | |||
@@ -23,3 +23,11 @@ organizationName_value = Dodgy Brothers | |||
23 | 23 | ||
24 | commonName = Common Name (eg, YOUR name) | 24 | commonName = Common Name (eg, YOUR name) |
25 | commonName_value = Dodgy CA | 25 | commonName_value = Dodgy CA |
26 | |||
27 | [ v3_ca ] | ||
28 | subjectKeyIdentifier=hash | ||
29 | authorityKeyIdentifier=keyid:always,issuer:always | ||
30 | basicConstraints = CA:true,pathlen:1 | ||
31 | keyUsage = cRLSign, keyCertSign | ||
32 | issuerAltName=issuer:copy | ||
33 | |||