Re: Removing --disable-strong-random from the code - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Removing --disable-strong-random from the code
Date
Msg-id 20532.1546189008@sss.pgh.pa.us
Whole thread Raw
In response to Re: Removing --disable-strong-random from the code  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Removing --disable-strong-random from the code
List pgsql-hackers
I wrote:
> LGTM otherwise.

Oh, one more thought: the removal of the --disable-strong-random
documentation stanza means there's no explanation of what to do
to build on platforms without /dev/urandom.  Perhaps something
like this in installation.sgml:

      <para>
-      You need <productname>OpenSSL</productname>, if you want to support
-      encrypted client connections. The minimum required version is
-      0.9.8.
+      You need <productname>OpenSSL</productname> if you want to support
+      encrypted client connections.  <productname>OpenSSL</productname>
+      is also required for random number generation on platforms that
+      do not have <filename>/dev/urandom</filename> (except Windows).
+      The minimum required version is 0.9.8.
      </para>

            regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Removing --disable-strong-random from the code
Next
From: Tom Lane
Date:
Subject: Is MinMaxExpr really leakproof?