Blame SOURCES/openssl-0.9.8a-defaults.patch

5820f5
--- openssl-0.9.8a/apps/openssl.cnf.defaults	2005-09-16 14:20:24.000000000 +0200
5820f5
+++ openssl-0.9.8a/apps/openssl.cnf	2005-11-04 11:00:37.000000000 +0100
5820f5
@@ -99,6 +99,7 @@
5820f5
 ####################################################################
5820f5
 [ req ]
5820f5
 default_bits		= 1024
5820f5
+default_md		= sha1
5820f5
 default_keyfile 	= privkey.pem
5820f5
 distinguished_name	= req_distinguished_name
5820f5
 attributes		= req_attributes
5820f5
@@ -116,23 +117,26 @@
5820f5
 # MASK:XXXX a literal mask value.
5820f5
 # WARNING: current versions of Netscape crash on BMPStrings or UTF8Strings
5820f5
 # so use this option with caution!
5820f5
-string_mask = nombstr
5820f5
+# we use PrintableString+UTF8String mask so if pure ASCII texts are used
5820f5
+# the resulting certificates are compatible with Netscape
5820f5
+string_mask = MASK:0x2002
5820f5
 
5820f5
 # req_extensions = v3_req # The extensions to add to a certificate request
5820f5
 
5820f5
 [ req_distinguished_name ]
5820f5
 countryName			= Country Name (2 letter code)
5820f5
-countryName_default		= AU
5820f5
+countryName_default		= GB
5820f5
 countryName_min			= 2
5820f5
 countryName_max			= 2
5820f5
 
5820f5
 stateOrProvinceName		= State or Province Name (full name)
5820f5
-stateOrProvinceName_default	= Some-State
5820f5
+stateOrProvinceName_default	= Berkshire
5820f5
 
5820f5
 localityName			= Locality Name (eg, city)
5820f5
+localityName_default		= Newbury
5820f5
 
5820f5
 0.organizationName		= Organization Name (eg, company)
5820f5
-0.organizationName_default	= Internet Widgits Pty Ltd
5820f5
+0.organizationName_default	= My Company Ltd
5820f5
 
5820f5
 # we can do this but it is not needed normally :-)
5820f5
 #1.organizationName		= Second Organization Name (eg, company)
5820f5
@@ -141,7 +145,7 @@
5820f5
 organizationalUnitName		= Organizational Unit Name (eg, section)
5820f5
 #organizationalUnitName_default	=
5820f5
 
5820f5
-commonName			= Common Name (eg, YOUR name)
5820f5
+commonName			= Common Name (eg, your name or your server\'s hostname)
5820f5
 commonName_max			= 64
5820f5
 
5820f5
 emailAddress			= Email Address