Inconsistent error handling in the openssl init code

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема Inconsistent error handling in the openssl init code
Дата
Msg-id E1CDFE88-4A96-4A74-BA3F-473BBC0E9611@yesql.se
обсуждение исходный текст
Ответы Re: Inconsistent error handling in the openssl init code  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
The errorhandling in be_tls_init(), and functions called from it, set the
appropriate elevel by the isServerStart.  ssl_protocol_version_to_openssl() is
however erroring out unconditionally with ERROR on invalid TLS versions.  The
attached patch adds isServerStart handling to the TLS version handling as well,
to make be_tls_init() consistent in its errorhandling.

cheers ./daniel


Вложения

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Fix optimization of foreign-key on update actions
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: insensitive collations