[Bug 1197884] Re: apache2.2 SSL has no forward-secrecy: need ECDHE keys

2015-06-05 Thread Bug Watch Updater
Launchpad has imported 21 comments from the remote bug at
https://bz.apache.org/bugzilla/show_bug.cgi?id=49559.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2010-07-06T09:12:39+00:00 Erwann-abalea wrote:

Created attachment 25714
Allow admin-choosen DH parameters for DHE enabled cipher-modes

In order to be EAL4+ validated for one of our customers, Apache needs to
be able to support 2048+ bits group size for Diffie-Hellman parameters.
Right now, temporary parameters are 512 and 1024 bits only.

We can still disallow DH at all, leaving only RSA for authentication and
pre-master secret encryption, but that's a suboptimal solution, as we
then loose forward secrecy.

Adding a 2048 bits DH temporary key into mod_ssl is not possible, since
OpenSSL would only ask for a 512/1024 bits one, depending on the
"exportability" of the choosen ciper-mode.

This patch adds a new configuration directive, "SSLDHParametersFile ", 
allowing the administrator to supply its own Diffie-Hellman parameters 
("openssl dhparam 2048 > dhparam2048.pem" to generate 2048 bits ones, for 
example).
If this directive is specified and parameters are found in the supplied file, 
then these parameters will be used whenever DHE is used to negociate the 
pre-master secret. If this directive is not used, then it works like it does 
now, leaving OpenSSL ask mod_ssl for a set of parameters of the desired size 
(512 or 1024 bits).

We'd like this to be evaluated, discussed, and if possible, applied.

Regards.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1197884/comments/0


On 2012-04-30T18:22:51+00:00 Erwann-abalea wrote:

Created attachment 28699
Updated patch for 2.4.2

Reply at:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1197884/comments/1


On 2012-04-30T18:29:45+00:00 Erwann-abalea wrote:

A new version of the patch has been provided, based on httpd 2.4.2.
When generating your own DH parameters, add the "-dsaparam" option to openssl 
commandline, this speeds up the handshake by about 15% for a 1024bits prime to 
30% for a 2048bits prime.
With "-dsaparam" option, the private key is limited to 160 bits for a <2048bits 
prime, and 256 bits for a >=2048bits one. You then have 80bits of security for 
a 1024bits prime, but based on NFS results you can't get much.
2048bits prime with a 256bits private key length gives you 128bits of security.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1197884/comments/2


On 2013-06-24T17:09:10+00:00 Michaelm12-asfbugzilla wrote:

Any idea on when this might make it into 2.4.x or 2.2.x?

Many thanks.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1197884/comments/3


On 2013-07-21T22:45:20+00:00 Fraze wrote:

I would like to see this added to 2.2.x and 2.4.x too!

Reply at:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1197884/comments/6


On 2013-08-04T18:10:23+00:00 Geoffroy+dev wrote:

In addition, Elliptic Curve choice should also be given to the server
admin in a similar way (e.g. SSLCurveList  ). Tell
the admin to execute 'openssl ecparam -list_curves' to get a list of the
supported curves.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1197884/comments/8


On 2013-08-16T08:47:13+00:00 Christoph_vW wrote:

Would someone please apply this patch to 2.2.x and 2.4.x ... ?

Reply at:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1197884/comments/9


On 2013-08-16T08:53:33+00:00 Harald-dunkel-r wrote:

I'd love to see this added to 2.2.x and 2.4.y

Reply at:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1197884/comments/10


On 2013-09-08T08:10:11+00:00 Asfbugz wrote:

Created attachment 30804
PoC: read (EC)DHE parameters from SSLCertificateFile (applies to trunk and 
2.4.x)

I'm fine with the idea, but the implementation in the patches submitted
so far is too complex, in my opinion (in particular the
SSL_read_DHparams stuff, which tries to support/read three different
formats).

Here is an alternative proposal:

- only support PEM-formatted parameters (-BEGIN DH PARAMETERS /
-END DH PARAMETERS-)

- use the existing SSLCertificateFile directive to support per-vhos

[Bug 1197884] Re: apache2.2 SSL has no forward-secrecy: need ECDHE keys

2015-06-03 Thread Mathew Hodson
** CVE removed: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2011-3389

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1197884

Title:
  apache2.2 SSL has no forward-secrecy: need ECDHE keys

To manage notifications about this bug go to:
https://bugs.launchpad.net/apache2/+bug/1197884/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1197884] Re: apache2.2 SSL has no forward-secrecy: need ECDHE keys

2015-06-03 Thread Mathew Hodson
** Also affects: apache2
   Importance: Undecided
   Status: New

** Changed in: apache2
   Importance: Undecided => Unknown

** Changed in: apache2
   Status: New => Unknown

** Changed in: apache2
 Remote watch: None => bz.apache.org/bugzilla/ #49559

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1197884

Title:
  apache2.2 SSL has no forward-secrecy: need ECDHE keys

To manage notifications about this bug go to:
https://bugs.launchpad.net/apache2/+bug/1197884/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1197884] Re: apache2.2 SSL has no forward-secrecy: need ECDHE keys

2015-06-02 Thread Launchpad Bug Tracker
This bug was fixed in the package apache2 - 2.2.22-1ubuntu1.9

---
apache2 (2.2.22-1ubuntu1.9) precise-security; urgency=medium

  * SECURITY IMPROVEMENT: add support for ECC keys and ECDH ciphers
(LP: #1197884)
- debian/patches/ecc_support.patch: add support to
  modules/ssl/mod_ssl.c, modules/ssl/ssl_engine_init.c,
  modules/ssl/ssl_engine_kernel.c, modules/ssl/ssl_private.h,
  modules/ssl/ssl_toolkit_compat.h, modules/ssl/ssl_util.c,
  * SECURITY IMPROVEMENT: add TLSv1.x options to SSLProtocol (LP: #1400473)
- debian/patches/tls_options.patch: allow specifying later TLSv1.x
  options in modules/ssl/mod_ssl.c, modules/ssl/ssl_engine_config.c,
  modules/ssl/ssl_engine_init.c, modules/ssl/ssl_engine_kernel.c,
  modules/ssl/ssl_private.h.
  * SECURITY IMPROVEMENT: improve ephemeral key handling, including
allowing DH parameters to be loaded from SSLCertificateFile and
disabling EXPORT ciphers.
- debian/patches/ephemeral_key_handling.patch: numerous improvements to
  modules/ssl/mod_ssl.c, modules/ssl/ssl_engine_config.c,
  modules/ssl/ssl_engine_dh.c, modules/ssl/ssl_engine_init.c,
  modules/ssl/ssl_engine_kernel.c, modules/ssl/ssl_private.h,
  modules/ssl/ssl_util_ssl.c, modules/ssl/ssl_util_ssl.h.

 -- Marc Deslauriers   Thu, 28 May 2015
12:26:50 -0400

** Changed in: apache2 (Ubuntu Precise)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1197884

Title:
  apache2.2 SSL has no forward-secrecy: need ECDHE keys

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1197884/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1197884] Re: apache2.2 SSL has no forward-secrecy: need ECDHE keys

2015-06-01 Thread Haw Loeung
https://bz.apache.org/bugzilla/show_bug.cgi?id=49559#c20

** Bug watch added: bz.apache.org/bugzilla/ #49559
   https://bz.apache.org/bugzilla/show_bug.cgi?id=49559

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1197884

Title:
  apache2.2 SSL has no forward-secrecy: need ECDHE keys

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1197884/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1197884] Re: apache2.2 SSL has no forward-secrecy: need ECDHE keys

2015-05-29 Thread Marc Deslauriers
There is a test package for precise available here:

https://launchpad.net/~ubuntu-security-
proposed/+archive/ubuntu/ppa/+packages

Once it has gone through testing, it will be published as an update.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1197884

Title:
  apache2.2 SSL has no forward-secrecy: need ECDHE keys

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1197884/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1197884] Re: apache2.2 SSL has no forward-secrecy: need ECDHE keys

2015-05-25 Thread Andreas Tauscher
I did not want to wait until this is fixed for apache 2.22 in Ubuntu
12.04

So I took mod_ssl from apache 2.2.29 which supports ECDH.
Additional I removed the 512 and 1024 bit DH parameters from ssl_engine_dh.c 
and replaced them with 2048 and 3072 bit.
Two DH keys are not needed because libssl in 12.04 never asks for more than 
1024 bit so always 3072 are returned. But I realised this afterwards

You can download my modified mod_ssl from 
http://download.ict-pros.co.tz/mod_ssl-apache2.22.tar.bz2
Short instructions:
apt-get source apache2
apt-get build-dep apache2
Replace modules/ssl with the modified version.
Run within modules/ssl perl ./ssl_engine_dh.c to generate your own DH 
parameters.
Build the package. After updates mod_ssl.so will be overwritten so you have to 
copy your compiled version from debian/apache2.2-bin/usr/lib/apache2/modules/ 
to /usr/lib/apache2/modules/ and restarting apache.

Andreas


** Attachment added: "mod_ssl from apache 2.2.29 with 2038 and 3072 bit DH 
parameters"
   
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1197884/+attachment/4404368/+files/mod_ssl-apache2.22.tar.bz2

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1197884

Title:
  apache2.2 SSL has no forward-secrecy: need ECDHE keys

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1197884/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1197884] Re: apache2.2 SSL has no forward-secrecy: need ECDHE keys

2015-05-22 Thread Patrick Domack
This is a patch I created, by backporting 2.4 commits for DH keys to
2.2, to solve the DH keys too small issues on certs.

Adding here in case it helps anyone.


** Patch added: "DH key sizing backport from 2.4"
   
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1197884/+attachment/4402571/+files/ssl_dhparams.patch

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1197884

Title:
  apache2.2 SSL has no forward-secrecy: need ECDHE keys

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1197884/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1197884] Re: apache2.2 SSL has no forward-secrecy: need ECDHE keys

2015-05-22 Thread Marc Deslauriers
I'll work on releasing this for precise next week.

** Changed in: apache2 (Ubuntu Precise)
 Assignee: (unassigned) => Marc Deslauriers (mdeslaur)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1197884

Title:
  apache2.2 SSL has no forward-secrecy: need ECDHE keys

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1197884/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1197884] Re: apache2.2 SSL has no forward-secrecy: need ECDHE keys

2015-05-20 Thread Haw Loeung
With the recently released logjam attack, can we please revisit and
increase the priority for, backporting ECDHE support to apache2.2?

https://weakdh.org/
http://openssl.org/blog/blog/2015/05/20/logjam-freak-upcoming-changes/

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in Ubuntu.
https://bugs.launchpad.net/bugs/1197884

Title:
  apache2.2 SSL has no forward-secrecy: need ECDHE keys

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1197884/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1197884] Re: apache2.2 SSL has no forward-secrecy: need ECDHE keys

2015-01-10 Thread Jonathan
i created a ppa:
https://launchpad.net/~jonathan00/+archive/ubuntu/apache2/

@Haw: Thanks for the info

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in Ubuntu.
https://bugs.launchpad.net/bugs/1197884

Title:
  apache2.2 SSL has no forward-secrecy: need ECDHE keys

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1197884/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1197884] Re: apache2.2 SSL has no forward-secrecy: need ECDHE keys

2015-01-10 Thread Haw Loeung
FYI, ECDHE-ECDSA-*  cipher suites are only enabled when using ECDSA SSL
certificates (with RSA being the most common).

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in Ubuntu.
https://bugs.launchpad.net/bugs/1197884

Title:
  apache2.2 SSL has no forward-secrecy: need ECDHE keys

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1197884/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1197884] Re: apache2.2 SSL has no forward-secrecy: need ECDHE keys

2015-01-10 Thread Jonathan
for a quick & dirty solution you can replace
/usr/lib/apache2/modules/mod_ssl.so (x86_64)

** Attachment added: "mod_ssl.so"
   
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1197884/+attachment/4295297/+files/mod_ssl.so

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in Ubuntu.
https://bugs.launchpad.net/bugs/1197884

Title:
  apache2.2 SSL has no forward-secrecy: need ECDHE keys

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1197884/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1197884] Re: apache2.2 SSL has no forward-secrecy: need ECDHE keys

2015-01-10 Thread Jonathan
hi,

i included the patch from debian to ubuntu. Added an debdiff.

about the openssl/mac os x problem:

if i follow the ciphers from
https://community.qualys.com/blogs/securitylabs/2013/08/05/configuring-
apache-nginx-and-openssl-for-forward-secrecy

ciphers with ECDHE-ECDSA-* are not enabled, so this should not be a problem.
for details see http://wiki.openssl.org/index.php/SSL_OP_SAFARI_ECDHE_ECDSA_BUG

my patched apache is now running without any problem more than a week.

** Patch added: "apache2_2.2.22-1ubuntu1.7-ppa1.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1197884/+attachment/4295296/+files/apache2_2.2.22-1ubuntu1.7-ppa1.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in Ubuntu.
https://bugs.launchpad.net/bugs/1197884

Title:
  apache2.2 SSL has no forward-secrecy: need ECDHE keys

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1197884/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1197884] Re: apache2.2 SSL has no forward-secrecy: need ECDHE keys

2014-10-17 Thread Haw Loeung
** Changed in: apache2 (Ubuntu Precise)
   Importance: Undecided => Wishlist

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in Ubuntu.
https://bugs.launchpad.net/bugs/1197884

Title:
  apache2.2 SSL has no forward-secrecy: need ECDHE keys

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1197884/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1197884] Re: apache2.2 SSL has no forward-secrecy: need ECDHE keys

2014-10-10 Thread dino99
** Tags added: precise

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in Ubuntu.
https://bugs.launchpad.net/bugs/1197884

Title:
  apache2.2 SSL has no forward-secrecy: need ECDHE keys

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1197884/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1197884] Re: apache2.2 SSL has no forward-secrecy: need ECDHE keys

2014-10-10 Thread Martin Pitt
** Also affects: apache2 (Ubuntu Precise)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in Ubuntu.
https://bugs.launchpad.net/bugs/1197884

Title:
  apache2.2 SSL has no forward-secrecy: need ECDHE keys

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1197884/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1197884] Re: apache2.2 SSL has no forward-secrecy: need ECDHE keys

2014-10-10 Thread Haw Loeung
** Changed in: apache2 (Ubuntu Precise)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in Ubuntu.
https://bugs.launchpad.net/bugs/1197884

Title:
  apache2.2 SSL has no forward-secrecy: need ECDHE keys

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1197884/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1197884] Re: apache2.2 SSL has no forward-secrecy: need ECDHE keys

2014-09-17 Thread Robie Basak
Thank you for linking the Debian bug.

> This bug is for Apache 2.2 not for Apache 2.4 so don't mark as fix
released when thats not the case...

The status is defined to reflect the status in the development release,
where it is fixed. I'll add a Precise task for you though, to track
status for 12.04 specifically.

> This has been fixed already in Debian 7.6 and there is a debdiff for
it so there should not be a considerable amount of work to apply it
right now.

Agreed. That Debian has chosen to do this suggests that it may be a good
idea for Ubuntu also, and that there is a way to minimise regression.

> ...as the regression potential is near to zero

Message https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=733564#37
suggests that this is not true, and that we need to also patch openssl
to avoid regressing Mac clients. Please can you expand on this?

If someone can post a debdiff and post an accurate regression potential
analysis, then I think it's fine to ask the SRU team to consider this
case.

I would still want someone to drive this please; both in preparing the
patches for Ubuntu, and also in thoroughly testing for regressions
during the SRU process.

I would note though that 14.04 is out now, so an LTS path is also
already available to users.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in Ubuntu.
https://bugs.launchpad.net/bugs/1197884

Title:
  apache2.2 SSL has no forward-secrecy: need ECDHE keys

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1197884/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1197884] Re: apache2.2 SSL has no forward-secrecy: need ECDHE keys

2014-09-17 Thread Bug Watch Updater
** Changed in: apache2 (Debian)
   Status: Unknown => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in Ubuntu.
https://bugs.launchpad.net/bugs/1197884

Title:
  apache2.2 SSL has no forward-secrecy: need ECDHE keys

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1197884/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1197884] Re: apache2.2 SSL has no forward-secrecy: need ECDHE keys

2014-09-17 Thread JorSol
This bug is for Apache 2.2 not for Apache 2.4 so don't mark as fix
released when thats not the case...

This has been fixed already in Debian 7.6 and there is a debdiff for it
so there should not be  a considerable amount of work to apply it right
now.

Ubuntu 12.04 will be supported until 2017 thats 3 more years, this
qualify as SRU as the regression potential is near to zero, since it
just adds support for more ciphers to Apache, if for some reason anyone
don't want to use the EC cipher suites just add !ECDH to the list of
cipher suites.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in Ubuntu.
https://bugs.launchpad.net/bugs/1197884

Title:
  apache2.2 SSL has no forward-secrecy: need ECDHE keys

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1197884/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1197884] Re: apache2.2 SSL has no forward-secrecy: need ECDHE keys

2014-09-17 Thread JorSol
** Bug watch added: Debian Bug tracker #733564
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=733564

** Also affects: apache2 (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=733564
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in Ubuntu.
https://bugs.launchpad.net/bugs/1197884

Title:
  apache2.2 SSL has no forward-secrecy: need ECDHE keys

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1197884/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1197884] Re: apache2.2 SSL has no forward-secrecy: need ECDHE keys

2013-11-27 Thread Nestor Urquiza
I thought this request felt under the below wording in
https://wiki.ubuntu.com/StableReleaseUpdates :


Stable release updates will, in general, only be issued in order to fix 
high-impact bugs. Examples of such bugs include:

Bugs which may, under realistic circumstances, directly cause a security 
vulnerability. These are done by the security team and are documented at 
SecurityTeam/UpdateProcedures.
...

I believe this threat is very realistic ( 
http://blog.ivanristic.com/2013/06/ssl-labs-deploying-forward-secrecy.html ). I 
guess the metrics to determine what warrants an exception are up to you for 
sure but as far as I can tell the privacy cost of this vulnerability justifies 
the upgrade for apache servers *only* or the usage of a PPA like 
https://launchpad.net/~derek-morton/+archive/apache-2.4 if you decide to trust 
it or simply building apache 2.4 from scratch. If the server is not running 
apache clearly there is nothing to be worry about.

Thanks for the statement because at least the wait is over.

Best,
- Nestor

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in Ubuntu.
https://bugs.launchpad.net/bugs/1197884

Title:
  apache2.2 SSL has no forward-secrecy: need ECDHE keys

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1197884/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1197884] Re: apache2.2 SSL has no forward-secrecy: need ECDHE keys

2013-11-27 Thread Robie Basak
Since this is fixed in Saucy, I'm marking this bug as Fix Released. If
you want PFS in an official Ubuntu release, use Ubuntu 13.10.

I understand that some of you want this feature backported to 12.04.
That's fine, but this is a considerable amount of work and I don't think
it falls under the Ubuntu "LTS" remit. If somebody wants to backport
Apache 2.4 and make it available in 12.04, please do so - see
https://wiki.ubuntu.com/UbuntuBackports for the process. Or
alternatively, publish and maintain a third party PPA and announce it
here.

Backports and PPAs are the acceptable options here. We do not backport
features to LTS releases. That's why they're LTS - because you expect
them to be stable and not introduce unnecessary regressions. You may
want PFS added, but others don't want their production systems running
on LTS messed with. So we generally do not backport features, and I
don't think PFS warrants an exception. See
https://wiki.ubuntu.com/StableReleaseUpdates for the policy. Your route
is simple: if you want a new feature, use a newer release, or sponsor
the backport work yourselves and use a third party maintained backport
or PPA.

** Changed in: apache2 (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in Ubuntu.
https://bugs.launchpad.net/bugs/1197884

Title:
  apache2.2 SSL has no forward-secrecy: need ECDHE keys

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1197884/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1197884] Re: apache2.2 SSL has no forward-secrecy: need ECDHE keys

2013-11-25 Thread Lloyd Day
Yeah I have to add my +1 to this too, as I feel waiting for Ubuntu 14.04
LTS is too long!

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in Ubuntu.
https://bugs.launchpad.net/bugs/1197884

Title:
  apache2.2 SSL has no forward-secrecy: need ECDHE keys

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1197884/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1197884] Re: apache2.2 SSL has no forward-secrecy: need ECDHE keys

2013-10-15 Thread Douglas Perry
+1 on the backport. I'm a co-founder of a non-profit. Our websites have
to default to SSL to protect the privacy of our clients.  Since this is
a production webserver, we can only use Ubuntu 12.04 LTS as that's what
our IaaS vendor offers us for Ubuntu/Debian distros. The lack of
forward-secrecy is a risk exposure to us and would like see it
addressed.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in Ubuntu.
https://bugs.launchpad.net/bugs/1197884

Title:
  apache2.2 SSL has no forward-secrecy: need ECDHE keys

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1197884/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1197884] Re: apache2.2 SSL has no forward-secrecy: need ECDHE keys

2013-10-15 Thread mike
An Apache 2.2 back-port would be great. what are the plans for this?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in Ubuntu.
https://bugs.launchpad.net/bugs/1197884

Title:
  apache2.2 SSL has no forward-secrecy: need ECDHE keys

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1197884/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1197884] Re: apache2.2 SSL has no forward-secrecy: need ECDHE keys

2013-10-14 Thread Nestor Urquiza
+1 for Chris question. Any plans for an Apache 2.2 back-port?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in Ubuntu.
https://bugs.launchpad.net/bugs/1197884

Title:
  apache2.2 SSL has no forward-secrecy: need ECDHE keys

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1197884/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1197884] Re: apache2.2 SSL has no forward-secrecy: need ECDHE keys

2013-09-10 Thread Christoph_vW
Don't you think it would be better to backport this for Apache 2.2?
What about all the Ubuntu 12.04 LTS versions which will be running for some 
more years?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in Ubuntu.
https://bugs.launchpad.net/bugs/1197884

Title:
  apache2.2 SSL has no forward-secrecy: need ECDHE keys

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1197884/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1197884] Re: apache2.2 SSL has no forward-secrecy: need ECDHE keys

2013-07-27 Thread Patrick Fasano
** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2011-3389

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in Ubuntu.
https://bugs.launchpad.net/bugs/1197884

Title:
  apache2.2 SSL has no forward-secrecy: need ECDHE keys

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1197884/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1197884] Re: apache2.2 SSL has no forward-secrecy: need ECDHE keys

2013-07-22 Thread RichardNeill
Just to answer this, the upgrade has hit Saucy, and I have tested it
successfully. I'll mark it as fix-committed.  Thanks for your time.

** Changed in: apache2 (Ubuntu)
   Status: Confirmed => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in Ubuntu.
https://bugs.launchpad.net/bugs/1197884

Title:
  apache2.2 SSL has no forward-secrecy: need ECDHE keys

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1197884/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1197884] Re: apache2.2 SSL has no forward-secrecy: need ECDHE keys

2013-07-05 Thread RichardNeill
Thanks for your assistance.

Can I ask why you think this is merely a wishlist item?

If I've understood the import of this correctly, then the privacy of
every visitor to every website served by Apache on every version(*) of
Ubuntu is at risk.  I don't think that forward-secrecy in SSL is an
optional extra; I think it's a requirement. Also, in my view, server
administrators who deploy https are making an implicit promise to their
site's visitors - and this is a promise which they cannot honour.

(*)even Saucy doesn't have 2.4 packages yet, though 2.4 is in Debian,
Mageia, and Fedora.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in Ubuntu.
https://bugs.launchpad.net/bugs/1197884

Title:
  apache2.2 SSL has no forward-secrecy: need ECDHE keys

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1197884/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1197884] Re: apache2.2 SSL has no forward-secrecy: need ECDHE keys

2013-07-05 Thread Marc Deslauriers
** Information type changed from Private Security to Public Security

** Changed in: apache2 (Ubuntu)
   Status: New => Confirmed

** Changed in: apache2 (Ubuntu)
   Importance: Undecided => Wishlist

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in Ubuntu.
https://bugs.launchpad.net/bugs/1197884

Title:
  apache2.2 SSL has no forward-secrecy: need ECDHE keys

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1197884/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs