[Pkg-openssl-changes] r577 - in openssl/trunk/debian: . patches
Kurt Roeckx
kroeckx at alioth.debian.org
Tue Jun 5 22:56:32 UTC 2012
Author: kroeckx
Date: 2012-06-05 22:56:31 +0000 (Tue, 05 Jun 2012)
New Revision: 577
Added:
openssl/trunk/debian/patches/default_bits.patch
Modified:
openssl/trunk/debian/changelog
openssl/trunk/debian/patches/series
Log:
Change default bits from 1024 to 2048 (Closes: #487152)
Modified: openssl/trunk/debian/changelog
===================================================================
--- openssl/trunk/debian/changelog 2012-06-05 22:52:43 UTC (rev 576)
+++ openssl/trunk/debian/changelog 2012-06-05 22:56:31 UTC (rev 577)
@@ -3,8 +3,9 @@
* Fix renegiotation when using TLS > 1.0. This breaks tor. Patch from
upstream. (Closes: #675990)
* Enable the padlock engine by default.
+ * Change default bits from 1024 to 2048 (Closes: #487152)
- -- Kurt Roeckx <kurt at roeckx.be> Wed, 06 Jun 2012 00:47:56 +0200
+ -- Kurt Roeckx <kurt at roeckx.be> Wed, 06 Jun 2012 00:55:42 +0200
openssl (1.0.1c-1) unstable; urgency=high
Added: openssl/trunk/debian/patches/default_bits.patch
===================================================================
--- openssl/trunk/debian/patches/default_bits.patch (rev 0)
+++ openssl/trunk/debian/patches/default_bits.patch 2012-06-05 22:56:31 UTC (rev 577)
@@ -0,0 +1,11 @@
+--- openssl/apps/openssl.cnf 2012-06-06 00:51:47.000000000 +0200
++++ openssl/apps/openssl.cnf 2012-06-06 00:53:48.000000000 +0200
+@@ -105,7 +105,7 @@
+
+ ####################################################################
+ [ req ]
+-default_bits = 1024
++default_bits = 2048
+ default_keyfile = privkey.pem
+ distinguished_name = req_distinguished_name
+ attributes = req_attributes
Modified: openssl/trunk/debian/patches/series
===================================================================
--- openssl/trunk/debian/patches/series 2012-06-05 22:52:43 UTC (rev 576)
+++ openssl/trunk/debian/patches/series 2012-06-05 22:56:31 UTC (rev 577)
@@ -31,3 +31,4 @@
c_rehash-multi.patch
renegiotate_tls.patch
padlock_conf.patch
+default_bits.patch
More information about the Pkg-openssl-changes
mailing list