diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 5 |
2 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,5 @@ PACKAGE = rpm-helper -VERSION = 0.24.20 +VERSION = 0.24.21 SCRIPT_FILES = add-user del-user create-file \ add-service del-service reread-services \ @@ -1,3 +1,8 @@ +2020-12-20 Guillaume Rousse <guillomovitch@gmail.com> 0.24.21 + * revert default key length for SSL certificates to 2048 bits, as it is + enough until 2030 according to NIST and other experts: + https://www.keylength.com/en/4/ + 2020-10-04 Jani Välimaa <wally@mageia.org> 0.24.20 * really default to 4096 bit SSL certificates |