-
-
Notifications
You must be signed in to change notification settings - Fork 33.9k
Description
Hi folks, recently, OpenSSL v3.2 was released: https://www.openssl.org/blog/blog/2023/11/23/OpenSSL32/
I didn't see any existing open issues or PRs discussing this, but I am well aware of this discussion regarding OpenSSL v3.1: #47177
These versions of OpenSSL contain critical performance improvements and I'd appreciate a clearer understanding of when we could expect an upgrade? What is the EOL date math that would enable us to start upgrading?
OpenSSL v3.2 will be supported until 2025-11-23
Node.js v18 is EOL on 2025-04-30 and Node.js v20 is EOL on 2026-04-30.
Does this mean we could upgrade to OpenSSL v3.2 in Node.js v18 ?
If so, can I follow the steps at:
- https://github.com/nodejs/node/blob/main/tools/dep_updaters/README.md#openssl
- https://github.com/nodejs/node/blob/main/doc/contributing/maintaining/maintaining-openssl.md
And start the upgrade process? Or would this fall to the responsibilities of the @nodejs/releasers group?