node/deps/openssl/asm
Shigeki Ohtsu a84ea66b35 deps: upgrade to openssl-1.0.1m
All sources are just extracted from tarball into deps/openssl/openssl.

change all openssl/include/openssl/*.h to include resolved symbolic
links and openssl/crypto/opensslconf.h to refer config/opensslconf.h

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.

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

removed vpaesni-x86_64.asm in x64-win32-masm - it is no longer used.

Fixes: https://github.com/iojs/io.js/issues/1186
PR-URL: https://github.com/iojs/io.js/pull/1206
Reviewed-By: Fedor Indutny <fedor@indutny.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2015-03-19 10:08:13 -07:00
..
arm-elf-gas deps: enable ARM assembly for OpenSSL 2014-08-27 00:18:55 +04:00
x64-elf-gas deps: update openssl to 1.0.1g 2014-04-08 00:58:37 +04:00
x64-macosx-gas deps: update openssl to 1.0.1g 2014-04-08 00:58:37 +04:00
x64-win32-masm deps: upgrade to openssl-1.0.1m 2015-03-19 10:08:13 -07:00
x86-elf-gas deps: update openssl to 1.0.1g 2014-04-08 00:58:37 +04:00
x86-macosx-gas deps: update openssl to 1.0.1g 2014-04-08 00:58:37 +04:00
x86-win32-masm deps: update openssl to 1.0.1g 2014-04-08 00:58:37 +04:00
Makefile deps: enable ARM assembly for OpenSSL 2014-08-27 00:18:55 +04:00