Skip to content

Commit

Permalink
add no-http
Browse files Browse the repository at this point in the history
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from #21217)
  • Loading branch information
vladak authored and paulidale committed Jun 19, 2023
1 parent f52aec3 commit 6b1f763
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions INSTALL.md
Expand Up @@ -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.
Expand Down

0 comments on commit 6b1f763

Please sign in to comment.