mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
13 lines
470 B
Diff
13 lines
470 B
Diff
|
# 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;
|