3505ea6700
Four patches are not being applied due to failures in the build and/or applying them: - openssl-1.1.1-fips.patch - openssl-1.1.1-fips-post-rand.patch - openssl-1.1.1-evp-kdf.patch - openssl-1.1.1-ssh-kdf.patch Mind that fips related patches were not applied in the previously version either. Resolves: rhbz#1740772 Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
52 lines
1.9 KiB
Diff
52 lines
1.9 KiB
Diff
diff -up openssl-1.1.1a/apps/openssl.cnf.defaults openssl-1.1.1a/apps/openssl.cnf
|
|
--- openssl-1.1.1a/apps/openssl.cnf.defaults 2018-11-20 14:35:37.000000000 +0100
|
|
+++ openssl-1.1.1a/apps/openssl.cnf 2019-01-15 13:56:50.841719776 +0100
|
|
@@ -74,7 +74,7 @@ cert_opt = ca_default # Certificate fi
|
|
|
|
default_days = 365 # how long to certify for
|
|
default_crl_days= 30 # how long before next CRL
|
|
-default_md = default # use public key default MD
|
|
+default_md = sha256 # use SHA-256 by default
|
|
preserve = no # keep passed DN ordering
|
|
|
|
# A few difference way of specifying how similar the request should look
|
|
@@ -106,6 +106,7 @@ emailAddress = optional
|
|
####################################################################
|
|
[ req ]
|
|
default_bits = 2048
|
|
+default_md = sha256
|
|
default_keyfile = privkey.pem
|
|
distinguished_name = req_distinguished_name
|
|
attributes = req_attributes
|
|
@@ -128,17 +129,18 @@ string_mask = utf8only
|
|
|
|
[ req_distinguished_name ]
|
|
countryName = Country Name (2 letter code)
|
|
-countryName_default = AU
|
|
+countryName_default = XX
|
|
countryName_min = 2
|
|
countryName_max = 2
|
|
|
|
stateOrProvinceName = State or Province Name (full name)
|
|
-stateOrProvinceName_default = Some-State
|
|
+#stateOrProvinceName_default = Default Province
|
|
|
|
localityName = Locality Name (eg, city)
|
|
+localityName_default = Default City
|
|
|
|
0.organizationName = Organization Name (eg, company)
|
|
-0.organizationName_default = Internet Widgits Pty Ltd
|
|
+0.organizationName_default = Default Company Ltd
|
|
|
|
# we can do this but it is not needed normally :-)
|
|
#1.organizationName = Second Organization Name (eg, company)
|
|
@@ -147,7 +149,7 @@ localityName = Locality Name (eg, city
|
|
organizationalUnitName = Organizational Unit Name (eg, section)
|
|
#organizationalUnitName_default =
|
|
|
|
-commonName = Common Name (e.g. server FQDN or YOUR name)
|
|
+commonName = Common Name (eg, your name or your server\'s hostname)
|
|
commonName_max = 64
|
|
|
|
emailAddress = Email Address
|