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-0004VZ-Ek@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
------
REL_13_STABLE

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

Modified Files
--------------
doc/src/sgml/config.sgml | 26 ++++++++++++++++----------
1 file changed, 16 insertions(+), 10 deletions(-)


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

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