forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitdbd0348
committed
doc: Document that ssl_ciphers does not affect TLS 1.3
TLS 1.3 uses a different way of specifying ciphers and a differentOpenSSL API. PostgreSQL currently does not support setting thoseciphers. For now, just document this. In the future, support forthis might be added somehow.Reviewed-by: Jonathan S. Katz <jkatz@postgresql.org>Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>1 parent6b36619 commitdbd0348
1 file changed
+16
-10
lines changedLines changed: 16 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1216 | 1216 |
| |
1217 | 1217 |
| |
1218 | 1218 |
| |
1219 |
| - | |
1220 |
| - | |
1221 |
| - | |
1222 |
| - | |
1223 |
| - | |
1224 |
| - | |
1225 |
| - | |
1226 |
| - | |
1227 |
| - | |
1228 |
| - | |
| 1219 | + | |
| 1220 | + | |
| 1221 | + | |
| 1222 | + | |
| 1223 | + | |
| 1224 | + | |
| 1225 | + | |
| 1226 | + | |
| 1227 | + | |
| 1228 | + | |
| 1229 | + | |
| 1230 | + | |
| 1231 | + | |
| 1232 | + | |
| 1233 | + | |
| 1234 | + | |
1229 | 1235 |
| |
1230 | 1236 |
| |
1231 | 1237 |
| |
|
0 commit comments
Comments
(0)