]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
* modules/ssl/ssl_engine_io.c (bio_filter_in_ctrl): Remove debugging
authorJoe Orton <jorton@apache.org>
Fri, 10 Dec 2021 14:50:19 +0000 (14:50 +0000)
committerJoe Orton <jorton@apache.org>
Fri, 10 Dec 2021 14:50:19 +0000 (14:50 +0000)
commitdf5ca407a6ac569e91e5e078c96acbd1edc0dd52
tree122d8e5a9f4d937c502c3505f13da86a617fcab8
parent78f2e7c6c35f2cf332beea34bb0dc1c372826a96
* modules/ssl/ssl_engine_io.c (bio_filter_in_ctrl): Remove debugging
  assert for unexpected control commands, matching bio_filter_out_ctrl
  which also ignores such invocations.  Fixes core dumps in debug
  builds with OpenSSL 3.0.0 which triggers this via the
  BIO_get_ktls_recv() call on the SSL bio, aka
    BIO_ctrl(b, BIO_CTRL_GET_KTLS_RECV, ...);

See: https://github.com/openssl/openssl/blob/105af0ad923a665ca5fee296b52dbf34b524a2aa/ssl/record/rec_layer_s3.c#L274

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