Обсуждение: pgsql: doc: Document that ssl_ciphers does not affect TLS 1.3

Поиск
Список
Период
Сортировка

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

От
Peter Eisentraut
Дата:
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_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/807dbce4b668c92c06b507e44da1c6a177bcbd20

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