mirror of
https://github.com/curl/curl.git
synced 2026-04-18 02:41:59 +03:00
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:
parent
2ade14b666
commit
3c868fbf7f
7 changed files with 0 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue