summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/openssl.cnf
diff options
context:
space:
mode:
authorjsing <>2014-05-24 13:32:46 +0000
committerjsing <>2014-05-24 13:32:46 +0000
commitb1cf7548c4fb4c09ec9b0c68ae25e73ef8558ad0 (patch)
treeebc073b147392b35dd9397b327e8cce1da15ee6b /src/regress/lib/libssl/openssl.cnf
parent5e1ae80e3f98ab999ac233eec6f32cddbb914140 (diff)
downloadopenbsd-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.cnf29
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
9RANDFILE = ./.rnd
10
11####################################################################
12[ req ]
13distinguished_name = req_distinguished_name
14encrypt_rsa_key = no
15
16[ req_distinguished_name ]
17countryName = Country Name (2 letter code)
18countryName_default = CA
19countryName_value = CA
20
21organizationName = Organization Name (eg, company)
22organizationName_value = Shake it Vera
23
240.commonName = Common Name (eg, YOUR name)
250.commonName_value = Wastelandus
26
271.commonName = Common Name (eg, YOUR name)
281.commonName_value = Maximus
29