diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2002-08-05 16:25:18 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2002-08-05 16:25:18 +0000 |
commit | b511ae2f1f196288ae21fd8ef86946e50dacbbcd (patch) | |
tree | c77ed69a9d89e7b50ec49f9e17f03e1daaf0c328 /crypto/openssl/test/Uss.cnf | |
parent | b1357e1cec95464ca388f5ea85e0b24cfac69efc (diff) |
This commit was manufactured by cvs2svn to create tagvendor/openssl/0.9.6e-asn1-patch
'openssl-vendor-crypto-v0_9_6e_asn1_patch'.
Notes
Notes:
svn path=/vendor-crypto/openssl/dist/; revision=101386
svn path=/vendor-crypto/openssl/0.9.6e-asn1-patch/; revision=101388; tag=vendor/openssl/0.9.6e-asn1-patch
Diffstat (limited to 'crypto/openssl/test/Uss.cnf')
-rw-r--r-- | crypto/openssl/test/Uss.cnf | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/crypto/openssl/test/Uss.cnf b/crypto/openssl/test/Uss.cnf deleted file mode 100644 index c89692d5199c..000000000000 --- a/crypto/openssl/test/Uss.cnf +++ /dev/null @@ -1,28 +0,0 @@ -# -# 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 |