node
node copied to clipboard
Node.js JavaScript runtime ✨🐢🚀✨
Signed-off-by: MeenaPriya Meenakshisundaram
This matches the formulation described in the documentation: https://www.openssl.org/docs/man3.0/man3/EVP_PKEY_CTX_set_dsa_paramgen_q_bits.html It is also, starting OpenSSL 3.0, more type-safe because the wrapper macros were finally converted to real functions. In OpenSSL 3.0,...
Signed-off-by: Archana Miyar Kamath
This fixes a pair of issues with EOF handling in TLSWrap. This originally came up because @codebytere noticed an incompatibility with Node and a recent BoringSSL change, but the root...
Signed-off-by: Juliet Zhang
### Version v7.1.0 and newer (last working version was v6.17.1) ### Platform Linux ### Subsystem _No response_ ### What steps will reproduce the bug? Require a dependency that doesn't exist....
Unlike `UncheckedRealloc(p, 0)`, which returns a `nullptr`, both `UncheckedMalloc(0)` and `UncheckedCalloc(0)` currently perform fake allocations to return a non-`nullptr`. Assuming that `UncheckedMalloc(0)` returns a non-`nullptr` is non-standard and we use...
Fixes: https://github.com/nodejs/node/issues/39495
### Version v17.0.1 ### Platform Darwin Evans-MacBook-Pro.local 20.6.0 Darwin Kernel Version 20.6.0: Mon Aug 30 06:12:21 PDT 2021; root:xnu-7195.141.6~3/RELEASE_X86_64 x86_64 ### Subsystem _No response_ ### What steps will reproduce the...