Skip to content

Releases: node-opcua/node-opcua-crypto

v4.15.0

14 Dec 21:04
Compare
Choose a tag to compare

What's Changed

  • update packages to latest
  • adjust asn1 export and cleanup by @erossignon in #54

Full Changelog: v4.10.0...v4.15.0

v4.11.0

05 Oct 06:51
Compare
Choose a tag to compare

Minor cleanup on ESM /CJS module export

  • use import * as crypto from "node-opcua-crypto for nodeJS app only.
  • use import * as crypto from "node-opcua-crypto/web to run in a browser or in nodejs app. (some api with file systems are eluded)

v4.10.0

24 Sep 20:40
Compare
Choose a tag to compare

🐛 bug fixing:

  • [6813d1d] exploreCertificate now support "othernames" fields in The SubjetAltName
    this fix address an issue found with OPCRouter generated server certificate.

v4.7.0

21 Jan 13:14
Compare
Choose a tag to compare
  • update jsrsasign to version 11.0.0 that removes RSA and RSAOAEP encryption vulnerability

v4.5.0

07 Sep 09:30
Compare
Choose a tag to compare

🚩 important update!

🚀 enhancement

  • PR #18 add ability to parsing basicConstraints extension without CA tag but with pathLength specified.

🐛 bug fix

  • #20 fix a regression introduced by switching away from OpenSSL to generate certificate that causes AuthorityKeyIdentifier property of the Extension object to be missing in generated self signed certificate. This bug affects version >= 4.0.0 and < 4.5.0.

👬🏽 contributors

4.2.0

17 Aug 18:11
Compare
Choose a tag to compare

🐛 Bug fix

  • [cc6e0b9] fixed misused of @peculiar/x509 createX509Certificate api when passing the non standard attribute netscapeComment. This fix resolve the cause of node-opcua/node-opcua#1289.

v3.0.0

23 May 12:13
Compare
Choose a tag to compare

🚀 enhancement

  • now a dual commonjs and esm module
  • ability to create rsa private key just using crypto and webcrypto api
  • ability to generate X509 certificate signing request just using crypto and webcrypto api
  • ability to genereate X509 self-signed certificate just using crypto and webcrypto api

🧪 experiment

  • demonstrate how to generate OPCUA X509 certificate from javascript in a browser.

v2.2.0

14 May 22:18
Compare
Choose a tag to compare
Release 2.2.0

1.7.4

05 Sep 08:16
Compare
Choose a tag to compare
Release 1.7.4

1.5.0

31 Dec 13:37
Compare
Choose a tag to compare
  • add exploreCertificateSigningRequest