node-opcua-crypto 5.3.5 → 5.3.6
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-CHOBVT6V.cjs → chunk-2DISC7JP.cjs} +23 -23
- package/dist/{chunk-CHOBVT6V.cjs.map → chunk-2DISC7JP.cjs.map} +1 -1
- package/dist/{chunk-ZGFOQAZK.js → chunk-EJK7NCWU.js} +2 -2
- package/dist/{chunk-LRB5Q533.cjs → chunk-FRVYTI7S.cjs} +222 -87
- package/dist/chunk-FRVYTI7S.cjs.map +1 -0
- package/dist/{chunk-JHDYJSUT.js → chunk-NX3DSTD6.js} +214 -79
- package/dist/chunk-NX3DSTD6.js.map +1 -0
- package/dist/index.cjs +3 -3
- package/dist/index.js +2 -2
- package/dist/source/index_web.cjs +2 -2
- package/dist/source/index_web.js +1 -1
- package/dist/source_nodejs/index.cjs +3 -3
- package/dist/source_nodejs/index.js +2 -2
- package/package.json +4 -4
- package/dist/chunk-JHDYJSUT.js.map +0 -1
- package/dist/chunk-LRB5Q533.cjs.map +0 -1
- /package/dist/{chunk-ZGFOQAZK.js.map → chunk-EJK7NCWU.js.map} +0 -0
package/dist/index.cjs
CHANGED
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
|
|
28
28
|
|
|
29
29
|
|
|
30
|
-
var
|
|
30
|
+
var _chunk2DISC7JPcjs = require('./chunk-2DISC7JP.cjs');
|
|
31
31
|
|
|
32
32
|
|
|
33
33
|
|
|
@@ -106,7 +106,7 @@ var _chunkCHOBVT6Vcjs = require('./chunk-CHOBVT6V.cjs');
|
|
|
106
106
|
|
|
107
107
|
|
|
108
108
|
|
|
109
|
-
var
|
|
109
|
+
var _chunkFRVYTI7Scjs = require('./chunk-FRVYTI7S.cjs');
|
|
110
110
|
|
|
111
111
|
|
|
112
112
|
|
|
@@ -213,5 +213,5 @@ var _chunkLRB5Q533cjs = require('./chunk-LRB5Q533.cjs');
|
|
|
213
213
|
|
|
214
214
|
|
|
215
215
|
|
|
216
|
-
exports.CertificatePurpose =
|
|
216
|
+
exports.CertificatePurpose = _chunkFRVYTI7Scjs.CertificatePurpose; exports.PaddingAlgorithm = _chunkFRVYTI7Scjs.PaddingAlgorithm; exports.RSA_PKCS1_OAEP_PADDING = _chunkFRVYTI7Scjs.RSA_PKCS1_OAEP_PADDING; exports.RSA_PKCS1_PADDING = _chunkFRVYTI7Scjs.RSA_PKCS1_PADDING; exports.Subject = _chunkFRVYTI7Scjs.Subject; exports._coercePrivateKey = _chunkFRVYTI7Scjs._coercePrivateKey; exports.asn1 = _chunkFRVYTI7Scjs.asn1; exports.certificateMatchesPrivateKey = _chunkFRVYTI7Scjs.certificateMatchesPrivateKey; exports.certificatesToDer = _chunk2DISC7JPcjs.certificatesToDer; exports.certificatesToPem = _chunk2DISC7JPcjs.certificatesToPem; exports.clearExploreCertificateCache = _chunkFRVYTI7Scjs.clearExploreCertificateCache; exports.coerceCertificate = _chunkFRVYTI7Scjs.coerceCertificate; exports.coerceCertificatePem = _chunkFRVYTI7Scjs.coerceCertificatePem; exports.coercePEMorDerToPrivateKey = _chunkFRVYTI7Scjs.coercePEMorDerToPrivateKey; exports.coercePrivateKeyPem = _chunkFRVYTI7Scjs.coercePrivateKeyPem; exports.coercePublicKeyPem = _chunkFRVYTI7Scjs.coercePublicKeyPem; exports.coerceRsaPublicKeyPem = _chunkFRVYTI7Scjs.coerceRsaPublicKeyPem; exports.combine_der = _chunkFRVYTI7Scjs.combine_der; exports.computeDerivedKeys = _chunkFRVYTI7Scjs.computeDerivedKeys; exports.computePaddingFooter = _chunkFRVYTI7Scjs.computePaddingFooter; exports.convertPEMtoDER = _chunkFRVYTI7Scjs.convertPEMtoDER; exports.createCertificateSigningRequest = _chunkFRVYTI7Scjs.createCertificateSigningRequest; exports.createPrivateKeyFromNodeJSCrypto = _chunkFRVYTI7Scjs.createPrivateKeyFromNodeJSCrypto; exports.createSelfSignedCertificate = _chunkFRVYTI7Scjs.createSelfSignedCertificate; exports.decryptBufferWithDerivedKeys = _chunkFRVYTI7Scjs.decryptBufferWithDerivedKeys; exports.derToPrivateKey = _chunkFRVYTI7Scjs.derToPrivateKey; exports.encryptBufferWithDerivedKeys = _chunkFRVYTI7Scjs.encryptBufferWithDerivedKeys; exports.exploreAsn1 = _chunkFRVYTI7Scjs.exploreAsn1; exports.exploreCertificate = _chunkFRVYTI7Scjs.exploreCertificate; exports.exploreCertificateInfo = _chunkFRVYTI7Scjs.exploreCertificateInfo; exports.exploreCertificateRevocationList = _chunkFRVYTI7Scjs.exploreCertificateRevocationList; exports.exploreCertificateSigningRequest = _chunkFRVYTI7Scjs.exploreCertificateSigningRequest; exports.explorePrivateKey = _chunkFRVYTI7Scjs.explorePrivateKey; exports.extractPublicKeyFromCertificate = _chunkFRVYTI7Scjs.extractPublicKeyFromCertificate; exports.extractPublicKeyFromCertificateSync = _chunkFRVYTI7Scjs.extractPublicKeyFromCertificateSync; exports.generateKeyPair = _chunkFRVYTI7Scjs.generateKeyPair; exports.generatePrivateKey = _chunkFRVYTI7Scjs.generatePrivateKey; exports.generatePrivateKeyFile = _chunk2DISC7JPcjs.generatePrivateKeyFile; exports.generatePrivateKeyFileAlternate = _chunk2DISC7JPcjs.generatePrivateKeyFileAlternate; exports.getCertificateStore = _chunk2DISC7JPcjs.getCertificateStore; exports.hexDump = _chunkFRVYTI7Scjs.hexDump; exports.identifyDERContent = _chunkFRVYTI7Scjs.identifyDERContent; exports.identifyPemType = _chunkFRVYTI7Scjs.identifyPemType; exports.isCrlIssuedByCertificate = _chunkFRVYTI7Scjs.isCrlIssuedByCertificate; exports.isKeyObject = _chunkFRVYTI7Scjs.isKeyObject; exports.makeMessageChunkSignature = _chunkFRVYTI7Scjs.makeMessageChunkSignature; exports.makeMessageChunkSignatureWithDerivedKeys = _chunkFRVYTI7Scjs.makeMessageChunkSignatureWithDerivedKeys; exports.makePrivateKeyFromPem = _chunkFRVYTI7Scjs.makePrivateKeyFromPem; exports.makePrivateKeyThumbPrint = _chunkFRVYTI7Scjs.makePrivateKeyThumbPrint; exports.makePseudoRandomBuffer = _chunkFRVYTI7Scjs.makePseudoRandomBuffer; exports.makeSHA1Thumbprint = _chunkFRVYTI7Scjs.makeSHA1Thumbprint; exports.pemToPrivateKey = _chunkFRVYTI7Scjs.pemToPrivateKey; exports.privateDecrypt = _chunkFRVYTI7Scjs.privateDecrypt; exports.privateDecrypt_long = _chunkFRVYTI7Scjs.privateDecrypt_long; exports.privateDecrypt_native = _chunkFRVYTI7Scjs.privateDecrypt_native; exports.privateKeyToPEM = _chunkFRVYTI7Scjs.privateKeyToPEM; exports.publicEncrypt = _chunkFRVYTI7Scjs.publicEncrypt; exports.publicEncrypt_long = _chunkFRVYTI7Scjs.publicEncrypt_long; exports.publicEncrypt_native = _chunkFRVYTI7Scjs.publicEncrypt_native; exports.publicKeyAndPrivateKeyMatches = _chunkFRVYTI7Scjs.publicKeyAndPrivateKeyMatches; exports.readCertificate = _chunk2DISC7JPcjs.readCertificate; exports.readCertificateAsync = _chunk2DISC7JPcjs.readCertificateAsync; exports.readCertificateChain = _chunk2DISC7JPcjs.readCertificateChain; exports.readCertificateChainAsync = _chunk2DISC7JPcjs.readCertificateChainAsync; exports.readCertificatePEM = _chunk2DISC7JPcjs.readCertificatePEM; exports.readCertificatePEMAsync = _chunk2DISC7JPcjs.readCertificatePEMAsync; exports.readCertificateRevocationList = _chunk2DISC7JPcjs.readCertificateRevocationList; exports.readCertificateSigningRequest = _chunk2DISC7JPcjs.readCertificateSigningRequest; exports.readCertificationRequestInfo = _chunkFRVYTI7Scjs.readCertificationRequestInfo; exports.readExtension = _chunkFRVYTI7Scjs.readExtension; exports.readNameForCrl = _chunkFRVYTI7Scjs.readNameForCrl; exports.readPrivateKey = _chunk2DISC7JPcjs.readPrivateKey; exports.readPrivateKeyAsync = _chunk2DISC7JPcjs.readPrivateKeyAsync; exports.readPrivateKeyPEM = _chunk2DISC7JPcjs.readPrivateKeyPEM; exports.readPrivateKeyPEMAsync = _chunk2DISC7JPcjs.readPrivateKeyPEMAsync; exports.readPrivateRsaKey = _chunk2DISC7JPcjs.readPrivateRsaKey; exports.readPublicKey = _chunk2DISC7JPcjs.readPublicKey; exports.readPublicKeyAsync = _chunk2DISC7JPcjs.readPublicKeyAsync; exports.readPublicKeyPEM = _chunk2DISC7JPcjs.readPublicKeyPEM; exports.readPublicKeyPEMAsync = _chunk2DISC7JPcjs.readPublicKeyPEMAsync; exports.readPublicRsaKey = _chunk2DISC7JPcjs.readPublicRsaKey; exports.readTbsCertificate = _chunkFRVYTI7Scjs.readTbsCertificate; exports.reduceLength = _chunkFRVYTI7Scjs.reduceLength; exports.removePadding = _chunkFRVYTI7Scjs.removePadding; exports.removeTrailingLF = _chunkFRVYTI7Scjs.removeTrailingLF; exports.rsaLengthPrivateKey = _chunkFRVYTI7Scjs.rsaLengthPrivateKey; exports.rsaLengthPublicKey = _chunkFRVYTI7Scjs.rsaLengthPublicKey; exports.rsaLengthRsaPublicKey = _chunkFRVYTI7Scjs.rsaLengthRsaPublicKey; exports.setCertificateStore = _chunk2DISC7JPcjs.setCertificateStore; exports.split_der = _chunkFRVYTI7Scjs.split_der; exports.toPem = _chunkFRVYTI7Scjs.toPem; exports.toPem2 = _chunkFRVYTI7Scjs.toPem2; exports.verifyCertificateChain = _chunkFRVYTI7Scjs.verifyCertificateChain; exports.verifyCertificateOrClrSignature = _chunkFRVYTI7Scjs.verifyCertificateOrClrSignature; exports.verifyCertificateRevocationListSignature = _chunkFRVYTI7Scjs.verifyCertificateRevocationListSignature; exports.verifyCertificateSignature = _chunkFRVYTI7Scjs.verifyCertificateSignature; exports.verifyChunkSignature = _chunkFRVYTI7Scjs.verifyChunkSignature; exports.verifyChunkSignatureWithDerivedKeys = _chunkFRVYTI7Scjs.verifyChunkSignatureWithDerivedKeys; exports.verifyCrlIssuedByCertificate = _chunkFRVYTI7Scjs.verifyCrlIssuedByCertificate; exports.verifyMessageChunkSignature = _chunkFRVYTI7Scjs.verifyMessageChunkSignature; exports.verify_certificate_der_structure = _chunkFRVYTI7Scjs.verify_certificate_der_structure; exports.writeCertificateChain = _chunk2DISC7JPcjs.writeCertificateChain; exports.writeCertificateChainAsync = _chunk2DISC7JPcjs.writeCertificateChainAsync; exports.writeCertificateChainDer = _chunk2DISC7JPcjs.writeCertificateChainDer; exports.writeCertificateChainDerAsync = _chunk2DISC7JPcjs.writeCertificateChainDerAsync;
|
|
217
217
|
//# sourceMappingURL=index.cjs.map
|
package/dist/index.js
CHANGED
|
@@ -27,7 +27,7 @@ import {
|
|
|
27
27
|
writeCertificateChainAsync,
|
|
28
28
|
writeCertificateChainDer,
|
|
29
29
|
writeCertificateChainDerAsync
|
|
30
|
-
} from "./chunk-
|
|
30
|
+
} from "./chunk-EJK7NCWU.js";
|
|
31
31
|
import {
|
|
32
32
|
CertificatePurpose,
|
|
33
33
|
PaddingAlgorithm,
|
|
@@ -106,7 +106,7 @@ import {
|
|
|
106
106
|
verifyCrlIssuedByCertificate,
|
|
107
107
|
verifyMessageChunkSignature,
|
|
108
108
|
verify_certificate_der_structure
|
|
109
|
-
} from "./chunk-
|
|
109
|
+
} from "./chunk-NX3DSTD6.js";
|
|
110
110
|
export {
|
|
111
111
|
CertificatePurpose,
|
|
112
112
|
PaddingAlgorithm,
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
|
|
77
77
|
|
|
78
78
|
|
|
79
|
-
var
|
|
79
|
+
var _chunkFRVYTI7Scjs = require('../chunk-FRVYTI7S.cjs');
|
|
80
80
|
|
|
81
81
|
|
|
82
82
|
|
|
@@ -155,5 +155,5 @@ var _chunkLRB5Q533cjs = require('../chunk-LRB5Q533.cjs');
|
|
|
155
155
|
|
|
156
156
|
|
|
157
157
|
|
|
158
|
-
exports.CertificatePurpose =
|
|
158
|
+
exports.CertificatePurpose = _chunkFRVYTI7Scjs.CertificatePurpose; exports.PaddingAlgorithm = _chunkFRVYTI7Scjs.PaddingAlgorithm; exports.RSA_PKCS1_OAEP_PADDING = _chunkFRVYTI7Scjs.RSA_PKCS1_OAEP_PADDING; exports.RSA_PKCS1_PADDING = _chunkFRVYTI7Scjs.RSA_PKCS1_PADDING; exports.Subject = _chunkFRVYTI7Scjs.Subject; exports._coercePrivateKey = _chunkFRVYTI7Scjs._coercePrivateKey; exports.asn1 = _chunkFRVYTI7Scjs.asn1; exports.certificateMatchesPrivateKey = _chunkFRVYTI7Scjs.certificateMatchesPrivateKey; exports.clearExploreCertificateCache = _chunkFRVYTI7Scjs.clearExploreCertificateCache; exports.coerceCertificate = _chunkFRVYTI7Scjs.coerceCertificate; exports.coerceCertificatePem = _chunkFRVYTI7Scjs.coerceCertificatePem; exports.coercePEMorDerToPrivateKey = _chunkFRVYTI7Scjs.coercePEMorDerToPrivateKey; exports.coercePrivateKeyPem = _chunkFRVYTI7Scjs.coercePrivateKeyPem; exports.coercePublicKeyPem = _chunkFRVYTI7Scjs.coercePublicKeyPem; exports.coerceRsaPublicKeyPem = _chunkFRVYTI7Scjs.coerceRsaPublicKeyPem; exports.combine_der = _chunkFRVYTI7Scjs.combine_der; exports.computeDerivedKeys = _chunkFRVYTI7Scjs.computeDerivedKeys; exports.computePaddingFooter = _chunkFRVYTI7Scjs.computePaddingFooter; exports.convertPEMtoDER = _chunkFRVYTI7Scjs.convertPEMtoDER; exports.createCertificateSigningRequest = _chunkFRVYTI7Scjs.createCertificateSigningRequest; exports.createPrivateKeyFromNodeJSCrypto = _chunkFRVYTI7Scjs.createPrivateKeyFromNodeJSCrypto; exports.createSelfSignedCertificate = _chunkFRVYTI7Scjs.createSelfSignedCertificate; exports.decryptBufferWithDerivedKeys = _chunkFRVYTI7Scjs.decryptBufferWithDerivedKeys; exports.derToPrivateKey = _chunkFRVYTI7Scjs.derToPrivateKey; exports.encryptBufferWithDerivedKeys = _chunkFRVYTI7Scjs.encryptBufferWithDerivedKeys; exports.exploreAsn1 = _chunkFRVYTI7Scjs.exploreAsn1; exports.exploreCertificate = _chunkFRVYTI7Scjs.exploreCertificate; exports.exploreCertificateInfo = _chunkFRVYTI7Scjs.exploreCertificateInfo; exports.exploreCertificateRevocationList = _chunkFRVYTI7Scjs.exploreCertificateRevocationList; exports.exploreCertificateSigningRequest = _chunkFRVYTI7Scjs.exploreCertificateSigningRequest; exports.explorePrivateKey = _chunkFRVYTI7Scjs.explorePrivateKey; exports.extractPublicKeyFromCertificate = _chunkFRVYTI7Scjs.extractPublicKeyFromCertificate; exports.extractPublicKeyFromCertificateSync = _chunkFRVYTI7Scjs.extractPublicKeyFromCertificateSync; exports.generateKeyPair = _chunkFRVYTI7Scjs.generateKeyPair; exports.generatePrivateKey = _chunkFRVYTI7Scjs.generatePrivateKey; exports.hexDump = _chunkFRVYTI7Scjs.hexDump; exports.identifyDERContent = _chunkFRVYTI7Scjs.identifyDERContent; exports.identifyPemType = _chunkFRVYTI7Scjs.identifyPemType; exports.isCrlIssuedByCertificate = _chunkFRVYTI7Scjs.isCrlIssuedByCertificate; exports.isKeyObject = _chunkFRVYTI7Scjs.isKeyObject; exports.makeMessageChunkSignature = _chunkFRVYTI7Scjs.makeMessageChunkSignature; exports.makeMessageChunkSignatureWithDerivedKeys = _chunkFRVYTI7Scjs.makeMessageChunkSignatureWithDerivedKeys; exports.makePrivateKeyFromPem = _chunkFRVYTI7Scjs.makePrivateKeyFromPem; exports.makePrivateKeyThumbPrint = _chunkFRVYTI7Scjs.makePrivateKeyThumbPrint; exports.makePseudoRandomBuffer = _chunkFRVYTI7Scjs.makePseudoRandomBuffer; exports.makeSHA1Thumbprint = _chunkFRVYTI7Scjs.makeSHA1Thumbprint; exports.pemToPrivateKey = _chunkFRVYTI7Scjs.pemToPrivateKey; exports.privateDecrypt = _chunkFRVYTI7Scjs.privateDecrypt; exports.privateDecrypt_long = _chunkFRVYTI7Scjs.privateDecrypt_long; exports.privateDecrypt_native = _chunkFRVYTI7Scjs.privateDecrypt_native; exports.privateKeyToPEM = _chunkFRVYTI7Scjs.privateKeyToPEM; exports.publicEncrypt = _chunkFRVYTI7Scjs.publicEncrypt; exports.publicEncrypt_long = _chunkFRVYTI7Scjs.publicEncrypt_long; exports.publicEncrypt_native = _chunkFRVYTI7Scjs.publicEncrypt_native; exports.publicKeyAndPrivateKeyMatches = _chunkFRVYTI7Scjs.publicKeyAndPrivateKeyMatches; exports.readCertificationRequestInfo = _chunkFRVYTI7Scjs.readCertificationRequestInfo; exports.readExtension = _chunkFRVYTI7Scjs.readExtension; exports.readNameForCrl = _chunkFRVYTI7Scjs.readNameForCrl; exports.readTbsCertificate = _chunkFRVYTI7Scjs.readTbsCertificate; exports.reduceLength = _chunkFRVYTI7Scjs.reduceLength; exports.removePadding = _chunkFRVYTI7Scjs.removePadding; exports.removeTrailingLF = _chunkFRVYTI7Scjs.removeTrailingLF; exports.rsaLengthPrivateKey = _chunkFRVYTI7Scjs.rsaLengthPrivateKey; exports.rsaLengthPublicKey = _chunkFRVYTI7Scjs.rsaLengthPublicKey; exports.rsaLengthRsaPublicKey = _chunkFRVYTI7Scjs.rsaLengthRsaPublicKey; exports.split_der = _chunkFRVYTI7Scjs.split_der; exports.toPem = _chunkFRVYTI7Scjs.toPem; exports.toPem2 = _chunkFRVYTI7Scjs.toPem2; exports.verifyCertificateChain = _chunkFRVYTI7Scjs.verifyCertificateChain; exports.verifyCertificateOrClrSignature = _chunkFRVYTI7Scjs.verifyCertificateOrClrSignature; exports.verifyCertificateRevocationListSignature = _chunkFRVYTI7Scjs.verifyCertificateRevocationListSignature; exports.verifyCertificateSignature = _chunkFRVYTI7Scjs.verifyCertificateSignature; exports.verifyChunkSignature = _chunkFRVYTI7Scjs.verifyChunkSignature; exports.verifyChunkSignatureWithDerivedKeys = _chunkFRVYTI7Scjs.verifyChunkSignatureWithDerivedKeys; exports.verifyCrlIssuedByCertificate = _chunkFRVYTI7Scjs.verifyCrlIssuedByCertificate; exports.verifyMessageChunkSignature = _chunkFRVYTI7Scjs.verifyMessageChunkSignature; exports.verify_certificate_der_structure = _chunkFRVYTI7Scjs.verify_certificate_der_structure;
|
|
159
159
|
//# sourceMappingURL=index_web.cjs.map
|
package/dist/source/index_web.js
CHANGED
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
|
|
28
28
|
|
|
29
29
|
|
|
30
|
-
var
|
|
31
|
-
require('../chunk-
|
|
30
|
+
var _chunk2DISC7JPcjs = require('../chunk-2DISC7JP.cjs');
|
|
31
|
+
require('../chunk-FRVYTI7S.cjs');
|
|
32
32
|
|
|
33
33
|
|
|
34
34
|
|
|
@@ -58,5 +58,5 @@ require('../chunk-LRB5Q533.cjs');
|
|
|
58
58
|
|
|
59
59
|
|
|
60
60
|
|
|
61
|
-
exports.certificatesToDer =
|
|
61
|
+
exports.certificatesToDer = _chunk2DISC7JPcjs.certificatesToDer; exports.certificatesToPem = _chunk2DISC7JPcjs.certificatesToPem; exports.generatePrivateKeyFile = _chunk2DISC7JPcjs.generatePrivateKeyFile; exports.generatePrivateKeyFileAlternate = _chunk2DISC7JPcjs.generatePrivateKeyFileAlternate; exports.getCertificateStore = _chunk2DISC7JPcjs.getCertificateStore; exports.readCertificate = _chunk2DISC7JPcjs.readCertificate; exports.readCertificateAsync = _chunk2DISC7JPcjs.readCertificateAsync; exports.readCertificateChain = _chunk2DISC7JPcjs.readCertificateChain; exports.readCertificateChainAsync = _chunk2DISC7JPcjs.readCertificateChainAsync; exports.readCertificatePEM = _chunk2DISC7JPcjs.readCertificatePEM; exports.readCertificatePEMAsync = _chunk2DISC7JPcjs.readCertificatePEMAsync; exports.readCertificateRevocationList = _chunk2DISC7JPcjs.readCertificateRevocationList; exports.readCertificateSigningRequest = _chunk2DISC7JPcjs.readCertificateSigningRequest; exports.readPrivateKey = _chunk2DISC7JPcjs.readPrivateKey; exports.readPrivateKeyAsync = _chunk2DISC7JPcjs.readPrivateKeyAsync; exports.readPrivateKeyPEM = _chunk2DISC7JPcjs.readPrivateKeyPEM; exports.readPrivateKeyPEMAsync = _chunk2DISC7JPcjs.readPrivateKeyPEMAsync; exports.readPrivateRsaKey = _chunk2DISC7JPcjs.readPrivateRsaKey; exports.readPublicKey = _chunk2DISC7JPcjs.readPublicKey; exports.readPublicKeyAsync = _chunk2DISC7JPcjs.readPublicKeyAsync; exports.readPublicKeyPEM = _chunk2DISC7JPcjs.readPublicKeyPEM; exports.readPublicKeyPEMAsync = _chunk2DISC7JPcjs.readPublicKeyPEMAsync; exports.readPublicRsaKey = _chunk2DISC7JPcjs.readPublicRsaKey; exports.setCertificateStore = _chunk2DISC7JPcjs.setCertificateStore; exports.writeCertificateChain = _chunk2DISC7JPcjs.writeCertificateChain; exports.writeCertificateChainAsync = _chunk2DISC7JPcjs.writeCertificateChainAsync; exports.writeCertificateChainDer = _chunk2DISC7JPcjs.writeCertificateChainDer; exports.writeCertificateChainDerAsync = _chunk2DISC7JPcjs.writeCertificateChainDerAsync;
|
|
62
62
|
//# sourceMappingURL=index.cjs.map
|
|
@@ -27,8 +27,8 @@ import {
|
|
|
27
27
|
writeCertificateChainAsync,
|
|
28
28
|
writeCertificateChainDer,
|
|
29
29
|
writeCertificateChainDerAsync
|
|
30
|
-
} from "../chunk-
|
|
31
|
-
import "../chunk-
|
|
30
|
+
} from "../chunk-EJK7NCWU.js";
|
|
31
|
+
import "../chunk-NX3DSTD6.js";
|
|
32
32
|
export {
|
|
33
33
|
certificatesToDer,
|
|
34
34
|
certificatesToPem,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-opcua-crypto",
|
|
3
|
-
"version": "5.3.
|
|
3
|
+
"version": "5.3.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Crypto tools for Node-OPCUA",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"node": ">=18.0"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@types/node": "^24.12.
|
|
60
|
+
"@types/node": "^24.12.4",
|
|
61
61
|
"@types/sshpk": "^1.17.4",
|
|
62
62
|
"assert": "^2.1.0",
|
|
63
63
|
"buffer": "^6.0.3",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"vm-browserify": "^1.1.2"
|
|
71
71
|
},
|
|
72
72
|
"dependencies": {
|
|
73
|
-
"@peculiar/webcrypto": "^1.
|
|
73
|
+
"@peculiar/webcrypto": "^1.7.1",
|
|
74
74
|
"@peculiar/x509": "^2.0.0",
|
|
75
75
|
"reflect-metadata": "^0.2.2",
|
|
76
76
|
"sshpk": "^1.18.0"
|
|
@@ -87,5 +87,5 @@
|
|
|
87
87
|
"LICENSE",
|
|
88
88
|
"README.md"
|
|
89
89
|
],
|
|
90
|
-
"gitHead": "
|
|
90
|
+
"gitHead": "318a0babb2e926e7c4607720493739122bc2ee97"
|
|
91
91
|
}
|