Codebase list openssl / 0b975e6
Change default bits from 1024 to 2048 (Closes: #487152) Kurt Roeckx 11 years ago
3 changed file(s) with 15 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
22 * Fix renegiotation when using TLS > 1.0. This breaks tor. Patch from
33 upstream. (Closes: #675990)
44 * Enable the padlock engine by default.
5
6 -- Kurt Roeckx <kurt@roeckx.be> Wed, 06 Jun 2012 00:47:56 +0200
5 * Change default bits from 1024 to 2048 (Closes: #487152)
6
7 -- Kurt Roeckx <kurt@roeckx.be> Wed, 06 Jun 2012 00:55:42 +0200
78
89 openssl (1.0.1c-1) unstable; urgency=high
910
0 --- openssl/apps/openssl.cnf 2012-06-06 00:51:47.000000000 +0200
1 +++ openssl/apps/openssl.cnf 2012-06-06 00:53:48.000000000 +0200
2 @@ -105,7 +105,7 @@
3
4 ####################################################################
5 [ req ]
6 -default_bits = 1024
7 +default_bits = 2048
8 default_keyfile = privkey.pem
9 distinguished_name = req_distinguished_name
10 attributes = req_attributes
3030 c_rehash-multi.patch
3131 renegiotate_tls.patch
3232 padlock_conf.patch
33 default_bits.patch