FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

deps: update OpenSSL 3.0.8+quic by RafaelGSS · Pull Request #46570 · nodejs/node · GitHub

/ node Public

deps: update OpenSSL 3.0.8+quic - #46570

Closed
RafaelGSS wants to merge 3 commits into
nodejs:mainfrom
RafaelGSS:openssl-3.0.8+quic
Closed

deps: update OpenSSL 3.0.8+quic#46570
RafaelGSS wants to merge 3 commits into
nodejs:mainfrom
RafaelGSS:openssl-3.0.8+quic

Conversation

Copy link
Copy Markdown
Member

Updated openssl dep to openssl-3.0.8 using the maintenance guide.

Refs: https://mta.openssl.org/pipermail/openssl-announce/2023-February/000251.html

This updates all sources in deps/openssl/openssl by:
    $ git clone git@github.com:quictls/openssl.git
    $ cd openssl
    $ git checkout openssl-3.0.8+quic
    $ cd ../node/deps/openssl
    $ rm -rf openssl
    $ cp -R ../../../openssl openssl
    $ rm -rf openssl/.git* openssl/.travis*
    $ git add --all openssl
    $ git commit openssl
nodejs-github-bot added dependencies Pull requests that update a dependency file. needs-ci PRs that need a full CI run. openssl Issues and PRs related to the OpenSSL dependency. labels Feb 8, 2023

This comment was marked as outdated.

Copy link
Copy Markdown
Member

The Windows on ARM64 failure is an upstream OpenSSL bug on all the new OpenSSL releases.

The 32-bit Windows x86 failure is something we hit before -- I think we were floating a patch for it on top of OpenSSL?

Copy link
Copy Markdown
Member

The 32-bit Windows x86 failure is something we hit before -- I think we were floating a patch for it on top of OpenSSL?

There's a note about 32-bit Windows in https://github.com/nodejs/node/blob/main/doc/contributing/maintaining-openssl.md#2-execute-make-in-depsopensslconfig-directory

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Member

@RafaelGSS Looks like something has gone awry with the config generation for this PR.
https://github.com/nodejs/node/actions/runs/4153362833/jobs/7184952274#step:7:930

    "/Users/runner/work/node/node/deps/openssl/openssl/include/openssl/opensslconf.h:14:11: fatal error: 'openssl/configuration.h' file not found\n" +
    '# include <openssl/configuration.h>\n' +
    '          ^~~~~~~~~~~~~~~~~~~~~~~~~\n' +
    '1 error generated.\n' +

RafaelGSS and others added 2 commits February 13, 2023 11:17
After an OpenSSL source update, all the config files need to be
regenerated and committed by:
    $ make -C deps/openssl/config
    $ git add deps/openssl/config/archs
    $ git add deps/openssl/openssl
    $ git commit
Original commit message:

    rsa: add msvc intrinsic for non x64 platforms

    _umul128() is x86_64 (x64) only, while __umulh() works everywhere, but
    doesn't generate optimal code on x64

Refs: openssl/openssl#20244

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Member Author

Landed in f369c0a...9f468cc

Copy link
Copy Markdown
Contributor

This doesn't land cleanly on v19.x, If this is supposed to land can someone please backport

Copy link
Copy Markdown
Member

This landed in v19.x via #46573 as part of the recent security releases.

targos commented Mar 13, 2023

Copy link
Copy Markdown
Member

d93d771 landed with the wrong PR-URL (it points to issue #46571)

MayaLekova pushed a commit to MayaLekova/node that referenced this pull request May 22, 2026
After an OpenSSL source update, all the config files need to be
regenerated and committed by:
    $ make -C deps/openssl/config
    $ git add deps/openssl/config/archs
    $ git add deps/openssl/openssl
    $ git commit

PR-URL: nodejs#46570
Refs: https://mta.openssl.org/pipermail/openssl-announce/2023-February/000251.html
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
MayaLekova pushed a commit to MayaLekova/node that referenced this pull request May 22, 2026
Original commit message:

    rsa: add msvc intrinsic for non x64 platforms

    _umul128() is x86_64 (x64) only, while __umulh() works everywhere, but
    doesn't generate optimal code on x64

Refs: openssl/openssl#20244
PR-URL: nodejs#46570
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file. needs-ci PRs that need a full CI run. openssl Issues and PRs related to the OpenSSL dependency.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants


Back | FazBrowse Home | New Git URL