forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7b283d0
committed
Remove support for OpenSSL 0.9.8 and 1.0.0
Support is out of scope from all the major vendors for these versions(for example RHEL5 uses a version based on 0.9.8, and RHEL6 uses 1.0.1),and it created some extra maintenance work. Upstream has stoppedsupport of 0.9.8 in December 2015 and of 1.0.0 in February 2016.Sinceb1abfec, note that the default SSL protocol version set withssl_min_protocol_version is TLSv1.2, whose support was added in OpenSSL1.0.1, so there is no point to enforce ssl_min_protocol_version to TLSv1in the SSL tests.Author: Michael PaquierReviewed-by: Daniel Gustafsson, Tom LaneDiscussion:https://postgr.es/m/20191205083252.GE5064@paquier.xyz1 parentfc31001 commit7b283d0
File tree
5 files changed
+2
-15
lines changed- doc/src/sgml
- src
- backend/libpq
- interfaces/libpq
- test/ssl/t
5 files changed
+2
-15
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
254 | 254 |
| |
255 | 255 |
| |
256 | 256 |
| |
257 |
| - | |
| 257 | + | |
258 | 258 |
| |
259 | 259 |
| |
260 | 260 |
| |
|
Lines changed: 0 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1608 | 1608 |
| |
1609 | 1609 |
| |
1610 | 1610 |
| |
1611 |
| - | |
1612 |
| - | |
1613 |
| - | |
1614 |
| - | |
1615 | 1611 |
| |
1616 | 1612 |
| |
1617 | 1613 |
| |
|
Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
223 | 223 |
| |
224 | 224 |
| |
225 | 225 |
| |
226 |
| - | |
227 | 226 |
| |
228 |
| - | |
229 | 227 |
| |
230 | 228 |
| |
231 | 229 |
| |
|
Lines changed: 1 addition & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1192 | 1192 |
| |
1193 | 1193 |
| |
1194 | 1194 |
| |
1195 |
| - | |
1196 |
| - | |
| 1195 | + | |
1197 | 1196 |
| |
1198 |
| - | |
1199 | 1197 |
| |
1200 | 1198 |
| |
1201 | 1199 |
| |
1202 | 1200 |
| |
1203 |
| - | |
1204 | 1201 |
| |
1205 | 1202 |
| |
1206 | 1203 |
| |
|
Lines changed: 0 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
132 | 132 |
| |
133 | 133 |
| |
134 | 134 |
| |
135 |
| - | |
136 |
| - | |
137 |
| - | |
138 |
| - | |
139 | 135 |
| |
140 | 136 |
| |
141 | 137 |
| |
|
0 commit comments
Comments
(0)