certs: drop unused default_bits from .prm files

Cert generation do not use these default values, some were also low,
and they were RSA-specific, and the generator recently switched to ECC.

Closes #16999
This commit is contained in:
Viktor Szakats 2025-04-09 08:10:19 +02:00
parent 2ade14b666
commit 3c868fbf7f
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201
7 changed files with 0 additions and 7 deletions

View File

@ -19,7 +19,6 @@ caIssuers;URI.0 = http://test.curl.se/ca/EdelCurlRoot.cer
URI.0 = http://test.curl.se/ca/EdelCurlRoot.crl
[ req ]
default_bits = 2048
distinguished_name = req_DN
default_md = sha256
string_mask = utf8only

View File

@ -21,7 +21,6 @@ caIssuers;URI.0 = http://test.curl.se/ca/EdelCurlRoot.cer
URI.0 = http://test.curl.se/ca/EdelCurlRoot.crl
[ req ]
default_bits = 2048
distinguished_name = req_DN
default_md = sha256
string_mask = utf8only

View File

@ -21,7 +21,6 @@ caIssuers;URI.0 = http://test.curl.se/ca/EdelCurlRoot.cer
URI.0 = http://test.curl.se/ca/EdelCurlRoot.crl
[ req ]
default_bits = 1024
distinguished_name = req_DN
default_md = sha256
string_mask = utf8only

View File

@ -21,7 +21,6 @@ caIssuers;URI.0 = http://test.curl.se/ca/EdelCurlRoot.cer
URI.0 = http://test.curl.se/ca/EdelCurlRoot.crl
[ req ]
default_bits = 1024
distinguished_name = req_DN
default_md = sha256
string_mask = utf8only

View File

@ -21,7 +21,6 @@ caIssuers;URI.0 = http://test.curl.se/ca/EdelCurlRoot.cer
URI.0 = http://test.curl.se/ca/EdelCurlRoot.crl
[ req ]
default_bits = 1024
distinguished_name = req_DN
default_md = sha256
string_mask = utf8only

View File

@ -21,7 +21,6 @@ caIssuers;URI.0 = http://test.curl.se/ca/EdelCurlRoot.cer
URI.0 = http://test.curl.se/ca/EdelCurlRoot.crl
[ req ]
default_bits = 2048
distinguished_name = req_DN
default_md = sha256
string_mask = utf8only

View File

@ -22,7 +22,6 @@ caIssuers;URI.0 = http://test.curl.se/ca/EdelCurlRoot.cer
URI.0 = http://test.curl.se/ca/EdelCurlRoot.crl
[ req ]
default_bits = 1024
distinguished_name = req_DN
default_md = sha256
string_mask = utf8only