]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix CAN-2004-0885:
authorJoe Orton <jorton@apache.org>
Fri, 8 Oct 2004 11:59:33 +0000 (11:59 +0000)
committerJoe Orton <jorton@apache.org>
Fri, 8 Oct 2004 11:59:33 +0000 (11:59 +0000)
commit0e5aa595c2a6e97a9e59664c22dfb54bdb90286a
tree4531eb1e5f0702d754f2fb6737ad8e32cad856a3
parent286975c0b40348e92d4fc6dda07abb49696e99eb
Fix CAN-2004-0885:

* modules/ssl/ssl_engine_kernel.c (ssl_hook_Access): Ensure that a
correct cipher suite has been negotiated, else deny access.

* modules/ssl/ssl_engine_init.c (ssl_init_ctx_protocol): With OpenSSL
0.9.7, prevent session resumption during a renegotiation to force the
client to negotiate a new (and acceptable) cipher suite.

Submitted by: Hartmut Keil <Hartmut.Keil adnovum.ch>, Joe Orton

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105396 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/ssl/ssl_engine_init.c
modules/ssl/ssl_engine_kernel.c