Hello community, here is the log from the commit of package apache2 for openSUSE:Factory checked in at 2013-08-04 16:48:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/apache2 (Old) and /work/SRC/openSUSE:Factory/.apache2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "apache2" Changes: -------- --- /work/SRC/openSUSE:Factory/apache2/apache2.changes 2013-08-01 17:14:28.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.apache2.new/apache2.changes 2013-08-04 16:48:08.000000000 +0200 @@ -1,0 +2,6 @@ +Fri Aug 2 08:18:03 UTC 2013 - [email protected] + +- Make the default keysize in the sample gensslcerts 2048 bits to match + government recommendations. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gensslcert ++++++ --- /var/tmp/diff_new_pack.kqKGhu/_old 2013-08-04 16:48:10.000000000 +0200 +++ /var/tmp/diff_new_pack.kqKGhu/_new 2013-08-04 16:48:10.000000000 +0200 @@ -95,7 +95,7 @@ cat >$r/root/.mkcert.cfg <<EOT [ req ] -default_bits = 1024 +default_bits = 2048 default_keyfile = keyfile.pem distinguished_name = req_distinguished_name attributes = req_attributes @@ -124,11 +124,11 @@ # Server CERT # echo;myecho creating server key ... -(umask 0377 ; $openssl genrsa -rand $r/etc/rc.config:$r/var/log/messages -out $sslkeydir/${name}server.key 1024 || myexit $LINENO $?) +(umask 0377 ; $openssl genrsa -rand $r/etc/rc.config:$r/var/log/messages -out $sslkeydir/${name}server.key 2048 || myexit $LINENO $?) cat >$r/root/.mkcert.cfg <<EOT [ req ] -default_bits = 1024 +default_bits = 2048 default_keyfile = keyfile.pem distinguished_name = req_distinguished_name attributes = req_attributes -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
