diff --git a/CHANGES.md b/CHANGES.md index 15c1f2c8b2a10..62a7c3f7ca066 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 e04eb999fd4ad..54c020fb457aa 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.