js-libp2p-crypto/CHANGELOG.md
2019-10-25 13:56:54 +02:00

7.8 KiB

0.17.1 (2019-10-25)

Bug Fixes

Features

  • add (rsa)pubKey.encrypt and (rsa)privKey.decrypt (34c5f5c)
  • browser enc/dec (9f747a1)
  • use forge to convert jwk2forge (b998f63)

0.17.0 (2019-07-11)

Bug Fixes

Features

BREAKING CHANGES

  • key export arguments are now swapped so that the optional format is last
  • API refactored to use async/await

feat: WIP use async await fix: passing tests chore: update travis node.js versions fix: skip ursa optional tests on windows fix: benchmarks docs: update docs fix: remove broken and intested private key decrypt chore: update deps

0.16.1 (2019-02-26)

0.16.0 (2019-01-08)

Bug Fixes

  • clean up, bundle size reduction (8d8294d)

BREAKING CHANGES

  • getRandomValues method exported from src/keys/rsa-browser.js and src/keys/rsa.js signature has changed from accepting an array to a number for random byte length

0.15.0 (2019-01-03)

Features

  • nextTick instead of setImmediate, and fix sync in async (#136) (c54ea20)

0.14.1 (2018-11-05)

Bug Fixes

  • dont setimmediate when its not needed (9e57786)

0.14.0 (2018-09-17)

Bug Fixes

  • windows build (c7e0409)
  • lint: use ~ for ursa-optional version (e8cbf13)

Features

  • use ursa-optional for lightning fast key generation (b05e77f)

0.13.0 (2018-04-05)

0.12.1 (2018-02-12)

0.12.0 (2018-01-27)

Features

0.11.0 (2017-12-20)

Features

0.10.4 (2017-12-01)

Bug Fixes

  • catch error when unmarshaling instead of crashing (#113) (7608fdd)

0.10.3 (2017-09-07)

Features

0.10.2 (2017-09-06)

Bug Fixes

  • use regular protocol-buffers until protobufjs is fixed (#109) (957fdd3)

Features

  • deps: upgrade to aegir@12 and browserify-aes@1.0.8 (83257bc)

0.10.1 (2017-09-05)

Bug Fixes

0.10.0 (2017-09-03)

Features

0.9.4 (2017-07-22)

Bug Fixes

  • circular circular dep -> DI (bc554d1)

0.9.3 (2017-07-22)

0.9.2 (2017-07-22)

0.9.1 (2017-07-22)

0.9.0 (2017-07-22)

0.8.8 (2017-04-11)

Bug Fixes

  • ecdh: allow base64 to be left-0-padded, needed for JWK format (be64372), closes #97

0.8.7 (2017-03-21)

0.8.6 (2017-03-03)

Bug Fixes

  • package: update tweetnacl to version 1.0.0-rc.1 (4e56e17)

Features

  • keys: implement generateKeyPairFromSeed for ed25519 (e5b7c1f)