Commit 5cb3bfb
committed
Merge branch 'maint-3.0'
* maint-3.0:
Ruby/OpenSSL 3.0.2
Fix build with LibreSSL 3.5
Fix operator precedence in OSSL_OPENSSL_PREREQ and OSSL_LIBRESSL_PREREQ
Ruby/OpenSSL 2.2.3
ts: use TS_VERIFY_CTX_set_certs instead of TS_VERIFY_CTS_set_certs
ocsp: disable OCSP_basic_verify() workaround on LibreSSL 3.5
test/openssl/test_pkey.rb: allow failures in test_s_generate_parameters
pkey/ec: check private key validity with OpenSSL 3
Actions - update workflow to use OpenSSL 1.1.1, actions/checkout@v3
pkey/ec: fix ossl_raise() calls using cEC_POINT instead of eEC_POINT
raise when EC_POINT_cmp or EC_GROUP_cmp error instead of returning trueFile tree
6 files changed
+85
-17
lines changed- ext/openssl
- test/openssl
- fixtures/pkey
6 files changed
+85
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
1 | 15 | | |
2 | 16 | | |
3 | 17 | | |
| |||
124 | 138 | | |
125 | 139 | | |
126 | 140 | | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
127 | 156 | | |
128 | 157 | | |
129 | 158 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
483 | 483 | | |
484 | 484 | | |
485 | 485 | | |
486 | | - | |
| 486 | + | |
487 | 487 | | |
488 | 488 | | |
| 489 | + | |
489 | 490 | | |
490 | 491 | | |
491 | | - | |
492 | | - | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
493 | 507 | | |
494 | | - | |
495 | | - | |
496 | 508 | | |
497 | 509 | | |
498 | 510 | | |
| |||
668 | 680 | | |
669 | 681 | | |
670 | 682 | | |
671 | | - | |
672 | | - | |
673 | | - | |
674 | | - | |
| 683 | + | |
| 684 | + | |
| 685 | + | |
| 686 | + | |
| 687 | + | |
675 | 688 | | |
676 | 689 | | |
677 | 690 | | |
| |||
1232 | 1245 | | |
1233 | 1246 | | |
1234 | 1247 | | |
1235 | | - | |
1236 | | - | |
| 1248 | + | |
| 1249 | + | |
| 1250 | + | |
| 1251 | + | |
| 1252 | + | |
1237 | 1253 | | |
1238 | | - | |
| 1254 | + | |
1239 | 1255 | | |
1240 | 1256 | | |
1241 | 1257 | | |
| |||
1253 | 1269 | | |
1254 | 1270 | | |
1255 | 1271 | | |
1256 | | - | |
| 1272 | + | |
1257 | 1273 | | |
1258 | 1274 | | |
1259 | 1275 | | |
| |||
1274 | 1290 | | |
1275 | 1291 | | |
1276 | 1292 | | |
1277 | | - | |
| 1293 | + | |
1278 | 1294 | | |
1279 | 1295 | | |
1280 | 1296 | | |
| |||
1297 | 1313 | | |
1298 | 1314 | | |
1299 | 1315 | | |
1300 | | - | |
| 1316 | + | |
1301 | 1317 | | |
1302 | 1318 | | |
1303 | 1319 | | |
| |||
1316 | 1332 | | |
1317 | 1333 | | |
1318 | 1334 | | |
1319 | | - | |
| 1335 | + | |
1320 | 1336 | | |
1321 | 1337 | | |
1322 | 1338 | | |
| |||
1334 | 1350 | | |
1335 | 1351 | | |
1336 | 1352 | | |
1337 | | - | |
| 1353 | + | |
1338 | 1354 | | |
1339 | 1355 | | |
1340 | 1356 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
50 | 55 | | |
51 | 56 | | |
52 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
93 | 100 | | |
94 | 101 | | |
95 | 102 | | |
| |||
0 commit comments