Skip to content

Upgrade to openssl 101t for v0.12

Checklist
  • tests and code linting passes
  • a test and/or benchmark is included
  • documentation is changed or added
  • the commit message follows commit guidelines
Affected core subsystem(s)

tls/crypto

Description of change

openssl sources are upgraded to 1.0.1t and applied floating patches. One more works was made in this upgrade.

-asm regenerated asm codes were changed in this upgrade so that asm were regenerated without CC and ASM env.

CI is https://ci.nodejs.org/job/node-test-commit/3167/ but test-tls-server-verify.js was failed on several platforms due to some connection issues between server and spawned processes. As far as I checked, the failures are not caused by this upgrade and need further investigation. I'd like to know the test is flaky but I could not check CI results for v0.12 in the past. They seemed to be removed in the CI results.

Merge request reports

Loading