node-opcua-certificate-manager
Advanced tools
Comparing version 2.128.0 to 2.129.0
@@ -6,4 +6,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.OPCUACertificateManager = void 0; | ||
exports.getDefaultCertificateManager = getDefaultCertificateManager; | ||
exports.getDefaultCertificateManager = exports.OPCUACertificateManager = void 0; | ||
/** | ||
@@ -135,2 +134,3 @@ * @module node-opcua-certificate-manager | ||
} | ||
exports.getDefaultCertificateManager = getDefaultCertificateManager; | ||
//# sourceMappingURL=certificate_manager.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.makeSubject = makeSubject; | ||
exports.makeSubject = void 0; | ||
const certificate_manager_1 = require("./certificate_manager"); | ||
@@ -10,2 +10,3 @@ function makeSubject(applicationName, hostname) { | ||
} | ||
exports.makeSubject = makeSubject; | ||
//# sourceMappingURL=make_subject.js.map |
{ | ||
"name": "node-opcua-certificate-manager", | ||
"version": "2.128.0", | ||
"version": "2.129.0", | ||
"description": "pure nodejs OPCUA SDK - module certificate-manager", | ||
@@ -19,6 +19,6 @@ "scripts": { | ||
"node-opcua-assert": "2.120.0", | ||
"node-opcua-crypto": "4.8.0", | ||
"node-opcua-crypto": "4.9.2", | ||
"node-opcua-debug": "2.128.0", | ||
"node-opcua-object-registry": "2.128.0", | ||
"node-opcua-pki": "4.10.0", | ||
"node-opcua-pki": "4.11.1", | ||
"node-opcua-status-code": "2.128.0", | ||
@@ -50,3 +50,3 @@ "thenify": "^3.3.1" | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "67a73af6b831d8651a0e66ceb295f159cab4386b", | ||
"gitHead": "8a1754350fb95a764e278d37a289f0c48ccb8c9d", | ||
"files": [ | ||
@@ -53,0 +53,0 @@ "dist", |
@@ -147,3 +147,3 @@ /** | ||
} | ||
} else if (statusCode.equals(StatusCodes.BadCertificateChainIncomplete)) { | ||
} else if (statusCode.equals(StatusCodes.BadCertificateChainIncomplete)) { | ||
// put all certificates of the chain in the rejected folder | ||
@@ -150,0 +150,0 @@ const rejectAll = async (certificates: Certificate[]) => { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
26520
14
407
+ Addednode-opcua-crypto@4.9.2(transitive)
+ Addednode-opcua-pki@4.11.1(transitive)
- Removednode-opcua-crypto@4.8.0(transitive)
- Removednode-opcua-pki@4.10.0(transitive)
Updatednode-opcua-crypto@4.9.2
Updatednode-opcua-pki@4.11.1