PKGBUILDs/extra/nodejs-lts-fermium/fix-test-tls-session-cache.patch

13 lines
470 B
Diff
Raw Normal View History

2023-03-11 18:27:56 +00:00
# Extracted from https://github.com/nodejs/node/commit/640fe943544d
--- test/parallel/test-tls-session-cache.js.orig 2022-11-01 17:03:41.226108382 +0000
+++ test/parallel/test-tls-session-cache.js 2022-11-01 17:05:41.634992504 +0000
@@ -50,6 +50,7 @@ function doTest(testOptions, callback) {
requestCert: true,
rejectUnauthorized: false,
secureProtocol: 'TLS_method',
+ ciphers: 'RSA@SECLEVEL=0'
};
let requestCount = 0;
let resumeCount = 0;