forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit807dbce
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 parent028f0c3 commit807dbce
1 file changed
+16
-10
lines changedLines changed: 16 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1178 | 1178 |
| |
1179 | 1179 |
| |
1180 | 1180 |
| |
1181 |
| - | |
1182 |
| - | |
1183 |
| - | |
1184 |
| - | |
1185 |
| - | |
1186 |
| - | |
1187 |
| - | |
1188 |
| - | |
1189 |
| - | |
1190 |
| - | |
| 1181 | + | |
| 1182 | + | |
| 1183 | + | |
| 1184 | + | |
| 1185 | + | |
| 1186 | + | |
| 1187 | + | |
| 1188 | + | |
| 1189 | + | |
| 1190 | + | |
| 1191 | + | |
| 1192 | + | |
| 1193 | + | |
| 1194 | + | |
| 1195 | + | |
| 1196 | + | |
1191 | 1197 |
| |
1192 | 1198 |
| |
1193 | 1199 |
| |
|
0 commit comments
Comments
(0)