forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit272923a
committed
Simplify the way OpenSSL renegotiation is initiated in server.
At least in all modern versions of OpenSSL, it is enough to callSSL_renegotiate() once, and then forget about it. Subsequent SSL_write()and SSL_read() calls will finish the handshake.The SSL_set_session_id_context() call is unnecessary too. We only haveone SSL context, and the SSL session was created with that to begin with.1 parentdc01efa commit272923a
1 file changed
+0
-23
lines changedLines changed: 0 additions & 23 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
624 | 624 |
| |
625 | 625 |
| |
626 | 626 |
| |
627 |
| - | |
628 |
| - | |
629 | 627 |
| |
630 | 628 |
| |
631 | 629 |
| |
632 | 630 |
| |
633 |
| - | |
634 |
| - | |
635 |
| - | |
636 |
| - | |
637 |
| - | |
638 |
| - | |
639 |
| - | |
640 |
| - | |
641 |
| - | |
642 |
| - | |
643 |
| - | |
644 |
| - | |
645 |
| - | |
646 |
| - | |
647 |
| - | |
648 |
| - | |
649 |
| - | |
650 |
| - | |
651 |
| - | |
652 |
| - | |
653 |
| - | |
654 | 631 |
| |
655 | 632 |
| |
656 | 633 |
| |
|
0 commit comments
Comments
(0)