Re: [HACKERS] GnuTLS support

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [HACKERS] GnuTLS support
Дата
Msg-id 4ec63d11-b473-95eb-cd0f-8891606af506@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: [HACKERS] GnuTLS support  (Michael Paquier <michael.paquier@gmail.com>)
Ответы Re: [HACKERS] GnuTLS support
Список pgsql-hackers
On 11/19/17 20:56, Michael Paquier wrote:
>> If I get it right we ignore gnutls and use openssl (as it's the first
>> checked in #ifdefs). Shouldn't we enforce in configure that only one TLS
>> implementation is enabled? Either by some elaborate check, or by
>> switching to something like
>>
>>  --with-ssl=(openssl|gnutls)
> WIth potential patches coming to use macos' SSL implementation or
> Windows channel, there should really be only one implementation
> available at compile time. That's more simple as a first step as well.
> So +1 for the --with-ssl switch.

I'm not sure whether this is a great improvement.  Why upset existing
build and packaging scripts?  The usual options style is
--with-nameoflib.  We can have separate options and error if conflicting
combinations are specified.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: [HACKERS] SQL procedures
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: [HACKERS] Patch: add --if-exists to pg_recvlogical