]> 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:31 +0000 (20:38 +0200)
commit63b2297a33ebca87942e55643339c08fbdd25526
tree54c15f2e9008c07aa04fe8cdae3d4a2e2ae0bb34
parent8bf4e69a7f7b076fae3b8e2361977f590d095b5a
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