-
Notifications
You must be signed in to change notification settings - Fork 29.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps: upgrade openssl sources to 1.0.2f
This replaces all sources of openssl-1.0.2f.tar.gz into deps/openssl/openssl Fix: #4857 PR-URL: #4961 Reviewed-By: Shigeki Ohtsu <[email protected]> deps: copy openssl header files to include dir All symlink files in deps/openssl/openssl/include/openssl/ are removed and replaced with real header files to avoid issues on Windows. Two files of opensslconf.h in crypto and include dir are replaced to refer config/opensslconf.h. Fix: #4857 PR-URL: #4961 Reviewed-By: Shigeki Ohtsu <[email protected]> deps: fix openssl assembly error on ia32 win32 `x86masm.pl` was mistakenly using .486 instruction set, why `cpuid` (and perhaps others) are requiring .686 . Fixes: #589 PR-URL: #1389 Reviewed-By: Fedor Indutny <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Shigeki Ohtsu <[email protected]> deps: fix asm build error of openssl in x86_win32 See https://mta.openssl.org/pipermail/openssl-dev/2015-February/000651.html iojs needs to stop using masm and move to nasm or yasm on Win32. Fixes: #589 PR-URL: #1389 Reviewed-By: Fedor Indutny <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]> openssl: fix keypress requirement in apps on win32 Reapply b910613 . Fixes: #589 PR-URL: #1389 Reviewed-By: Fedor Indutny <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]> docs: update openssl UPDATING guide the guide is now current with the steps taken to update openssl to v1.0.2f PR-URL: #4961 Reviewed-By: Myles Borins <[email protected]>
- Loading branch information
Showing
199 changed files
with
1,216 additions
and
564 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,2 @@ | ||
The OpenSSL project depends on volunteer efforts and financial support from | ||
the end user community. That support comes in the form of donations and paid | ||
sponsorships, software support contracts, paid consulting services | ||
and commissioned software development. | ||
|
||
Since all these activities support the continued development and improvement | ||
of OpenSSL we consider all these clients and customers as sponsors of the | ||
OpenSSL project. | ||
|
||
We would like to identify and thank the following such sponsors for their past | ||
or current significant support of the OpenSSL project: | ||
|
||
Major support: | ||
|
||
Qualys http://www.qualys.com/ | ||
|
||
Very significant support: | ||
|
||
OpenGear: http://www.opengear.com/ | ||
|
||
Significant support: | ||
|
||
PSW Group: http://www.psw.net/ | ||
Acano Ltd. http://acano.com/ | ||
|
||
Please note that we ask permission to identify sponsors and that some sponsors | ||
we consider eligible for inclusion here have requested to remain anonymous. | ||
|
||
Additional sponsorship or financial support is always welcome: for more | ||
information please contact the OpenSSL Software Foundation. | ||
Please https://www.openssl.org/community/thanks.html for the current | ||
acknowledgements. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.