]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Well, now I know what the bio_is_renegotiating call was for.
authorJustin Erenkrantz <jerenkrantz@apache.org>
Fri, 12 Oct 2001 06:27:04 +0000 (06:27 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Fri, 12 Oct 2001 06:27:04 +0000 (06:27 +0000)
commitf002d4e8fd59c573fb40e553523bcf32c3e5e8c6
treea57969f3344825861ac4276b6227d6f8136edabe
parent4714a72ae467ea351ae2480ea51f73e0c0af1081
Well, now I know what the bio_is_renegotiating call was for.

Place a big-ass comment there so that whomever comes next isn't stuck
at a cryptic call that they don't understand with a dinky comment.
Hopefully, this makes sense.  Someone more familiar with OpenSSL should
verify the comment.

This fix also requires the normalize call to be performed before
churn_input so that we don't enter churn_input with a 0-length ctx->b
brigade.

All httpd-test tests (except for the module/negotiation test) pass now.

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