forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6ccb5ae
committed
I was playing around with 7.3.1 and found some more SSL problems. The
first, that I missed when checking over 7.3.1, was that the clientmethod was switched to SSLv23 along with the server. The SSLv23 clientmethod does SSLv2 by default, but can also understand SSLv3. In oursituation the SSLv2 backwords compatibility is really only needed on theserver. This is the first patch.The last thing is that I found a way for the server to understand SSLv2HELLO messages (sent by pre-7.3 clients) but then get them to talkSSLv3. This is the last one.Nathan Mueller1 parentd31b20a commit6ccb5ae
2 files changed
+4
-4
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| |||
637 | 637 |
| |
638 | 638 |
| |
639 | 639 |
| |
640 |
| - | |
| 640 | + | |
641 | 641 |
| |
642 | 642 |
| |
643 | 643 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| |||
714 | 714 |
| |
715 | 715 |
| |
716 | 716 |
| |
717 |
| - | |
| 717 | + | |
718 | 718 |
| |
719 | 719 |
| |
720 | 720 |
| |
|
0 commit comments
Comments
(0)