forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit118ec33
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 parentb7bc06f commit118ec33
File tree
4 files changed
+22
-6
lines changed- src
- backend/libpq
- include
4 files changed
+22
-6
lines changedLines changed: 5 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13310 | 13310 |
| |
13311 | 13311 |
| |
13312 | 13312 |
| |
13313 |
| - | |
| 13313 | + | |
13314 | 13314 |
| |
13315 |
| - | |
13316 |
| - | |
| 13315 | + | |
| 13316 | + | |
| 13317 | + | |
13317 | 13318 |
| |
13318 |
| - | |
| 13319 | + | |
13319 | 13320 |
| |
13320 | 13321 |
| |
13321 | 13322 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1359 | 1359 |
| |
1360 | 1360 |
| |
1361 | 1361 |
| |
1362 |
| - | |
| 1362 | + | |
1363 | 1363 |
| |
1364 | 1364 |
| |
1365 | 1365 |
| |
|
Lines changed: 13 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
249 | 249 |
| |
250 | 250 |
| |
251 | 251 |
| |
252 |
| - | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
253 | 264 |
| |
| 265 | + | |
254 | 266 |
| |
255 | 267 |
| |
256 | 268 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
721 | 721 |
| |
722 | 722 |
| |
723 | 723 |
| |
| 724 | + | |
| 725 | + | |
| 726 | + | |
724 | 727 |
| |
725 | 728 |
| |
726 | 729 |
| |
|
0 commit comments
Comments
(0)