[v16.x] deps: update OpenSSL 1.1.1o+quic by RafaelGSS · Pull Request #42957 · nodejs/node

added 2 commits

May 3, 2022 16:54
This updates all sources in deps/openssl/openssl by:
    $ git clone https://github.com/quictls/openssl
    $ cd openssl
    $ git checkout OpenSSL_1_1_1o+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
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

@BethGriggs BethGriggs changed the base branch from v16.x to v16.x-staging

May 3, 2022 20:40

@aduh95 aduh95 changed the title deps: update OpenSSL 1.1.1o+quic [v16.x] deps: update OpenSSL 1.1.1o+quic

May 3, 2022

BethGriggs

RafaelGSS added a commit that referenced this pull request

May 11, 2022

RafaelGSS added a commit that referenced this pull request

May 11, 2022
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

PR-URL: #42957
Refs: https://mta.openssl.org/pipermail/openssl-announce/2022-May/000223.html
Reviewed-By: Beth Griggs <bgriggs@redhat.com>

This was referenced

Jan 28, 2025