Re: [PATCH] Automatic client certificate selection support for libpq v1

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: [PATCH] Automatic client certificate selection support for libpq v1
Дата
Msg-id 4A0859CA.8080802@hagander.net
обсуждение исходный текст
Ответ на Re: [PATCH] Automatic client certificate selection support for libpq v1  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
Peter Eisentraut wrote:
> On Monday 11 May 2009 11:02:17 Magnus Hagander wrote:
>> Another thought: if we were to make ourselves support multiple SSL
>> libraries (that has been suggested before - at that point, people wanted
>> GnuTLS), we could also add support for Windows SChannel, which I'm sure
>> some win32 people would certainly prefer - much easier to do SSL
>> deployments within an existing MS infrastructure...
>>
>> But no, that certainly wouldn't *reduce* the amount of code...
> 
> We'll call that Plan C: Making PostgreSQL the first piece of software in the 
> world to support four different crypto libraries. ;-)

I could've sworn curl did :-) But it turns out they do SChannel
*through* OpenSSL. :-) So we can probably live with that ;)

//Magnus



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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: [PATCH] Automatic client certificate selection support for libpq v1
Следующее
От: Boszormenyi Zoltan
Дата:
Сообщение: Re: SELECT ... FOR UPDATE [WAIT integer | NOWAIT] for 8.5