Re: TODO: GNU TLS

Поиск
Список
Период
Сортировка
От Martijn van Oosterhout
Тема Re: TODO: GNU TLS
Дата
Msg-id 20061228224735.GB9484@svana.org
обсуждение исходный текст
Ответ на Re: TODO: GNU TLS  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
On Thu, Dec 28, 2006 at 05:16:58PM -0500, Andrew Dunstan wrote:
> I agree with this comment from Steve Langasek at
> http://lists.debian.org/debian-legal/2003/01/msg00022.html :
>
> >Sure, code can be rewritten to use gnutls natively.  But I don't
> >understand why anyone would consider this a useful expenditure of
> >developer resources when the necessary OpenSSL compat glue could simply
> >be made available under the LGPL.
>
> If this is such an issue, why hasn't somebody done that?

Maybe because the OpenSSL interface is terrible? I'm not sure if it's
actually possible to emulate the OpenSSL interface, given the way the
libraries work internally are completely different.

There is an OpenSSL compatability layer, but postgres won't compile
with it because it's nowhere near complete enough, even for the simple
things postgres wants to do.

However, in this case we're talking about code that has already been
written. So the work has already been done...

Have a nice day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.

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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: TODO: GNU TLS
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: Recent SIGSEGV failures in buildfarm HEAD