Skip to content

Releases: panva/hpke

v0.4.1

29 Nov 22:07
Immutable release. Only release title and notes can be modified.
34c97fc

Choose a tag to compare

Refactor

  • more custom key non-extractable checks (3d02b02)

v0.4.0

27 Nov 07:30
Immutable release. Only release title and notes can be modified.
7410abc

Choose a tag to compare

⚠ BREAKING CHANGES

  • encapsulatedKey is now encapsulatedSecret

Refactor

  • encapsulatedKey is now encapsulatedSecret (3a10dac)

v0.3.0

25 Nov 13:56
Immutable release. Only release title and notes can be modified.
d50479d

Choose a tag to compare

⚠ BREAKING CHANGES

  • Single-Shot APIs aad is moved to the options argument

Refactor

  • Single-Shot APIs aad is moved to the options argument (962b0ea)

v0.2.7

24 Nov 06:55
Immutable release. Only release title and notes can be modified.
71f711e

Choose a tag to compare

Features

  • add the remaining hybrids to extensibility (6472e8e)

v0.2.6

22 Nov 22:40
Immutable release. Only release title and notes can be modified.
dca48d5

Choose a tag to compare

Fixes

  • ensure custom non-extractable Key instances cannot be extracted through a KEM instance (1a74f06)

v0.2.5

22 Nov 18:31
Immutable release. Only release title and notes can be modified.
72ca0af

Choose a tag to compare

Refactor

  • capture stacktraces when Error.captureStackTrace is available (4b76796)

Documentation

  • add JSDoc for exported utilities (fa3d6bf)

v0.2.4

21 Nov 14:14
Immutable release. Only release title and notes can be modified.
07c2dde

Choose a tag to compare

Fixes

  • set P-256 group Nseed constant correctly (0417448)

v0.2.3

19 Nov 18:31
Immutable release. Only release title and notes can be modified.
03f83ae

Choose a tag to compare

Refactor

  • apply workarounds for pkcs8 imports to hybrids (9a07460)

v0.2.2

17 Nov 21:11
Immutable release. Only release title and notes can be modified.
401d51b

Choose a tag to compare

Fixes

  • work around firefox and safari NIST curve pkcs8 format limitations (df28631)

v0.2.1

17 Nov 16:55
Immutable release. Only release title and notes can be modified.
a377bd8

Choose a tag to compare

Fixes

  • correctly detext SharedArrayBuffer (b33ea4c)