summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlan Antonuk <alan.antonuk@gmail.com>2021-04-07 05:26:00 +0000
committerAlan Antonuk <alan.antonuk@gmail.com>2021-04-06 22:40:58 -0700
commit85a51d01fa7712ff42a6fcb432c2821fe9583459 (patch)
tree671aa9b9e9609e262e6a4901759d5123f1c5f0b8 /README.md
parent5d1fd824227f8eb20b1ac2eb63d6533d7479556a (diff)
downloadrabbitmq-c-85a51d01fa7712ff42a6fcb432c2821fe9583459.tar.gz
ssl: drop support OpenSSL v1.1.0 and older
v1.1.0 and older is no longer supported by OpenSSL (https://www.openssl.org/policies/releasestrat.html). While there is the possibility that someone is paying for support for v1.0.2, this library is not regularly tested against these versions. As a side-effect older workarounds for hostname verification can be removed. Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index c813a02..7dc3884 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@ API documentation for v0.8.0+ can viewed from:
- [CMake v2.6 or better](http://www.cmake.org/)
- A C compiler (GCC 4.4+, clang, and MSVC are test. Other compilers may also
work)
-- *Optionally* [OpenSSL](http://www.openssl.org/) v0.9.8+ to enable support for
+- *Optionally* [OpenSSL](http://www.openssl.org/) v1.1.1+ to enable support for
connecting to RabbitMQ over SSL/TLS
- *Optionally* [POpt](http://freecode.com/projects/popt) to build some handy
command-line tools.
@@ -74,7 +74,7 @@ Other interesting flags that can be passed to CMake:
ON by default.
* `BUILD_STATIC_LIBS=ON/OFF` toggles building rabbitmq-c as a static library.
OFF by default.
-* `BUILD_TESTS=ON/OFF` toggles building test code. ON by default.
+* `BUILD_TESTING=ON/OFF` toggles building test code. ON by default.
* `BUILD_TOOLS=ON/OFF` toggles building the command line tools. By default
this is ON if the build system can find the POpt header and library.
* `BUILD_TOOLS_DOCS=ON/OFF` toggles building the man pages for the command line