Re: BUG #4340: SECURITY: Is SSL Doing Anything?

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: BUG #4340: SECURITY: Is SSL Doing Anything?
Дата
Msg-id 48AB1890.8020304@hagander.net
обсуждение исходный текст
Ответ на Re: BUG #4340: SECURITY: Is SSL Doing Anything?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
Tom Lane wrote:
> Magnus Hagander <magnus@hagander.net> writes:
>> (I don't believe OpenSSL does this verification either, because AFAICS
>> OpenSSL only ever sees the IP address of the server, and not the FQDN)
>
> In common usages libpq doesn't have the FQDN of the server either.
> To impose such a requirement, we'd have to forbid naming the server
> by IP address or via a domain-search-path abbreviation.

You could issue a certificate to an IP address, so you could match the
textual representation of the IP in that case.

Or you could require the FQDN for a SSL connection when this
verification is enabled. A similar restriction already exists for
Kerberos, for example.

//Magnus

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #4340: SECURITY: Is SSL Doing Anything?
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: BUG #4340: SECURITY: Is SSL Doing Anything?