Author |
|
Steffen Moderator
Joined: 15 Oct 2005 Posts: 3092 Location: Hilversum, NL, EU
|
Posted: Wed 06 Sep '06 15:45 Post subject: Apache 2.2.3 binary upgraded with OpenSSL 0.9.8c |
|
|
The Apache 2.2.3 binary available at the download page here is now build against the latest OpenSSL release 0.9.8c. This release fixes an important security vulnerability which could allow RSA Signature Forgery,see www.openssl.org
For all the changes see the www.apachelounge.com/Changelog.html .
Steffen |
|
Back to top |
|
ali_fareed
Joined: 04 Jul 2006 Posts: 61 Location: Bahrain
|
Posted: Sat 09 Sep '06 13:51 Post subject: |
|
|
did you enable the new camellia cipher in your binary? |
|
Back to top |
|
Steffen Moderator
Joined: 15 Oct 2005 Posts: 3092 Location: Hilversum, NL, EU
|
Posted: Sat 09 Sep '06 14:05 Post subject: |
|
|
Nope. Maybe an idea to add it in the next build.
Steffen |
|
Back to top |
|
SabinF
Joined: 03 May 2006 Posts: 37 Location: Timisoara (Romania)
|
Posted: Sat 09 Sep '06 19:39 Post subject: |
|
|
How do I enable this new cipher? |
|
Back to top |
|
ali_fareed
Joined: 04 Jul 2006 Posts: 61 Location: Bahrain
|
Posted: Sat 09 Sep '06 20:18 Post subject: |
|
|
when you compile openssl during configuration add enable-camellia to the configuration like this Code: | perl configure enable-camellia VC-WIN32 |
|
|
Back to top |
|