]> git.ipfire.org Git - thirdparty/postgresql.git/commit
doc: Document that ssl_ciphers does not affect TLS 1.3
authorPeter Eisentraut <peter@eisentraut.org>
Thu, 23 Jul 2020 15:13:00 +0000 (17:13 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Thu, 23 Jul 2020 18:38:45 +0000 (20:38 +0200)
commit807dbce4b668c92c06b507e44da1c6a177bcbd20
treedbdbe0447b7c173f7408ef9e0cfc0162c665cc80
parent028f0c3a86d003ecaab05ff9df2386f806a3ddf3
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>
doc/src/sgml/config.sgml