Re: [PATCH] Remove support for OpenSSL <0.9.5

2020-06-07 Thread Arnt Gulbrandsen
Reading from /dev/urandom does affect /dev/random. This is sort of desirable: it lets users of /d/r fail safely in a certain kind of hypothetical attack. Falling safely is not exactly desirable, but better than the other kind of failure. Arnt

Re: [PATCH] Remove support for OpenSSL <0.9.5

2020-05-29 Thread Kevin J. McCarthy
On Fri, May 29, 2020 at 05:57:19PM -0400, Remco Rijnders wrote: On Fri, May 29, 2020 at 01:38:48PM -0700, Kevin wrote in <20200529203848.gd2...@afu.lan>: This also removes the check for RAND_egd, which we still want. Thank you for your patience Kevin, I know I am trying it! That's okay. It t

Re: [PATCH] Remove support for OpenSSL <0.9.5

2020-05-29 Thread Remco Rijnders
On Fri, May 29, 2020 at 01:38:48PM -0700, Kevin wrote in <20200529203848.gd2...@afu.lan>: This also removes the check for RAND_egd, which we still want. Thank you for your patience Kevin, I know I am trying it! Remco From 07b1d1af4b431b26d32addd9a8ee2597cb7190a4 Mon Sep 17 00:00:00 2001 From:

Re: [PATCH] Remove support for OpenSSL <0.9.5

2020-05-29 Thread Kevin J. McCarthy
On Fri, May 29, 2020 at 03:49:19PM -0400, Remco Rijnders wrote: --- a/configure.ac +++ b/configure.ac @@ -813,7 +813,6 @@ AC_ARG_WITH(ssl, AS_HELP_STRING([--with-ssl@<:@=PFX@:>@],[Enable TLS support usi AC_MSG_ERROR([Unable to find SSL library]), [$crypto_libs]) LIBS="$