Releases: node-opcua/node-opcua-crypto
Releases · node-opcua/node-opcua-crypto
v4.15.0
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
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
v4.7.0
- update jsrsasign to version 11.0.0 that removes RSA and RSAOAEP encryption vulnerability
v4.5.0
🚩 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
- @Graos for finding the issue in node-opcua/node-opcua#1296
- @mchldbrtl for proposing PR #18
4.2.0
🐛 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
🚀 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
Release 2.2.0
1.7.4
Release 1.7.4
1.5.0
- add exploreCertificateSigningRequest