add no-http

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)
This commit is contained in:
Vladimír Kotal 2023-06-15 21:29:58 +02:00 committed by Pauli
parent f52aec3526
commit 6b1f763c69
2 changed files with 9 additions and 0 deletions

View 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

View 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.