Skip to content

Latest commit

 

History

History
45 lines (22 loc) · 2.14 KB

File metadata and controls

45 lines (22 loc) · 2.14 KB

Changelog

1.1.4 (2026-03-28)

Bug Fixes

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

1.1.3 (2026-02-04)

Bug Fixes

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

1.1.2 (2026-02-02)

Bug Fixes

  • handle edge cases and CI builds (57cae0f)

1.1.1 (2026-02-02)

Bug Fixes

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

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)