forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit326e1d7
committed
Disallow use of SSL v3 protocol in the server as well as in libpq.
Commit820f08c claimed to make the serverand libpq handle SSL protocol versions identically, but actually the serverwas still accepting SSL v3 protocol while libpq wasn't. Per discussion,SSL v3 is obsolete, and there's no good reason to continue to accept it.So make the code really equivalent on both sides. The behavior now isthat we use the highest mutually-supported TLS protocol version.Marko Kreen, some comment-smithing by me1 parent3fd3e34 commit326e1d7
2 files changed
+15
-4
lines changedLines changed: 11 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
822 | 822 |
| |
823 | 823 |
| |
824 | 824 |
| |
| 825 | + | |
| 826 | + | |
| 827 | + | |
| 828 | + | |
| 829 | + | |
| 830 | + | |
| 831 | + | |
825 | 832 |
| |
826 | 833 |
| |
827 | 834 |
| |
| |||
880 | 887 |
| |
881 | 888 |
| |
882 | 889 |
| |
883 |
| - | |
| 890 | + | |
884 | 891 |
| |
885 |
| - | |
| 892 | + | |
| 893 | + | |
| 894 | + | |
886 | 895 |
| |
887 | 896 |
| |
888 | 897 |
| |
|
Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
967 | 967 |
| |
968 | 968 |
| |
969 | 969 |
| |
970 |
| - | |
971 |
| - | |
| 970 | + | |
| 971 | + | |
| 972 | + | |
| 973 | + | |
972 | 974 |
| |
973 | 975 |
| |
974 | 976 |
| |
|
0 commit comments
Comments
(0)