Skip to content

Commit

Permalink
- Fix unbound-control-setup.cmd to use 3072 bits so that certificates
Browse files Browse the repository at this point in the history
  are long enough for newer OpenSSL versions.
  • Loading branch information
wcawijngaards committed Mar 8, 2024
1 parent 326ba26 commit 939baeb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions doc/Changelog
Original file line number Diff line number Diff line change
@@ -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
- 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
Expand Down
2 changes: 1 addition & 1 deletion winrc/unbound-control-setup.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ rem validity period for certificates
set DAYS=7200

rem size of keys in bits
set BITS=1536
set BITS=3072

rem hash algorithm
set HASH=sha256
Expand Down

0 comments on commit 939baeb

Please sign in to comment.