]> 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:58:20 +0000 (20:58 +0200)
commit77033aa97af75802dcf4985b86c4555c9722c348
tree22337fda1f1d9c7ef52c912c95bed50d7badcdbe
parent3725c8ce4b29076baabb3856e1ade2f15ceee938
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