doc: Document that ssl_ciphers does not affect TLS 1.3

Peter Eisentraut <peter@eisentraut.org>

Commit: edfc08652ae35de37c886ba0e9382d72eb2042dd
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2020-07-23T18:56:40Z
Releases: 9.6.19
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>

Files

PathChange+/−
doc/src/sgml/config.sgml modified +8 −5

Documentation touched