aboutsummaryrefslogtreecommitdiff
path: root/crypto/openssl/test/Uss.cnf
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-01-10 06:22:05 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-01-10 06:22:05 +0000
commit74664626283603849f4acbd49e8c8288c08cff4d (patch)
treeb5683ff3d44c93978826763313683673904c6bd9 /crypto/openssl/test/Uss.cnf
parentf5952845872443119d7617dd3ef63397853419c1 (diff)
downloadsrc-74664626283603849f4acbd49e8c8288c08cff4d.tar.gz
src-74664626283603849f4acbd49e8c8288c08cff4d.zip
Initial import of OpenSSL 0.9.4, sans IDEA and RSA code for patent
infringement reasons.
Notes
Notes: svn path=/vendor-crypto/openssl/dist/; revision=55714
Diffstat (limited to 'crypto/openssl/test/Uss.cnf')
-rw-r--r--crypto/openssl/test/Uss.cnf28
1 files changed, 28 insertions, 0 deletions
diff --git a/crypto/openssl/test/Uss.cnf b/crypto/openssl/test/Uss.cnf
new file mode 100644
index 000000000000..c89692d5199c
--- /dev/null
+++ b/crypto/openssl/test/Uss.cnf
@@ -0,0 +1,28 @@
+#
+# SSLeay example configuration file.
+# This is mostly being used for generation of certificate requests.
+#
+
+RANDFILE = ./.rnd
+
+####################################################################
+[ req ]
+default_bits = 512
+default_keyfile = keySS.pem
+distinguished_name = req_distinguished_name
+encrypt_rsa_key = no
+default_md = md2
+
+[ req_distinguished_name ]
+countryName = Country Name (2 letter code)
+countryName_default = AU
+countryName_value = AU
+
+organizationName = Organization Name (eg, company)
+organizationName_value = Dodgy Brothers
+
+0.commonName = Common Name (eg, YOUR name)
+0.commonName_value = Brother 1
+
+1.commonName = Common Name (eg, YOUR name)
+1.commonName_value = Brother 2