Skip to content

Commit

Permalink
Merge r1912015 from trunk:
Browse files Browse the repository at this point in the history
mod_ssl: Silence info log message "SSL Library Error: error:0A000126:
         SSL routines::unexpected eof while reading" when using
         OpenSSL 3 by setting SSL_OP_IGNORE_UNEXPECTED_EOF if
         available. [Rainer Jung]

Reviewed by: rjung, gbechis, rpluem


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1913010 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
rpluem committed Oct 16, 2023
1 parent 3f02e37 commit eb64cfe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
-*- coding: utf-8 -*-
Changes with Apache 2.4.58

*) mod_ssl: Silence info log message "SSL Library Error: error:0A000126:
SSL routines::unexpected eof while reading" when using
OpenSSL 3 by setting SSL_OP_IGNORE_UNEXPECTED_EOF if
available. [Rainer Jung]

*) mod_http2: improved early cleanup of streams.
[Stefan Eissing]

Expand Down
9 changes: 0 additions & 9 deletions STATUS
Original file line number Diff line number Diff line change
Expand Up @@ -152,15 +152,6 @@ RELEASE SHOWSTOPPERS:
PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]

*) mod_ssl: Silence info log message "SSL Library Error: error:0A000126:
SSL routines::unexpected eof while reading" when using
OpenSSL 3 by setting SSL_OP_IGNORE_UNEXPECTED_EOF if
available. [Rainer Jung]
Trunk version of patch:
https://svn.apache.org/r1912015
Backport version for 2.4.x of patch:
svn merge -c 1912015 ^/httpd/httpd/trunk .
+1: rjung, gbechis, rpluem

PATCHES PROPOSED TO BACKPORT FROM TRUNK:
[ New proposals should be added at the end of the list ]
Expand Down

0 comments on commit eb64cfe

Please sign in to comment.