Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Releases: PeculiarVentures/node-webcrypto-ossl

v1.0.37

14 May 10:59
Compare
Choose a tag to compare

Support OpenSSL v1.1.0 in NodeJS v10

v1.0.26

19 Jun 00:08
Compare
Choose a tag to compare

Supported new algorithms:

AES-ECB

  • generateKey
    • exportKey/importKey
    • encrypt/decrypt
    • wrapKey/unwrapKey

AES-CTR

  • generateKey
    • exportKey/importKey
    • encrypt/decrypt
    • wrapKey/unwrapKey

New algorithms AES-KW, PBKDF2

27 Dec 18:11
Compare
Choose a tag to compare

Supported new algorithms:

  • AES-KW
    • generateKey
    • exportKey/importKey
    • wrapKey/unwrapKey
  • PBKDF2
    • importKey
    • deriveBits/deriveKey

Updates:

  • Updated build script for Windows. Now it uses static OpenSSL lib from NodeJS

Fixed:

v1.0.2

09 May 20:17
Compare
Choose a tag to compare

TypeScript source files are removed from NPM mpdule.

v1.0.1

05 May 23:35
Compare
Choose a tag to compare
Change version

v1.0.0

25 Feb 23:10
Compare
Choose a tag to compare
update