Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
crypto: don't build hardware engines
Compile out hardware engines. Most are stubs that dynamically load the real driver but that poses a security liability when an attacker is able to create a malicious DLL in one of the default search paths. Backport of nodejs-private/node-private#58 PR-URL: nodejs-private/node-private#69 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Fedor Indutny <[email protected]>
- Loading branch information