mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
modssl: reset client-verify state when renegotiation is aborted
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1750779 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -727,6 +727,7 @@ int ssl_hook_Access(request_rec *r)
|
||||
* on this connection.
|
||||
*/
|
||||
apr_table_setn(r->notes, "ssl-renegotiate-forbidden", "verify-client");
|
||||
SSL_set_verify(ssl, verify_old, ssl_callback_SSLVerify);
|
||||
return HTTP_FORBIDDEN;
|
||||
}
|
||||
/* optimization */
|
||||
|
Reference in New Issue
Block a user