From 2018de7157b497301a1fcc984be7ecc498021d6c Mon Sep 17 00:00:00 2001
From: Joe Orton This module provides SSL v3 and TLS v1.x support for the Apache
HTTP Server. SSL v2 is no longer supported. This module relies on OpenSSL
+ This module relies on OpenSSL
to provide the cryptography engine. Further details, discussion, and examples are provided in the
@@ -736,7 +736,7 @@ Since TLSv1.3 does not offer renegotiations, specifying ciphers for it in
a directory context is not allowed.
For a list of TLSv1.3 cipher names, see
-the OpenSSL
+the OpenSSL
documentation.
An SSL cipher specification in cipher-spec is composed of 4 major
@@ -2428,7 +2428,7 @@ With OpenSSL 3.0 or later, if no engine is specified but the key or certificate
is specified using a PKCS#11 URIs
then it is tried to load the key and certificate from an OpenSSL provider.
The OpenSSL provider to use must be defined and configured in the OpenSSL config file,
-and it must support the STORE method
+and it must support the STORE method
for PKCS#11 URIs.
Some of the