Re: [HACKERS] Introducing SNI in TLS handshake for SSL connections

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [HACKERS] Introducing SNI in TLS handshake for SSL connections
Дата
Msg-id 9af47a45-f92d-7ede-2d71-222ba24447eb@2ndquadrant.com
обсуждение исходный текст
Ответ на [HACKERS] Introducing SNI in TLS handshake for SSL connections  (Florin Asavoaie <florin.asavoaie@gmail.com>)
Список pgsql-hackers
On 4/24/17 22:26, Florin Asavoaie wrote:
> If there's nobody against this, I can try to do the patch myself,
> doesn't look too difficult (I expect it to simply work by
> calling SSL_set_tlsext_host_name(SSL_context, PQhost(conn))) somewhere
> in initialize_SSL in fe-secure-openssl.c.

I had to look up what SNI is:
https://en.wikipedia.org/wiki/Server_Name_Indication

This seems useful.

If you have a patch, please add it here:
https://commitfest.postgresql.org/14/

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



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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: [HACKERS] TAP tests - installcheck vs check
Следующее
От: Thomas Munro
Дата:
Сообщение: Re: [HACKERS] transition table behavior with inheritance appearsbroken (was: Declarative partitioning - another take)