Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

deps: update to openssl-1.0.1m #9451

Closed

Commits on Mar 21, 2015

  1. deps: upgrade to openssl-1.0.1m

    Extract the tarball into deps/openssl/openssl
    jasnell committed Mar 21, 2015
    Configuration menu
    Copy the full SHA
    d1fff87 View commit details
    Browse the repository at this point in the history
  2. deps: replace all headers in openssl

    change all openssl/include/openssl/*.h to include resolved symbolic
    links and openssl/crypto/opensslconf.h to refer config/opensslconf.h
    Shigeki Ohtsu authored and jasnell committed Mar 21, 2015
    Configuration menu
    Copy the full SHA
    660be3d View commit details
    Browse the repository at this point in the history
  3. deps: separate sha256/sha512-x86_64.pl for openssl

    sha256-x86_64.pl does not exist in the origin openssl distribution. It
    was copied from sha512-x86_64.pl and both sha256/sha512 scripts were
    modified so as to generates only one asm file specified as its key
    hash length.
    Shigeki Ohtsu authored and jasnell committed Mar 21, 2015
    Configuration menu
    Copy the full SHA
    45d9297 View commit details
    Browse the repository at this point in the history
  4. deps: fix openssl assembly error on ia32 win32

    `x86masm.pl` was mistakenly using .486 instruction set, why `cpuid` (and
    perhaps others) are requiring .686 .
    indutny authored and jasnell committed Mar 21, 2015
    Configuration menu
    Copy the full SHA
    7817fbd View commit details
    Browse the repository at this point in the history
  5. deps: remove vpaesni-x86_64.asm in x64-win32-masm

    It is no longer used.
    Shigeki Ohtsu authored and jasnell committed Mar 21, 2015
    Configuration menu
    Copy the full SHA
    0960af8 View commit details
    Browse the repository at this point in the history
  6. deps: remove unused backup file in openssl asm

    deps/openssl/asm/x64-win32-masm/x86_64cpuid.asm.orig was accidentally
    committed before.
    Shigeki Ohtsu authored and jasnell committed Mar 21, 2015
    Configuration menu
    Copy the full SHA
    b328cd0 View commit details
    Browse the repository at this point in the history
  7. openssl: fix keypress requirement in apps on win32

    reapply b910613
    Shigeki Ohtsu authored and jasnell committed Mar 21, 2015
    Configuration menu
    Copy the full SHA
    047e5ec View commit details
    Browse the repository at this point in the history