node/deps/ncrypto
Rafael Gonzaga 5e1ab9fffb
deps: call OPENSSL_free after ANS1_STRING_to_UTF8
Co-Authored-By: Chris Smith <chrismith@vista.com>
Signed-off-by: RafaelGSS <rafael.nunu@hotmail.com>
PR-URL: https://github.com/nodejs/node/pull/60609
Refs: https://github.com/nodejs/node/issues/58380
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
2025-11-10 14:21:49 +00:00
..
BUILD.gn
engine.cc crypto: revert dangerous uses of std::string_view 2025-04-15 12:09:22 +00:00
ncrypto.cc deps: call OPENSSL_free after ANS1_STRING_to_UTF8 2025-11-10 14:21:49 +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
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.