diff options
author | jsing <> | 2014-05-24 13:32:46 +0000 |
---|---|---|
committer | jsing <> | 2014-05-24 13:32:46 +0000 |
commit | b1cf7548c4fb4c09ec9b0c68ae25e73ef8558ad0 (patch) | |
tree | ebc073b147392b35dd9397b327e8cce1da15ee6b /src/regress/lib/libssl/openssl.cnf | |
parent | 5e1ae80e3f98ab999ac233eec6f32cddbb914140 (diff) | |
download | openbsd-b1cf7548c4fb4c09ec9b0c68ae25e73ef8558ad0.tar.gz openbsd-b1cf7548c4fb4c09ec9b0c68ae25e73ef8558ad0.tar.bz2 openbsd-b1cf7548c4fb4c09ec9b0c68ae25e73ef8558ad0.zip |
Move the regress tests that are in lib/libssl to usr.sbin/openssl,
since they are really testing openssl(1) (although this also tests
libcrypto and libssl), rather than actual parts of the libssl library.
Discussed with miod@
Diffstat (limited to 'src/regress/lib/libssl/openssl.cnf')
-rw-r--r-- | src/regress/lib/libssl/openssl.cnf | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/src/regress/lib/libssl/openssl.cnf b/src/regress/lib/libssl/openssl.cnf deleted file mode 100644 index 9b6cf400c6..0000000000 --- a/src/regress/lib/libssl/openssl.cnf +++ /dev/null | |||
@@ -1,29 +0,0 @@ | |||
1 | # $OpenBSD: openssl.cnf,v 1.2 2001/01/29 02:05:46 niklas 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 | |||