From: Jérémy Lal Date: Fri, 6 Jan 2023 20:15:20 +0000 (+0000) Subject: node use old keys, and new openssl don't allow them X-Git-Tag: archive/raspbian/18.13.0+dfsg-1+rpi1^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8888d5a0d54c8b604cab1edd564d98ffd25a99e6;p=nodejs.git node use old keys, and new openssl don't allow them Last-Update: 2022-09-29 Forwarded: not-needed, https://github.com/nodejs/node/pull/44498 this test might fail just because of that. Upstream is actually merging a PR that upgrades their test keys Gbp-Pq: Topic build Gbp-Pq: Name openssl_related_test_issues.patch --- diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 4ec58efd8..f13eb990a 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -28,6 +28,12 @@ test-net-listen-after-destroying-stdin: PASS,FLAKY ## fails when running with eatmydata test-fs-error-messages: PASS,FLAKY +# upstream is currently updating its keys so openssl stop complaining +test-tls-server-verify: PASS, FLAKY +test-tls-env-extra-ca: PASS, FLAKY +# this one even fails silently +test-tls-dhe: SKIP + # this new test doesn't have a built target properly setup test-child-process-stdio-overlapped: SKIP