diff options
author | Vladimír Kotal <vladimir.kotal@oracle.com> | 2023-06-15 21:29:58 +0200 |
---|---|---|
committer | Pauli <pauli@openssl.org> | 2023-06-19 09:06:10 +0200 |
commit | 6b1f763c698cd9967250dacb1aadca6a6a9e9afe (patch) | |
tree | d7c45b551e2a5c019594b1d62a80707598d0419c | |
parent | log actual NID causing the 'unknown message digest algorithm error' (diff) | |
download | openssl-6b1f763c698cd9967250dacb1aadca6a6a9e9afe.tar.xz openssl-6b1f763c698cd9967250dacb1aadca6a6a9e9afe.zip |
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)
-rw-r--r-- | CHANGES.md | 5 | ||||
-rw-r--r-- | INSTALL.md | 4 |
2 files changed, 9 insertions, 0 deletions
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. |