mirror of https://github.com/nodejs/node.git
c0ad1937d0
* 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> |
||
---|---|---|
.. | ||
BUILD.gn | ||
README.md | ||
dh-primes.h | ||
engine.cc | ||
ncrypto.cc | ||
ncrypto.gyp | ||
ncrypto.h | ||
unofficial.gni |
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.