https://issues.apache.org/bugzilla/show_bug.cgi?id=40132


Vipul Gupta <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #18657|0                           |1
        is obsolete|                            |




--- Comment #6 from Vipul Gupta <[email protected]>  2009-05-05 16:41:19 PST 
---
Created an attachment (id=23614)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=23614)
Patch for exposing ECC cipher suites in openssl-1.0.0-beta2 to Apache 2.2.11 

I've cleaned up the patch and successfully used it to enable ECC ciphers in
Apache 2.2.11 using openssl-1.0.0-beta2. In the process, I've also addressed
comment #4 by wrapping ECC-specific functionality in

#if (SSL_LIBRARY_VERSION >= 0x00908000) && !defined(OPENSSL_NO_EC)

This way, if you have a recent version of OpenSSL compiled with OPENSSL_NO_EC,
you can pass the same flag when compiling Apache to leave out ECC support even
after the patch has been committed. 

NOTE: Be sure to apply the patch posted at
https://issues.apache.org/bugzilla/show_bug.cgi?id=45521 to httpd-2.2.11 before
applying the ECC patch. Otherwise, you'll see compile-time errors about "STACK
undeclared". I wasted a few hours because of this. The patch for Bug 45521 was
checked into the Apache trunk after 2.2.11 was released.

Let me know if you encounter any issues.

vipul

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to