Re: Use EVP API pgcrypto encryption, dropping support for OpenSSL 0.9.6 and older

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Use EVP API pgcrypto encryption, dropping support for OpenSSL 0.9.6 and older
Дата
Msg-id 20151005151605.GC8531@alvherre.pgsql
обсуждение исходный текст
Ответ на Use EVP API pgcrypto encryption, dropping support for OpenSSL 0.9.6 and older  (Heikki Linnakangas <hlinnaka@iki.fi>)
Ответы Re: Use EVP API pgcrypto encryption, dropping support for OpenSSL 0.9.6 and older
Список pgsql-hackers
Heikki Linnakangas wrote:

> In short, pgcrypto actually used to use the EVP functions, but was changed
> to *not* use them, because in older versions of OpenSSL, some key lengths
> and/or padding options that pgcrypto supports were not supported by the EVP
> API. That was fixed in OpenSSL 0.9.7, however. The consensus in 2007 was
> that we could drop support for OpenSSL 0.9.6 and below, so that should
> definitely be OK by now, if we haven't already done that elsewhere in the
> code.

I think we already effectively dropped support for < 0.9.7 with the
renegotiation fixes; see
https://www.postgresql.org/message-id/20130712203252.GH29206%40eldon.alvh.no-ip.org

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



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Less than ideal error reporting in pg_stat_statements
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: Less than ideal error reporting in pg_stat_statements