Re: TODO: GNU TLS - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: TODO: GNU TLS
Date
Msg-id 3177.24.211.165.134.1167453580.squirrel@www.dunslane.net
Whole thread Raw
In response to Re: TODO: GNU TLS  (Bruce Momjian <bruce@momjian.us>)
Responses Re: TODO: GNU TLS
List pgsql-hackers
Bruce Momjian wrote:
> Robert Treat wrote:
>> > 5) GNUTLS does not run well under all of our supported platforms.
>> >
>>
>> given options like --enable-dtrace and --with-libedit-preferred, I don't
>> find
>> this argument compelling...
>
> Keep in mind it took years to get OpenSSL support up to the level we
> have it now.  It took SSL experts coming in and out of our development
> process to get it 100% feature-complete.  Doing this for another
> library, I am afraid, isn't trivial, unlike the above options.
>


Not only that, but in every other case of an extra library, it provides us
either with more platform support (e.g. libedit) or more functionality
(e.g. dtrace). That's not the case here - we would simply be supporting
another way of getting the same functionality on platforms where we
already have a library that supports it.

cheers

andrew




pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: TODO: GNU TLS
Next
From: "Jim C. Nasby"
Date:
Subject: Re: column ordering, was Re: [PATCHES] Enums patch v2