aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Walser <luigiwalser@yahoo.com>2015-04-01 17:25:15 +0100
committerColin Guthrie <colin@mageia.org>2015-04-01 17:25:58 +0100
commit971938e7043cbbc877039cb75009033cc0bc967f (patch)
treef8f816e3000cafa2f3d8e37fcf01a7921fc3899b /NEWS
parentf138359d05d72fb6aeb209c365b379970f0d55d7 (diff)
downloadrpm-helper-971938e7043cbbc877039cb75009033cc0bc967f.tar
rpm-helper-971938e7043cbbc877039cb75009033cc0bc967f.tar.gz
rpm-helper-971938e7043cbbc877039cb75009033cc0bc967f.tar.bz2
rpm-helper-971938e7043cbbc877039cb75009033cc0bc967f.tar.xz
rpm-helper-971938e7043cbbc877039cb75009033cc0bc967f.zip
ssl: Change default key length to 2048.
Various browsers and other clients are dropping support for 1024-SSL certificates so we should not generate them by default. mga#15576
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4d133eb..9735173 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+ * default SSL certificates to 2048-bit (mga#15576)
+
2014-10-28 Colin Guthrie <colin@mageia.org> 0.24.16
* deal with xinetd.d services properly (e.g. sane mga#14397)