forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitfbfeceb
committed
Back-patch 9.4-era SSL renegotiation code into 9.3 and 9.2.
This back-patches 9.4 commits31cf1a1,86029b3, and36a3be6 intothe prior branches, along with relevant bits ofb1aebbb and7ce2a45.We had foreseen doing this once the code was proven, but that never didhappen, probably because we got sufficiently fed up with renegotiationto disable it by default. However, we have to do something now becausethe prior code doesn't even compile against OpenSSL 1.1. Per discussion,the best solution seems to be to make the older branches look like 9.4.Discussion:https://postgr.es/m/20047.1492305247@sss.pgh.pa.us1 parentfddc101 commitfbfeceb
2 files changed
+76
-17
lines changedLines changed: 70 additions & 17 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
102 | 102 |
| |
103 | 103 |
| |
104 | 104 |
| |
| 105 | + | |
| 106 | + | |
| 107 | + | |
105 | 108 |
| |
106 | 109 |
| |
107 | 110 |
| |
| |||
295 | 298 |
| |
296 | 299 |
| |
297 | 300 |
| |
| 301 | + | |
298 | 302 |
| |
299 | 303 |
| |
300 | 304 |
| |
| |||
326 | 330 |
| |
327 | 331 |
| |
328 | 332 |
| |
329 |
| - | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
330 | 341 |
| |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
331 | 355 |
| |
332 | 356 |
| |
333 | 357 |
| |
334 | 358 |
| |
335 | 359 |
| |
336 |
| - | |
337 |
| - | |
338 |
| - | |
339 |
| - | |
340 |
| - | |
341 |
| - | |
342 |
| - | |
343 |
| - | |
344 |
| - | |
345 |
| - | |
346 |
| - | |
347 |
| - | |
348 |
| - | |
349 |
| - | |
350 |
| - | |
351 |
| - | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
352 | 382 |
| |
353 | 383 |
| |
354 | 384 |
| |
| |||
393 | 423 |
| |
394 | 424 |
| |
395 | 425 |
| |
| 426 | + | |
396 | 427 |
| |
397 | 428 |
| |
398 | 429 |
| |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
399 | 452 |
| |
400 | 453 |
| |
401 | 454 |
| |
|
Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
553 | 553 |
| |
554 | 554 |
| |
555 | 555 |
| |
| 556 | + | |
| 557 | + | |
556 | 558 |
| |
557 | 559 |
| |
558 | 560 |
| |
559 | 561 |
| |
560 | 562 |
| |
561 | 563 |
| |
| 564 | + | |
| 565 | + | |
562 | 566 |
| |
563 | 567 |
| |
564 | 568 |
| |
565 | 569 |
| |
| 570 | + | |
| 571 | + | |
566 | 572 |
| |
567 | 573 |
| |
568 | 574 |
| |
|
0 commit comments
Comments
(0)