Skip to content

Releases: stoprocent/node-edhoc

v2.1.1

Choose a tag to compare

@github-actions github-actions released this 11 Feb 23:50

2.1.1 (2026-02-11)

Bug Fixes

  • handle 65-byte P-256 public keys already prefixed with 0x04 (a88b322)

v2.1.0

Choose a tag to compare

@github-actions github-actions released this 11 Feb 20:33
5329e47

2.1.0 (2026-02-11)

Features

v2.0.1

Choose a tag to compare

@github-actions github-actions released this 30 Jan 07:12

2.0.1 (2026-01-30)

Bug Fixes

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 12 Dec 19:37

1.4.0 (2025-12-12)

Bug Fixes

  • edhoc: only cache peer credentials after successful verify validation (72fdfc8)

Features

  • edhoc: export peer credentials used during session (f46c9e6)

v1.3.3

Choose a tag to compare

@github-actions github-actions released this 18 Nov 22:08
f7fdebf

1.3.3 (2025-11-18)

Bug Fixes

  • crypto: make getKey method public for extensibility (f7fdebf)
  • making encrypt/decrypt async (3cd93d3)

v1.3.2

Choose a tag to compare

@github-actions github-actions released this 18 Sep 19:55

1.3.2 (2025-09-18)

Bug Fixes

  • crypto: make getKey method public for extensibility (d0d6d6b)

v1.3.1

Choose a tag to compare

@github-actions github-actions released this 18 Sep 18:45

1.3.1 (2025-09-18)

Bug Fixes

  • native: avoid external ArrayBuffer/Buffer (not allowed in Electron) by copying data (71d4218)

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 31 Mar 10:13

1.3.0 (2025-03-31)

Bug Fixes

Features

  • refactoring async works (f076047)
  • refactoring tsfn to use only one instead of many (1f51568)

v1.2.3

Choose a tag to compare

@github-actions github-actions released this 14 Mar 23:54
cb3d9da

1.2.3 (2025-03-14)

Bug Fixes

  • napi: no more uncaught exceptions (#3) (cb3d9da)

v1.2.2

Choose a tag to compare

@github-actions github-actions released this 03 Mar 19:08

1.2.2 (2025-03-03)

Bug Fixes