forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6c66b74
committed
Raise the minimum supported OpenSSL version to 1.1.1
Commita70e01d retired support for OpenSSL 1.0.2 in order to getrid of the need for manual initialization of the library. This left ourAPI usage compatible with 1.1.0 which was defined as the minimum requiredversion. Also mention that 3.4 is the minimum version required when usingLibreSSL.An upcoming commit will introduce support for configuring TLSv1.3 ciphersuites which require an API call in OpenSSL 1.1.1 and onwards. In orderto support this setting this commit will set v1.1.1 as the new minimumrequired version. The version-specific call for randomness init addedin commitc3333db is removed as it's no longer needed.Author: Daniel Gustafsson <daniel@yesql.se>Discussion:https://postgr.es/m/909A668B-06AD-47D1-B8EB-A164211AAD16@yesql.seDiscussion:https://postgr.es/m/tencent_063F89FA72CCF2E48A0DF5338841988E9809@qq.com1 parentf818551 commit6c66b74
File tree
6 files changed
+38
-48
lines changed- doc/src/sgml
- src
- include
- port
6 files changed
+38
-48
lines changedLines changed: 14 additions & 18 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12224 | 12224 |
| |
12225 | 12225 |
| |
12226 | 12226 |
| |
12227 |
| - | |
| 12227 | + | |
12228 | 12228 |
| |
12229 |
| - | |
| 12229 | + | |
12230 | 12230 |
| |
12231 | 12231 |
| |
12232 | 12232 |
| |
| |||
12441 | 12441 |
| |
12442 | 12442 |
| |
12443 | 12443 |
| |
12444 |
| - | |
12445 |
| - | |
| 12444 | + | |
| 12445 | + | |
12446 | 12446 |
| |
12447 |
| - | |
12448 |
| - | |
| 12447 | + | |
| 12448 | + | |
12449 | 12449 |
| |
12450 |
| - | |
| 12450 | + | |
12451 | 12451 |
| |
12452 | 12452 |
| |
| 12453 | + | |
| 12454 | + | |
12453 | 12455 |
| |
12454 | 12456 |
| |
12455 | 12457 |
| |
12456 |
| - | |
12457 |
| - | |
12458 |
| - | |
12459 |
| - | |
12460 |
| - | |
12461 |
| - | |
| 12458 | + | |
| 12459 | + | |
12462 | 12460 |
| |
12463 |
| - | |
12464 |
| - | |
| 12461 | + | |
| 12462 | + | |
12465 | 12463 |
| |
12466 |
| - | |
| 12464 | + | |
12467 | 12465 |
| |
12468 | 12466 |
| |
12469 |
| - | |
12470 |
| - | |
12471 | 12467 |
| |
12472 | 12468 |
| |
12473 | 12469 |
| |
|
Lines changed: 4 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1311 | 1311 |
| |
1312 | 1312 |
| |
1313 | 1313 |
| |
1314 |
| - | |
1315 |
| - | |
| 1314 | + | |
| 1315 | + | |
1316 | 1316 |
| |
1317 | 1317 |
| |
1318 | 1318 |
| |
| |||
1321 | 1321 |
| |
1322 | 1322 |
| |
1323 | 1323 |
| |
| 1324 | + | |
| 1325 | + | |
1324 | 1326 |
| |
1325 | 1327 |
| |
1326 |
| - | |
1327 |
| - | |
1328 |
| - | |
1329 |
| - | |
1330 |
| - | |
1331 |
| - | |
1332 | 1328 |
| |
1333 | 1329 |
| |
1334 | 1330 |
| |
|
Lines changed: 10 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
293 | 293 |
| |
294 | 294 |
| |
295 | 295 |
| |
296 |
| - | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
297 | 303 |
| |
298 | 304 |
| |
299 | 305 |
| |
| |||
989 | 995 |
| |
990 | 996 |
| |
991 | 997 |
| |
992 |
| - | |
| 998 | + | |
| 999 | + | |
| 1000 | + | |
993 | 1001 |
| |
994 | 1002 |
| |
995 | 1003 |
| |
|
Lines changed: 3 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1361 | 1361 |
| |
1362 | 1362 |
| |
1363 | 1363 |
| |
1364 |
| - | |
1365 |
| - | |
1366 |
| - | |
1367 |
| - | |
1368 |
| - | |
1369 |
| - | |
| 1364 | + | |
| 1365 | + | |
1370 | 1366 |
| |
1371 | 1367 |
| |
1372 | 1368 |
| |
| |||
1395 | 1391 |
| |
1396 | 1392 |
| |
1397 | 1393 |
| |
1398 |
| - | |
| 1394 | + | |
1399 | 1395 |
| |
1400 | 1396 |
| |
1401 | 1397 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
280 | 280 |
| |
281 | 281 |
| |
282 | 282 |
| |
283 |
| - | |
284 |
| - | |
285 |
| - | |
286 | 283 |
| |
287 | 284 |
| |
288 | 285 |
| |
| |||
358 | 355 |
| |
359 | 356 |
| |
360 | 357 |
| |
| 358 | + | |
| 359 | + | |
| 360 | + | |
361 | 361 |
| |
362 | 362 |
| |
363 | 363 |
| |
|
Lines changed: 4 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 |
| - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
35 | 37 |
| |
36 | 38 |
| |
37 | 39 |
| |
| |||
50 | 52 |
| |
51 | 53 |
| |
52 | 54 |
| |
53 |
| - | |
54 | 55 |
| |
55 | 56 |
| |
56 | 57 |
| |
57 | 58 |
| |
58 | 59 |
| |
59 |
| - | |
60 |
| - | |
61 |
| - | |
62 |
| - | |
63 |
| - | |
64 |
| - | |
65 |
| - | |
66 |
| - | |
| 60 | + | |
67 | 61 |
| |
68 | 62 |
| |
69 | 63 |
| |
|
0 commit comments
Comments
(0)