mirror of
https://github.com/curl/curl.git
synced 2025-04-12 16:20:35 +08: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
@ -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…
x
Reference in New Issue
Block a user