]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - CHANGES.md
Limit the number of http headers when receiving the http response
[thirdparty/openssl.git] / CHANGES.md
index ac6b7525bf2551f5d72f1af160dd3e2f7725189a..ddb2ba56a2854094c1d700436ca1bdc6c2108b0c 100644 (file)
@@ -155,6 +155,14 @@ OpenSSL 3.3
 
    *Hugo Landau*
 
+ * New limit on HTTP response headers is introduced to HTTP client. The
+   default limit is set to 256 header lines. If limit is exceeded the
+   response processing stops with error HTTP_R_RESPONSE_TOO_MANY_HDRLINES.
+   Application may call OSSL_HTTP_REQ_CTX_set_max_response_hdr_lines(3)
+   to change the default. Setting the value to 0 disables the limit.
+
+   *Alexandr Nedvedicky*
+
 OpenSSL 3.2
 -----------