From: Daniel Gruno This module provides SSL v2/v3 and TLS v1 support for the Apache
-HTTP Server. It was contributed by Ralf S. Engelschall based on his
-mod_ssl project and originally derived from work by Ben Laurie.Summary
This module relies on OpenSSL to provide the cryptography engine.
@@ -1632,7 +1631,7 @@ in the global server context because the PRNG is a global facility. The following source variants are available:builtin
- This is the always available builtin seeding source. It's usage +
This is the always available builtin seeding source. Its usage consumes minimum CPU cycles under runtime and hence can be always used without drawbacks. The source used for seeding the PRNG contains of the current time, the current process id and (when applicable) a randomly @@ -1757,7 +1756,7 @@ exception:
In This module provides SSL v2/v3 and TLS v1 support for the Apache
-HTTP Server. It was contributed by Ralf S. Engelschall based on his
-mod_ssl project and originally derived from work by Ben Laurie.SSLRequire
, the comparison operators <
,
<=
, ... are completely equivalent to the operators
-lt
, le
, ... and work in a somewhat pecular way that
+lt
, le
, ... and work in a somewhat peculiar way that
first compares the length of two strings and then the lexical order.
On the other hand, ap_expr has two sets of
comparison operators: The operators <
,
diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml
index 91750fd161..21c79382fe 100644
--- a/docs/manual/mod/mod_ssl.xml
+++ b/docs/manual/mod/mod_ssl.xml
@@ -31,8 +31,7 @@ Layer (SSL) and Transport Layer Security (TLS) protocols
This module relies on OpenSSL to provide the cryptography engine.
@@ -336,7 +335,7 @@ in the global server context because the PRNG is a global facility. The following source variants are available:builtin
- This is the always available builtin seeding source. It's usage +
This is the always available builtin seeding source. Its usage consumes minimum CPU cycles under runtime and hence can be always used without drawbacks. The source used for seeding the PRNG contains of the current time, the current process id and (when applicable) a randomly @@ -1301,7 +1300,7 @@ exception:
In SSLRequire
, the comparison operators <
,
<=
, ... are completely equivalent to the operators
-lt
, le
, ... and work in a somewhat pecular way that
+lt
, le
, ... and work in a somewhat peculiar way that
first compares the length of two strings and then the lexical order.
On the other hand, ap_expr has two sets of
comparison operators: The operators <
,