8000 [v12.x] Update openssl to 1.1.1j by danbev · Pull Request #37419 · nodejs/node · GitHub
[go: up one dir, main page]

Skip to content

Conversation

@danbev
Copy link
Contributor
@danbev danbev commented Feb 17, 2021

This pull request updates OpenSSL to 1.1.1j.

Tarball for update: https://www.openssl.org/source/openssl-1.1.1j.tar.gz

This updates all sources in deps/openssl/openssl by:
    $ cd deps/openssl/
    $ rm -rf openssl
    $ tar zxf ~/tmp/openssl-1.1.1j.tar.gz
    $ mv openssl-1.1.1j openssl
    $ git add --all openssl
    $ git commit openssl
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/include/crypto/bn_conf.h
    $ git add deps/openssl/openssl/include/crypto/dso_conf.h
    $ git add deps/openssl/openssl/include/openssl/opensslconf.h
    $ git commit
@nodejs-github-bot nodejs-github-bot added openssl Issues and PRs related to the OpenSSL dependency. v12.x labels Feb 17, 2021
@danbev danbev changed the title [v12/Openssl 1.1.1j v12.x [v12.x] Update openssl to 1.1.1j Feb 17, 2021
@richardlau
Copy link
Member

The commits from #37413 cherry-pick cleanly onto v12.x-staging.

@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

@richardlau
Copy link
Member

Cherry-picked #37413 as 75fd447...e69177a.

@richardlau richardlau closed this Feb 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

openssl Issues and PRs related to the OpenSSL dependency.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

0