node-opcua-crypto 5.3.0 → 5.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1311,13 +1311,13 @@ async function verifyCertificateChain(certificateChain) {
1311
1311
  if (!certInfo.tbsCertificate.extensions) {
1312
1312
  return {
1313
1313
  status: "BadCertificateInvalid",
1314
- reason: "Cannot find X409 Extension 3 in certificate"
1314
+ reason: "Cannot find X509 Extension 3 in certificate"
1315
1315
  };
1316
1316
  }
1317
1317
  if (!certParentInfo.tbsCertificate.extensions || !certInfo.tbsCertificate.extensions.authorityKeyIdentifier) {
1318
1318
  return {
1319
1319
  status: "BadCertificateInvalid",
1320
- reason: "Cannot find X409 Extension 3 in certificate (parent)"
1320
+ reason: "Cannot find X509 Extension 3 in certificate (parent)"
1321
1321
  };
1322
1322
  }
1323
1323
  if (certParentInfo.tbsCertificate.extensions.subjectKeyIdentifier !== certInfo.tbsCertificate.extensions.authorityKeyIdentifier.keyIdentifier) {
@@ -6571,4 +6571,4 @@ asn1js/build/index.es.js:
6571
6571
  *
6572
6572
  *)
6573
6573
  */
6574
- //# sourceMappingURL=chunk-ERHE4VFS.cjs.map
6574
+ //# sourceMappingURL=chunk-3KSBDOQT.cjs.map