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

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Document that ssl_ciphers does not affect TLS 1.3
Date: 2020-07-23 19:13:52
Message-ID: E1jygfA-0004VZ-Ek@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)postgresql(dot)org>
Reviewed-by: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-07-23 21:20:28 pgsql: Fix ancient violation of zlib's API spec.
Previous Message Thomas Munro 2020-07-23 09:26:39 pgsql: Fix error message.