diff options
author | Brent Cook <busterb@gmail.com> | 2015-05-06 22:37:41 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2015-05-06 22:39:32 -0500 |
commit | 51bfd4921a18552b72ecc15f282e52116c136554 (patch) | |
tree | cab13bb683a36f9d20f0b4d7f7b924c92cc88c53 /tests/openssl.cnf | |
parent | 91f01629b9b1492b2a7447ef7e746f6135a6edbf (diff) | |
download | portable-51bfd4921a18552b72ecc15f282e52116c136554.tar.gz portable-51bfd4921a18552b72ecc15f282e52116c136554.tar.bz2 portable-51bfd4921a18552b72ecc15f282e52116c136554.zip |
add app tests from regress/usr.bin/openssl
These are added directly rather than imported by update.sh since they
require local modifications and its not worth breaking everyone's git
forks yet to import them through cvs2git.
Diffstat (limited to 'tests/openssl.cnf')
-rw-r--r-- | tests/openssl.cnf | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/tests/openssl.cnf b/tests/openssl.cnf new file mode 100644 index 0000000..8e1eeb7 --- /dev/null +++ b/tests/openssl.cnf | |||
@@ -0,0 +1,29 @@ | |||
1 | # $OpenBSD: openssl.cnf,v 1.1 2014/08/26 17:50:07 jsing Exp $ | ||
2 | |||
3 | # | ||
4 | # SSLeay example configuration file. | ||
5 | # This is mostly being used for generation of certificate requests. | ||
6 | # | ||
7 | # hacked by iang to do DSA certs - Server | ||
8 | |||
9 | RANDFILE = ./.rnd | ||
10 | |||
11 | #################################################################### | ||
12 | [ req ] | ||
13 | distinguished_name = req_distinguished_name | ||
14 | encrypt_rsa_key = no | ||
15 | |||
16 | [ req_distinguished_name ] | ||
17 | countryName = Country Name (2 letter code) | ||
18 | countryName_default = CA | ||
19 | countryName_value = CA | ||
20 | |||
21 | organizationName = Organization Name (eg, company) | ||
22 | organizationName_value = Shake it Vera | ||
23 | |||
24 | 0.commonName = Common Name (eg, YOUR name) | ||
25 | 0.commonName_value = Wastelandus | ||
26 | |||
27 | 1.commonName = Common Name (eg, YOUR name) | ||
28 | 1.commonName_value = Maximus | ||
29 | |||