pgsql: doc: Document that ssl_ciphers does not affect TLS 1.3

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: doc: Document that ssl_ciphers does not affect TLS 1.3
Дата
Msg-id E1jygfA-0004Vo-Gm@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
doc: Document that ssl_ciphers does not affect TLS 1.3

TLS 1.3 uses a different way of specifying ciphers and a different
OpenSSL API.  PostgreSQL currently does not support setting those
ciphers.  For now, just document this.  In the future, support for
this might be added somehow.

Reviewed-by: Jonathan S. Katz <jkatz@postgresql.org>
Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>

Branch
------
REL9_5_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/77033aa97af75802dcf4985b86c4555c9722c348

Modified Files
--------------
doc/src/sgml/config.sgml | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)


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

Предыдущее
От: Thomas Munro
Дата:
Сообщение: pgsql: Fix error message.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix ancient violation of zlib's API spec.