Re: OpenSSL 1.1 breaks configure and more - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: OpenSSL 1.1 breaks configure and more
Date
Msg-id ae1882ba-5748-76df-26c3-6d2ade5a063a@iki.fi
Whole thread Raw
In response to Re: OpenSSL 1.1 breaks configure and more  (Andreas Karlsson <andreas@proxel.se>)
Responses Re: OpenSSL 1.1 breaks configure and more
Re: OpenSSL 1.1 breaks configure and more
List pgsql-hackers
On 09/15/2016 03:16 AM, Andreas Karlsson wrote:
> Now for a review:
>
> It looks generally good but I think I saw one error. In
> fe-secure-openssl.c your code still calls SSL_library_init() in OpenSSL
> 1.1. I think it should be enough to just call
> OPENSSL_init_ssl(OPENSSL_INIT_LOAD_CONFIG, NULL) like you do in be-secure.

Ok, fixed that, and committed. Thanks everyone!

I backpatched this to 9.5, but not further than that. The functions this 
modified were moved around in 9.5, so the patch wouldn't apply as is. It 
wouldn't be difficult to back-patch further if there's demand, but I'm 
not eager to do that until someone complains.

- Heikki




pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: patch: function xmltable
Next
From: Peter Eisentraut
Date:
Subject: select_parallel test fails with nonstandard block size