node/deps/ncrypto
Patrick Costa 64a8b4b1ba
crypto: expose signatureAlgorithm on X509Certificate
Adds the `signatureAlgorithm` property to a X509Certificate allowing
users to retrieve a string representing the algorithm used to sign the
certificate. This string is defined by the OpenSSL library.

Fixes: https://github.com/nodejs/node/issues/59103
PR-URL: https://github.com/nodejs/node/pull/59235
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
2025-09-16 19:27:04 +00:00
..
BUILD.gn deps: start working on ncrypto dep 2024-07-18 06:56:53 -07:00
engine.cc crypto: revert dangerous uses of std::string_view 2025-04-15 12:09:22 +00:00
ncrypto.cc crypto: expose signatureAlgorithm on X509Certificate 2025-09-16 19:27:04 +00:00
ncrypto.gyp build: fix missing files warning 2025-04-19 15:22:06 +00:00
ncrypto.h crypto: expose signatureAlgorithm on X509Certificate 2025-09-16 19:27:04 +00:00
README.md deps: start working on ncrypto dep 2024-07-18 06:56:53 -07:00
unofficial.gni build: use variable for crypto dep path 2024-11-23 11:06:02 +00:00

Node.js crypto (ncrypto) library

The ncrypto library extracts the base internal implementation of Node.js crypto operations that support both node:crypto and Web Crypto implementations and makes them available for use in other projects that need to emulate Node.js' behavior.