forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commiteb8e2cc
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 parentfac4145 commiteb8e2cc
1 file changed
+16
-10
lines changedLines changed: 16 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1067 | 1067 |
| |
1068 | 1068 |
| |
1069 | 1069 |
| |
1070 |
| - | |
1071 |
| - | |
1072 |
| - | |
1073 |
| - | |
1074 |
| - | |
1075 |
| - | |
1076 |
| - | |
1077 |
| - | |
1078 |
| - | |
1079 |
| - | |
| 1070 | + | |
| 1071 | + | |
| 1072 | + | |
| 1073 | + | |
| 1074 | + | |
| 1075 | + | |
| 1076 | + | |
| 1077 | + | |
| 1078 | + | |
| 1079 | + | |
| 1080 | + | |
| 1081 | + | |
| 1082 | + | |
| 1083 | + | |
| 1084 | + | |
| 1085 | + | |
1080 | 1086 |
| |
1081 | 1087 |
| |
1082 | 1088 |
| |
|
0 commit comments
Comments
(0)