- Fix unbound-control-setup.cmd to use 3072 bits so that certificates

are long enough for newer OpenSSL versions.
This commit is contained in:
W.C.A. Wijngaards 2024-03-08 09:07:36 +01:00
parent 326ba26522
commit 939baebfe7
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
8 March 2024: Wouter
- Fix unbound-control-setup.cmd to use 3072 bits so that certificates
are long enough for newer OpenSSL versions.
7 March 2024: Wouter 7 March 2024: Wouter
- Version set to 1.19.3 for release. After 1.19.2 point release with - Version set to 1.19.3 for release. After 1.19.2 point release with
security fix for CVE-2024-1931, Denial of service when trimming security fix for CVE-2024-1931, Denial of service when trimming

View File

@ -48,7 +48,7 @@ rem validity period for certificates
set DAYS=7200 set DAYS=7200
rem size of keys in bits rem size of keys in bits
set BITS=1536 set BITS=3072
rem hash algorithm rem hash algorithm
set HASH=sha256 set HASH=sha256