add no-http
authorVladimír Kotal <vladimir.kotal@oracle.com>
Thu, 15 Jun 2023 19:29:58 +0000 (21:29 +0200)
committerPauli <pauli@openssl.org>
Mon, 19 Jun 2023 07:06:10 +0000 (17:06 +1000)
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21217)

CHANGES.md
INSTALL.md

index 15c1f2c8b2a10412e495cbfdadf178e8e4d4d255..62a7c3f7ca066918f7cb47e9748e8c407b375d4d 100644 (file)
@@ -25,6 +25,11 @@ OpenSSL 3.2
 
 ### Changes between 3.1 and 3.2 [xx XXX xxxx]
 
+ * Provide a new configure option `no-http` that can be used to disable HTTP
+   support.
+
+   *Vladimír Kotal*
+
  * TLS round-trip time calculation was added by a Brigham Young University
    Capstone team partnering with Sandia National Laboratories. A new function
    in ssl_lib titled SSL_get_handshake_rtt will calculate and retrieve this
index e04eb999fd4ad0ab7bc5cf9f7c4e029ab7c4a821..54c020fb457aae49fcc15916760dcb129946aa43 100644 (file)
@@ -806,6 +806,10 @@ Note that if this feature is enabled then GOST ciphersuites are only available
 if the GOST algorithms are also available through loading an externally supplied
 engine.
 
+### no-http
+
+Disable HTTP support.
+
 ### no-legacy
 
 Don't build the legacy provider.