Skip to content

crypto: guard with OPENSSL_NO_GOST

This PR wraps references to Gost-based NIDs inside GetSharedSigalgs with OPENSSL_NO_GOST. This helps prevent compilation failures in Electron owing to BoringSSL incompatibilities as well as reduces the size of Node's shipped binary by removing some potentially unnecessary code.

cc @tniessen

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading