From: Jérémy Lal Date: Tue, 15 Nov 2022 03:51:54 +0000 (+0000) Subject: node use old keys, and new openssl don't allow them X-Git-Tag: archive/raspbian/18.12.1+dfsg-2+rpi1~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=fdae334ab5d342e45a88acffb2a12761aa897c2e;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 fcfef2e81..b44e23bf1 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -35,6 +35,12 @@ test-fs-error-messages: PASS,FLAKY # https://github.com/nodejs/node/pull/42340 fails with libuv1 1.44.2 test-tls-streamwrap-buffersize: 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