forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit274bbce
committed
Disable all TLS session tickets
OpenSSL supports two types of session tickets for TLSv1.3, statelessand stateful. The option we've used only turns off stateless ticketsleaving stateful tickets active. Use the new API introduced in 1.1.1to disable all types of tickets.Backpatch to all supported versions.Reviewed-by: Heikki Linnakangas <hlinnaka@iki.fi>Reported-by: Andres Freund <andres@anarazel.de>Discussion:https://postgr.es/m/20240617173803.6alnafnxpiqvlh3g@awork3.anarazel.deBackpatch-through: v121 parent6f9a62b commit274bbce
File tree
5 files changed
+23
-6
lines changed- src
- backend/libpq
- include
5 files changed
+23
-6
lines changedLines changed: 5 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12591 | 12591 |
| |
12592 | 12592 |
| |
12593 | 12593 |
| |
12594 |
| - | |
| 12594 | + | |
12595 | 12595 |
| |
12596 |
| - | |
12597 |
| - | |
| 12596 | + | |
| 12597 | + | |
| 12598 | + | |
12598 | 12599 |
| |
12599 |
| - | |
| 12600 | + | |
12600 | 12601 |
| |
12601 | 12602 |
| |
12602 | 12603 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1358 | 1358 |
| |
1359 | 1359 |
| |
1360 | 1360 |
| |
1361 |
| - | |
| 1361 | + | |
1362 | 1362 |
| |
1363 | 1363 |
| |
1364 | 1364 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1362 | 1362 |
| |
1363 | 1363 |
| |
1364 | 1364 |
| |
| 1365 | + | |
1365 | 1366 |
| |
1366 | 1367 |
| |
1367 | 1368 |
| |
|
Lines changed: 13 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
259 | 259 |
| |
260 | 260 |
| |
261 | 261 |
| |
262 |
| - | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
263 | 274 |
| |
| 275 | + | |
264 | 276 |
| |
265 | 277 |
| |
266 | 278 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
517 | 517 |
| |
518 | 518 |
| |
519 | 519 |
| |
| 520 | + | |
| 521 | + | |
| 522 | + | |
520 | 523 |
| |
521 | 524 |
| |
522 | 525 |
| |
|
0 commit comments
Comments
(0)