node-opcua-crypto 4.4.0 → 4.5.0
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.
- package/dist/{chunk-SYIFAIYT.mjs → chunk-SNCRM4BA.mjs} +2 -1
- package/dist/{chunk-BZXAQ44Q.mjs → chunk-UZNNRQTR.mjs} +2 -2
- package/dist/index.js +1 -0
- package/dist/index.mjs +2 -2
- package/dist/source/index.js +1 -0
- package/dist/source/index.mjs +1 -1
- package/dist/source/index_web.js +1 -0
- package/dist/source/index_web.mjs +1 -1
- package/dist/source_nodejs/index.mjs +2 -2
- package/package.json +2 -2
|
@@ -6046,6 +6046,7 @@ async function createSelfSignedCertificate({
|
|
|
6046
6046
|
new x5092.ExtendedKeyUsageExtension(keyUsageExtension, true),
|
|
6047
6047
|
new x5092.KeyUsagesExtension(usages, true),
|
|
6048
6048
|
await x5092.SubjectKeyIdentifierExtension.create(keys.publicKey),
|
|
6049
|
+
await x5092.AuthorityKeyIdentifierExtension.create(keys.publicKey),
|
|
6049
6050
|
new x5092.SubjectAlternativeNameExtension(alternativeNameExtensions)
|
|
6050
6051
|
]
|
|
6051
6052
|
},
|
|
@@ -6252,4 +6253,4 @@ asn1js/build/index.es.js:
|
|
|
6252
6253
|
*
|
|
6253
6254
|
*)
|
|
6254
6255
|
*/
|
|
6255
|
-
//# sourceMappingURL=chunk-
|
|
6256
|
+
//# sourceMappingURL=chunk-SNCRM4BA.mjs.map
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
privateKeyToPEM,
|
|
7
7
|
removeTrailingLF,
|
|
8
8
|
toPem
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-SNCRM4BA.mjs";
|
|
10
10
|
|
|
11
11
|
// source_nodejs/read.ts
|
|
12
12
|
import assert from "assert";
|
|
@@ -170,4 +170,4 @@ export {
|
|
|
170
170
|
generatePrivateKeyFile,
|
|
171
171
|
generatePrivateKeyFileAlternate
|
|
172
172
|
};
|
|
173
|
-
//# sourceMappingURL=chunk-
|
|
173
|
+
//# sourceMappingURL=chunk-UZNNRQTR.mjs.map
|
package/dist/index.js
CHANGED
|
@@ -6165,6 +6165,7 @@ async function createSelfSignedCertificate({
|
|
|
6165
6165
|
new x5092.ExtendedKeyUsageExtension(keyUsageExtension, true),
|
|
6166
6166
|
new x5092.KeyUsagesExtension(usages, true),
|
|
6167
6167
|
await x5092.SubjectKeyIdentifierExtension.create(keys.publicKey),
|
|
6168
|
+
await x5092.AuthorityKeyIdentifierExtension.create(keys.publicKey),
|
|
6168
6169
|
new x5092.SubjectAlternativeNameExtension(alternativeNameExtensions)
|
|
6169
6170
|
]
|
|
6170
6171
|
},
|
package/dist/index.mjs
CHANGED
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
readPublicKeyPEM,
|
|
15
15
|
readPublicRsaKey,
|
|
16
16
|
setCertificateStore
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-UZNNRQTR.mjs";
|
|
18
18
|
import "./chunk-5NV4OKIV.mjs";
|
|
19
19
|
import {
|
|
20
20
|
CertificatePurpose,
|
|
@@ -110,7 +110,7 @@ import {
|
|
|
110
110
|
verifyChunkSignature,
|
|
111
111
|
verifyChunkSignatureWithDerivedKeys,
|
|
112
112
|
verifyMessageChunkSignature
|
|
113
|
-
} from "./chunk-
|
|
113
|
+
} from "./chunk-SNCRM4BA.mjs";
|
|
114
114
|
export {
|
|
115
115
|
CertificatePurpose,
|
|
116
116
|
PaddingAlgorithm,
|
package/dist/source/index.js
CHANGED
|
@@ -6150,6 +6150,7 @@ async function createSelfSignedCertificate({
|
|
|
6150
6150
|
new x5092.ExtendedKeyUsageExtension(keyUsageExtension, true),
|
|
6151
6151
|
new x5092.KeyUsagesExtension(usages, true),
|
|
6152
6152
|
await x5092.SubjectKeyIdentifierExtension.create(keys.publicKey),
|
|
6153
|
+
await x5092.AuthorityKeyIdentifierExtension.create(keys.publicKey),
|
|
6153
6154
|
new x5092.SubjectAlternativeNameExtension(alternativeNameExtensions)
|
|
6154
6155
|
]
|
|
6155
6156
|
},
|
package/dist/source/index.mjs
CHANGED
package/dist/source/index_web.js
CHANGED
|
@@ -6150,6 +6150,7 @@ async function createSelfSignedCertificate({
|
|
|
6150
6150
|
new x5092.ExtendedKeyUsageExtension(keyUsageExtension, true),
|
|
6151
6151
|
new x5092.KeyUsagesExtension(usages, true),
|
|
6152
6152
|
await x5092.SubjectKeyIdentifierExtension.create(keys.publicKey),
|
|
6153
|
+
await x5092.AuthorityKeyIdentifierExtension.create(keys.publicKey),
|
|
6153
6154
|
new x5092.SubjectAlternativeNameExtension(alternativeNameExtensions)
|
|
6154
6155
|
]
|
|
6155
6156
|
},
|
|
@@ -14,9 +14,9 @@ import {
|
|
|
14
14
|
readPublicKeyPEM,
|
|
15
15
|
readPublicRsaKey,
|
|
16
16
|
setCertificateStore
|
|
17
|
-
} from "../chunk-
|
|
17
|
+
} from "../chunk-UZNNRQTR.mjs";
|
|
18
18
|
import "../chunk-5NV4OKIV.mjs";
|
|
19
|
-
import "../chunk-
|
|
19
|
+
import "../chunk-SNCRM4BA.mjs";
|
|
20
20
|
export {
|
|
21
21
|
generatePrivateKeyFile,
|
|
22
22
|
generatePrivateKeyFileAlternate,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-opcua-crypto",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.5.0",
|
|
4
4
|
"description": "Crypto tools for Node-OPCUA",
|
|
5
5
|
"types": "./dist-types/index.d.ts",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"bugs": {
|
|
81
81
|
"url": "https://github.com/node-opcua/node-opcua-crypto/issues"
|
|
82
82
|
},
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "d597dce6e5ef21f15d8736646039d5d17dbbf9de"
|
|
84
84
|
}
|