pgsql: Fix list of SSL error codes for older OpenSSL versions.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix list of SSL error codes for older OpenSSL versions.
Дата
Msg-id E1jpEb5-000071-H9@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix list of SSL error codes for older OpenSSL versions.

Apparently 1.0.1 lacks SSL_R_VERSION_TOO_HIGH and
SSL_R_VERSION_TOO_LOW.  Per buildfarm.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e1cc25f59a8a90d821aaf894e1691575ed94454e

Modified Files
--------------
src/backend/libpq/be-secure-openssl.c    | 6 ++++--
src/interfaces/libpq/fe-secure-openssl.c | 6 ++++--
2 files changed, 8 insertions(+), 4 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Change libpq's default ssl_min_protocol_version to TLSv1.2.
Следующее
От: Noah Misch
Дата:
Сообщение: pgsql: Fix documentation of "must be vacuumed within" warning.