Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update openssl1.1.1b #26327

Closed
wants to merge 5 commits into from
Closed

Commits on Feb 26, 2019

  1. Revert "deps: remove OpenSSL git and travis configuration"

    This reverts commit f395a4a.
    
    As of openssl-1.1.1b, the dot-files are no longer distributed, so this
    is no longer necessary.
    sam-github committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    5b59fb8 View commit details
    Browse the repository at this point in the history
  2. deps: upgrade openssl sources to 1.1.1b

    This updates all sources in deps/openssl/openssl with openssl-1.1.1b.
    sam-github committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    8c936cf View commit details
    Browse the repository at this point in the history
  3. deps: add s390 asm rules for OpenSSL-1.1.1

    This is a floating patch against OpenSSL-1.1.1 to generate asm files
    with Makefile rules.
    
    PR-URL: nodejs#25381
    Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
    Reviewed-By: Shigeki Ohtsu <ohtsu@ohtsu.org>
    shigeki authored and sam-github committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    c095c55 View commit details
    Browse the repository at this point in the history
  4. deps: update archs files for OpenSSL-1.1.1b

    `cd deps/openssl/config; make` updates all archs dependant files.
    sam-github committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    679294f View commit details
    Browse the repository at this point in the history
  5. deps: openssl-1.1.1b no longer packages .gitignore

    Since its not packaged, we don't have to delete it, and the Makefile
    and update can become a (tiny) bit simpler.
    sam-github committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    960257a View commit details
    Browse the repository at this point in the history