Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 76ea9c5a7a5e3ec15eff91c69dd33b632bcc1837
Choose a base ref
...
head repository: nodejs/node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 96ec482d904180cb19de2af34fd6b9b18e98d3db
Choose a head ref
  • 2 commits
  • 730 files changed
  • 1 contributor

Commits on Dec 17, 2020

  1. deps: upgrade openssl sources to 1.1.1i

    This updates all sources in deps/openssl/openssl by:
        $ cd deps/openssl/
        $ rm -rf openssl
        $ tar zxf ~/tmp/openssl-1.1.1i.tar.gz
        $ mv openssl-1.1.1i openssl
        $ git add --all openssl
        $ git commit openssl
    
    PR-URL: #36521
    Reviewed-By: Richard Lau <[email protected]>
    Reviewed-By: Shelley Vohr <[email protected]>
    Reviewed-By: Michael Dawson <[email protected]>
    MylesBorins authored and richardlau committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    7ec0eb4 View commit details
    Browse the repository at this point in the history
  2. deps: update archs files for OpenSSL-1.1.1i

    After an OpenSSL source update, all the config files need to be
    regenerated and committed by:
      $ make gen-openssl
      $ 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: #36521
    Reviewed-By: Richard Lau <[email protected]>
    Reviewed-By: Shelley Vohr <[email protected]>
    Reviewed-By: Michael Dawson <[email protected]>
    MylesBorins authored and richardlau committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    96ec482 View commit details
    Browse the repository at this point in the history
Loading