Re: [PATCH 3/3] Remove support for OpenSSL <0.9.5

2020-05-27 Thread Kevin J. McCarthy
On Sun, May 24, 2020 at 07:08:56PM -0700, Kevin J. McCarthy wrote: We bumped the minimum OpenSSL version to 0.9.6 in 1.7.2. And I believe may have made further increases since then. So I don't see a problem with this. Remco, I'd like a couple small fixes before I commit this: - Please remove

Re: [PATCH 3/3] Remove support for OpenSSL <0.9.5

2020-05-24 Thread Kevin J. McCarthy
On Sun, May 24, 2020 at 04:59:26PM -0400, Remco Rijnders wrote: The current code provides a workaround for the absence of RAND_status in OpenSSL versions before 0.9.5. The comments in the code indicate these versions have to be supported, but as these versions are now more than 20 years old, this

[PATCH 3/3] Remove support for OpenSSL <0.9.5

2020-05-24 Thread Remco Rijnders
The current code provides a workaround for the absence of RAND_status in OpenSSL versions before 0.9.5. The comments in the code indicate these versions have to be supported, but as these versions are now more than 20 years old, this no longer applies. Removing this support simplifies the code and