node/deps/ncrypto
Shelley Vohr 99c6e4e6e4
crypto: include openssl/rand.h explicitly
PR-URL: https://github.com/nodejs/node/pull/55425
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
2024-10-19 14:42:29 +00:00
..
BUILD.gn
dh-primes.h src: move more crypto_dh.cc code to ncrypto 2024-08-27 07:27:12 -07:00
engine.cc src: move some X509Certificate stuff to ncrypto 2024-08-12 11:39:45 -07:00
ncrypto.cc crypto: include openssl/rand.h explicitly 2024-10-19 14:42:29 +00: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 key handling to ncrypto 2024-09-28 17:56:05 +00:00
README.md
unofficial.gni deps: fix GN build warning in ncrypto 2024-08-11 17:54:31 +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.