forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4fdb655
committed
Fix regression in TLS session ticket disabling
Commit274bbce disabled session tickets for TLSv1.3 on top of thealready disabled TLSv1.2 session tickets, but accidentally causeda regression where TLSv1.2 session tickets were incorrectly sent.Fix by unconditionally disabling TLSv1.2 session tickets and onlydisable TLSv1.3 tickets when the right version of OpenSSL is used.Backpatch to all supported branches.Reported-by: Cameron Vogt <cvogt@automaticcontrols.net>Reported-by: Fire Emerald <fire.github@gmail.com>Reviewed-by: Jacob Champion <jacob.champion@enterprisedb.com>Discussion:https://postgr.es/m/DM6PR16MB3145CF62857226F350C710D1AB852@DM6PR16MB3145.namprd16.prod.outlook.comBackpatch-through: v121 parent2724ff3 commit4fdb655
1 file changed
+1
-2
lines changedLines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
270 | 270 |
| |
271 | 271 |
| |
272 | 272 |
| |
273 |
| - | |
274 |
| - | |
275 | 273 |
| |
| 274 | + | |
276 | 275 |
| |
277 | 276 |
| |
278 | 277 |
| |
|
0 commit comments
Comments
(0)