From: Jeff Trawick In the mod_mmap_static
case I didn't care about the
post_config
stage, but the mmap_static_xlat
- must be called after the core module had done it's name
+ must be called after the core module had done its name
translation, hence the use of the aszPre to define a modifier to the
position HOOK_LAST
.
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 @@ -345,9 +345,9 @@ The following source variants are available:
On some platforms like FreeBSD one can even control how the entropy is actually generated, i.e. by which system interrupts. More details one can find under rndcontrol(8) on those platforms. Alternatively, when - your system lacks such a random device, you can use tool + your system lacks such a random device, you can use a tool like EGD - (Entropy Gathering Daemon) and run it's client program with the + (Entropy Gathering Daemon) and run its client program with theexec:/path/to/program/
variant (see below) or use
egd:/path/to/egd-socket
(see below).SSLv2
This is the Secure Sockets Layer (SSL) protocol, version 2.0. It is the - original SSL protocol as designed by Netscape Corporation. Though it's + original SSL protocol as designed by Netscape Corporation. Though its use has been deprecated, because of weaknesses in the security of the protocol.
SSLv3