From 6b1f763c698cd9967250dacb1aadca6a6a9e9afe Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Kotal?= Date: Thu, 15 Jun 2023 21:29:58 +0200 Subject: [PATCH] add no-http Reviewed-by: Tomas Mraz Reviewed-by: Tom Cosgrove Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/21217) --- CHANGES.md | 5 +++++ INSTALL.md | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 15c1f2c8b2..62a7c3f7ca 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/INSTALL.md b/INSTALL.md index e04eb999fd..54c020fb45 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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. -- 2.39.2