Skip to content

Releases: lenchv/jks-js

2024-04-20

20 Apr 20:40
Compare
Choose a tag to compare
  • Add npm provenance

2024-04-20

20 Apr 10:45
48d8526
Compare
Choose a tag to compare
  • Added index.d.ts with declared types for typescript
  • Added polyfill for deprecated Buffer.slice

2024-03-18

18 Mar 16:21
Compare
Choose a tag to compare
  • Fix dependency vulnerabilities

v1.1.0

20 Aug 18:02
4f51750
Compare
Choose a tag to compare

Updated libraries

Added ability to set different password for decryption key than for keystore

2022-01-19

19 Jan 16:57
Compare
Choose a tag to compare
  • Update node-forge

2021-07-05

07 May 07:12
41a32fc
Compare
Choose a tag to compare

2021-07-05

  • Fix parse pkcs12 method

v1.0.0

14 Mar 19:08
192f9f3
Compare
Choose a tag to compare

2021-14-03

  • In java 11 implementation of JKS was changed to PKCS12. These changes add support of extracting certificates from pkcs12 using node-forge library.

2020-24-03

24 Mar 21:39
Compare
Choose a tag to compare
  • Add using node-int64 in order to present long numbers from stream in nodejs version that do not support big numbers

  • Use node-rsa to export private key in node js versions that do not support crypto.createPrivateKey

2020-24-03

24 Mar 17:21
Compare
Choose a tag to compare
  • Hexadecimal values changed to decimal for compatibility with older nodejs versions

  • Improved error handling when an encrypted algorithm is not supported

2020-01-03

01 Mar 20:36
Compare
Choose a tag to compare
  • Removed CLI from package.json