-
Notifications
You must be signed in to change notification settings - Fork 40
Build error on Windows with Node 11.9.0 #138
Comments
Looks like your building against an older OpenSSL |
The only OpenSSL includes I have on the system are in .node-gyp/... and I have no OpenSSL libraries so it should be linking against the version in Node itself. If I use Node 10.15.1 then I don't get the error so I think something's wrong with the OpenSSL in 11.9.0 on Windows. |
|
Looks like |
Try this new module @peculiar/webcrypto |
The docs for |
@microshine @peculiar/webcrypto seems to work well enough for my use case (fido2-lib) |
Fixed in Node 11.10.0 (but this will occur again once the symbols are removed rather than deprecated). |
Looks like this happened again with Appveyer's 10.16.0 node version.. |
New version |
Due to PeculiarVentures/node-webcrypto-ossl#138 @peculiar/webcrypto is the replacement which doesn't need C code (uses Node crypto from JS only).
Due to PeculiarVentures/node-webcrypto-ossl#138 @peculiar/webcrypto is the replacement which doesn't need C code (uses Node crypto from JS only).
Seeing this on AppVeyor and locally:
Compiles fine on Linux. This is strange, almost as if the function is missing in the OpenSSL linked with Node 11.9.0 on Windows.
The text was updated successfully, but these errors were encountered: