node/deps/ncrypto
James M Snell c0ad1937d0 src: move more crypto impl detail to ncrypto dep
* remove obsolete LogSecret function
* move StackOfX509 decl to ncrypto
* colocate GetSSLOCSPResponse with callsite
* move x509 error code and reason to ncrypto
* simplify X509Pointer/X509View pointer derefs a bit
* move prime gen and checks to ncrypto
* move BN_* methods into ncrypto
* move SSLPointer impl to ncrypto
* move SSLCtxPointer impl to ncrypto
* move EVP_CIPHER methods to ncrypto
* move CipherCtx methods to ncrypto

PR-URL: https://github.com/nodejs/node/pull/56421
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
2025-01-08 06:52:34 -08:00
..
BUILD.gn
README.md
dh-primes.h build: apply cpp linting and formatting to ncrypto 2024-11-10 17:40:16 +00:00
engine.cc build: apply cpp linting and formatting to ncrypto 2024-11-10 17:40:16 +00:00
ncrypto.cc src: move more crypto impl detail to ncrypto dep 2025-01-08 06:52:34 -08:00
ncrypto.gyp src: move more crypto_dh.cc code to ncrypto 2024-08-27 07:27:12 -07:00
ncrypto.h src: move more crypto impl detail to ncrypto dep 2025-01-08 06:52:34 -08:00
unofficial.gni build: use variable for crypto dep path 2024-11-23 11:06:02 +00:00

README.md

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.