Skip to content

Releases: nodejs/ncrypto

v1.1.4

Choose a tag to compare

@github-actions github-actions released this 30 Apr 12:16
027d1e4

1.1.4 (2026-04-30)

Bug Fixes

  • handle reallocation failure gracefully in DataPointer::resize() (#37) (944c570)
  • use proper return value check for EVP_CIPHER_CTX_ctrl() (#36) (88555cc)

v1.1.3

Choose a tag to compare

@github-actions github-actions released this 05 Feb 21:13

1.1.3 (2026-02-04)

Bug Fixes

  • unconditionally include vector (ba39e40)
  • use more strict compiler flags (fc401e3)

v1.1.2

Choose a tag to compare

@github-actions github-actions released this 02 Feb 18:58

1.1.2 (2026-02-02)

Bug Fixes

  • handle edge cases and CI builds (57cae0f)

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 02 Feb 17:19

1.1.1 (2026-02-02)

Bug Fixes

  • re-add more functions that are moved (2ceab38)
  • re-add removed BignumPointer::bitLength() (0ba85e3)

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 31 Jan 20:26
27819e8

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

Choose a tag to compare

@jasnell jasnell released this 14 Feb 20:09
134ac40
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

Choose a tag to compare

@jasnell jasnell released this 13 Feb 18:08
c2a9093
1.0.0

Remove BoringSSL dh-primes addition (#5)