mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 12:20:27 +01:00
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> |
||
|---|---|---|
| .. | ||
| BUILD.gn | ||
| engine.cc | ||
| ncrypto.cc | ||
| ncrypto.gyp | ||
| ncrypto.h | ||
| README.md | ||
| unofficial.gni | ||
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.