]> 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:56:40 +0000 (20:56 +0200)
commitedfc08652ae35de37c886ba0e9382d72eb2042dd
treea2bae1c8948ef9a535ddfecfe2ee911119f0a220
parent47adb24882b248db80b5b554cfb4474ca38516e5
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