Skip to content

Commit

Permalink
deps: update to openssl-1.0.1m
Browse files Browse the repository at this point in the history
There are several updates pulled from:
  nodejs/node#1206

1. Expand the distribution tarball into deps/openssl/openssl

2. 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

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.

4. fix openssl assembly error on ia32 win32

`x86masm.pl` was mistakenly using .486 instruction set, why `cpuid` (and
perhaps others) are requiring .686 .

5. remove vpaesni-x86_64.asm in x64-win32-masm

It is no longer used.

6. remove unused backup file in openssl asm

deps/openssl/asm/x64-win32-masm/x86_64cpuid.asm.orig was accidentally
committed before.

7. fix keypress requirement in apps on win32

reapply b910613
  • Loading branch information
jasnell committed Mar 20, 2015
1 parent 7d6b5b1 commit 8a917ca
Show file tree
Hide file tree
Showing 1,139 changed files with 285,007 additions and 295,766 deletions.
Empty file.
235 changes: 0 additions & 235 deletions deps/openssl/asm/x64-win32-masm/x86_64cpuid.asm.orig

This file was deleted.

Loading

0 comments on commit 8a917ca

Please sign in to comment.