mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Authenticode.js improvement.
This commit is contained in:
parent
6379d4121e
commit
7dd125286d
1 changed files with 2 additions and 0 deletions
|
@ -224,6 +224,8 @@ function createAuthenticodeHandler(path) {
|
|||
(pkcs7.rawCapture.authenticatedAttributes[i].value[0].value != null) &&
|
||||
(pkcs7.rawCapture.authenticatedAttributes[i].value[1] != null) &&
|
||||
(pkcs7.rawCapture.authenticatedAttributes[i].value[1].value != null) &&
|
||||
(pkcs7.rawCapture.authenticatedAttributes[i].value[1].value[0] != null) &&
|
||||
(pkcs7.rawCapture.authenticatedAttributes[i].value[1].value[0].value != null) &&
|
||||
(forge.asn1.derToOid(pkcs7.rawCapture.authenticatedAttributes[i].value[0].value) == obj.Oids.SPC_SP_OPUS_INFO_OBJID)) {
|
||||
for (var j in pkcs7.rawCapture.authenticatedAttributes[i].value[1].value[0].value) {
|
||||
if (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue