forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb1abfec
committed
Update minimum SSL version
Change default of ssl_min_protocol_version to TLSv1.2 (from TLSv1,which means 1.0). Older versions are still supported, just not bydefault.TLS 1.0 is widely deprecated, and TLS 1.1 only slightly less so. AllOpenSSL versions that support TLS 1.1 also support TLS 1.2, so therewould be very little reason to, say, set the default to TLS 1.1instead on grounds of better compatibility.The test suite overrides this new setting, so it can still run witholder OpenSSL versions.Discussion:https://www.postgresql.org/message-id/flat/b327f8df-da98-054d-0cc5-b76a857cfed9%402ndquadrant.com1 parent4af77aa commitb1abfec
File tree
4 files changed
+8
-6
lines changed- doc/src/sgml
- src
- backend/utils/misc
- test/ssl/t
4 files changed
+8
-6
lines changedLines changed: 2 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1365 | 1365 |
| |
1366 | 1366 |
| |
1367 | 1367 |
| |
1368 |
| - | |
1369 |
| - | |
1370 |
| - | |
1371 |
| - | |
| 1368 | + | |
| 1369 | + | |
1372 | 1370 |
| |
1373 | 1371 |
| |
1374 | 1372 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4573 | 4573 |
| |
4574 | 4574 |
| |
4575 | 4575 |
| |
4576 |
| - | |
| 4576 | + | |
4577 | 4577 |
| |
4578 | 4578 |
| |
4579 | 4579 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
105 | 105 |
| |
106 | 106 |
| |
107 | 107 |
| |
108 |
| - | |
| 108 | + | |
109 | 109 |
| |
110 | 110 |
| |
111 | 111 |
| |
|
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
132 | 132 |
| |
133 | 133 |
| |
134 | 134 |
| |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
135 | 139 |
| |
136 | 140 |
| |
137 | 141 |
| |
|
0 commit comments
Comments
(0)