We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aba987 commit 13bd60aCopy full SHA for 13bd60a
README.md
@@ -6,8 +6,8 @@ implementation in Rust.
6
7
## Status
8
9
-The current state is compatible with **rustls-ffi v0.14.0** and needs at least Apache 2.4.48 for the
10
-necessary infrastructure.
+The current state is compatible with **rustls-ffi v0.14.0 or newer**
+and needs at least Apache 2.4.48 for the necessary infrastructure.
11
12
`mod_tls` gives you:
13
@@ -27,7 +27,7 @@ There is a [comparison table with mod_ssl functionality](#comparison-with-mod_ss
27
28
## Platforms
29
30
- * rustls-ffi v0.14.0
+ * rustls-ffi v0.14.0 or newer
31
* Apache 2.4.48 or later
32
* build system: autoconf/automake
33
0 commit comments