Skip to content

Releases: nodejs/ncrypto

v1.1.0

31 Jan 20:26
27819e8

Choose a tag to compare

1.1.0 (2026-01-31)

Features

  • sync source code with nodejs/node (#17) (47c21db)

Bug Fixes

  • add missing header files during install (#27) (d714e74)
  • use BN_GENCB_get_arg accessor for OpenSSL 3.x compatibility (#16) (afc7e12)

1.0.1

14 Feb 20:09
134ac40

Choose a tag to compare

Conditional defines to support older boringssl+fips configurations (#6)

* Older boringssl versions do not have the kdf.h header

* Revert "Remove BoringSSL dh-primes addition (#5)"

This reverts commit c2a90938db93145a33437cf20e821c65e7e00af1.

* Avoid use of BN_GENCB_get_arg

API is not defined in older versions of openssl and boringssl

* More support for older boringssl+fips

Initial release

13 Feb 18:08
c2a9093

Choose a tag to compare

1.0.0

Remove BoringSSL dh-primes addition (#5)