mirror of
https://github.com/openssl/openssl.git
synced 2025-03-31 20:10:45 +08:00
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:
parent
f52aec3526
commit
6b1f763c69
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user