From b2171ac39605ed55198e454ec111e3dd59a3c4d9 Mon Sep 17 00:00:00 2001
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.
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 @@ -1293,7 +1292,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 <
,
--
2.40.0