Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pkijs

Package Overview
Dependencies
Maintainers
1
Versions
151
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pkijs - npm Package Compare versions

Comparing version 1.3.10 to 1.3.11

68

org/pkijs/cms_schema.js

@@ -110,3 +110,3 @@ /*

}));
}
};
//**************************************************************************************

@@ -133,3 +133,3 @@ // #endregion

}));
}
};
//**************************************************************************************

@@ -193,3 +193,3 @@ in_window.org.pkijs.schema.CMS_CERTIFICATE_SET =

); // __!!!__ Removed definition for "AttributeCertificateV2" __!!!__
}
};
//**************************************************************************************

@@ -216,3 +216,3 @@ // #endregion

}));
}
};
//**************************************************************************************

@@ -253,3 +253,3 @@ in_window.org.pkijs.schema.CSM_REVOCATION_INFO_CHOICES =

}));
}
};
//**************************************************************************************

@@ -278,3 +278,3 @@ // #endregion

}));
}
};
//**************************************************************************************

@@ -310,3 +310,3 @@ // #endregion

}));
}
};
//**************************************************************************************

@@ -357,3 +357,3 @@ // #endregion

}));
}
};
//**************************************************************************************

@@ -390,3 +390,3 @@ // #endregion

}));
}
};
//**************************************************************************************

@@ -464,3 +464,3 @@ // #endregion

);
}
};
//**************************************************************************************

@@ -496,3 +496,3 @@ // #endregion

}));
}
};
//**************************************************************************************

@@ -570,3 +570,3 @@ // #endregion

}));
}
};
//**************************************************************************************

@@ -610,3 +610,3 @@ // #endregion

}));
}
};
//**************************************************************************************

@@ -652,3 +652,3 @@ // #endregion

}));
}
};
//**************************************************************************************

@@ -675,3 +675,3 @@ // #endregion

}));
}
};
//**************************************************************************************

@@ -710,3 +710,3 @@ // #endregion

}));
}
};
//**************************************************************************************

@@ -733,3 +733,3 @@ in_window.org.pkijs.schema.cms.KeyTransRecipientInfo =

}));
}
};
//**************************************************************************************

@@ -752,3 +752,3 @@ in_window.org.pkijs.schema.cms.OriginatorPublicKey =

}));
}
};
//**************************************************************************************

@@ -789,3 +789,3 @@ in_window.org.pkijs.schema.cms.OriginatorIdentifierOrKey =

}));
}
};
//**************************************************************************************

@@ -812,3 +812,3 @@ in_window.org.pkijs.schema.cms.OtherKeyAttribute =

}));
}
};
//**************************************************************************************

@@ -836,3 +836,3 @@ in_window.org.pkijs.schema.cms.RecipientKeyIdentifier =

}));
}
};
//**************************************************************************************

@@ -869,3 +869,3 @@ in_window.org.pkijs.schema.cms.KeyAgreeRecipientIdentifier =

}));
}
};
//**************************************************************************************

@@ -890,3 +890,3 @@ in_window.org.pkijs.schema.cms.RecipientEncryptedKey =

}));
}
};
//**************************************************************************************

@@ -909,3 +909,3 @@ in_window.org.pkijs.schema.cms.RecipientEncryptedKeys =

}));
}
};
//**************************************************************************************

@@ -949,3 +949,3 @@ in_window.org.pkijs.schema.cms.KeyAgreeRecipientInfo =

}));
}
};
//**************************************************************************************

@@ -973,3 +973,3 @@ in_window.org.pkijs.schema.cms.KEKIdentifier =

}));
}
};
//**************************************************************************************

@@ -996,3 +996,3 @@ in_window.org.pkijs.schema.cms.KEKRecipientInfo =

}));
}
};
//**************************************************************************************

@@ -1027,3 +1027,3 @@ in_window.org.pkijs.schema.cms.PasswordRecipientinfo =

}));
}
};
//**************************************************************************************

@@ -1046,3 +1046,3 @@ in_window.org.pkijs.schema.cms.OtherRecipientInfo =

}));
}
};
//**************************************************************************************

@@ -1102,3 +1102,3 @@ in_window.org.pkijs.schema.CMS_RECIPIENT_INFO =

}));
}
};
//**************************************************************************************

@@ -1141,3 +1141,3 @@ // #endregion

}));
}
};
//**************************************************************************************

@@ -1190,3 +1190,3 @@ in_window.org.pkijs.schema.cms.EncryptedContentInfo =

}));
}
};
//**************************************************************************************

@@ -1242,3 +1242,3 @@ in_window.org.pkijs.schema.CMS_ENVELOPED_DATA =

}));
}
};
//**************************************************************************************

@@ -1282,3 +1282,3 @@ // #endregion

}));
}
};
//**************************************************************************************

@@ -1285,0 +1285,0 @@ // #endregion

@@ -110,3 +110,3 @@ /*

};
}
};
//**************************************************************************************

@@ -116,6 +116,4 @@ in_window.org.pkijs.getEngine =

{
/// <summary>Getting information about the global "crypto engine"</summary>
return local.engine;
}
};
//**************************************************************************************

@@ -137,3 +135,3 @@ // #endregion

};
}
};
//**************************************************************************************

@@ -151,3 +149,3 @@ in_window.org.pkijs.getNames =

return names;
}
};
//**************************************************************************************

@@ -157,3 +155,3 @@ in_window.org.pkijs.inheriteObjectFields =

{
for(i in from.prototype)
for(var i in from.prototype)
{

@@ -165,3 +163,3 @@ if(typeof from.prototype[i] === "function")

}
}
};
//**************************************************************************************

@@ -176,3 +174,3 @@ in_window.org.pkijs.getUTCDate =

return new Date(current_date.getTime() + (current_date.getTimezoneOffset() * 60000));
}
};
//**************************************************************************************

@@ -192,3 +190,3 @@ in_window.org.pkijs.padNumber =

return padding_string.concat(str);
}
};
//**************************************************************************************

@@ -202,3 +200,3 @@ in_window.org.pkijs.getValue =

return default_value;
}
};
//**************************************************************************************

@@ -222,3 +220,3 @@ in_window.org.pkijs.isEqual_view =

return true;
}
};
//**************************************************************************************

@@ -239,3 +237,3 @@ in_window.org.pkijs.isEqual_buffer =

return in_window.org.pkijs.isEqual_view(view1, view2);
}
};
//**************************************************************************************

@@ -262,3 +260,3 @@ in_window.org.pkijs.concat_buffers =

return ret_buf;
}
};
//**************************************************************************************

@@ -277,3 +275,3 @@ in_window.org.pkijs.copyBuffer =

return result;
}
};
//**************************************************************************************

@@ -289,3 +287,3 @@ in_window.org.pkijs.getCrypto =

return crypto_temp;
}
};
//**************************************************************************************

@@ -304,3 +302,3 @@ in_window.org.pkijs.stringPrep =

return result;
}
};
//**************************************************************************************

@@ -321,3 +319,3 @@ in_window.org.pkijs.bufferToHexCodes =

return result;
}
};
//**************************************************************************************

@@ -381,3 +379,3 @@ in_window.org.pkijs.bufferFromHexCodes =

return resultBuffer;
}
};
//**************************************************************************************

@@ -393,3 +391,3 @@ in_window.org.pkijs.getRandomValues =

throw new Error("No support for Web Cryptography API");
}
};
//**************************************************************************************

@@ -420,3 +418,3 @@ in_window.org.pkijs.getAlgorithmParameters =

name: "SHA-256"
},
}
},

@@ -434,3 +432,3 @@ usages: ["sign", "verify"]

name: "SHA-256"
},
}
},

@@ -485,3 +483,3 @@ usages: ["verify"] // For importKey("pkcs8") usage must be "sign" only

name: "SHA-1"
},
}
},

@@ -508,3 +506,3 @@ usages: ["verify"] // For importKey("pkcs8") usage must be "sign" only

algorithm: {
name: "RSA-OAEP",
name: "RSA-OAEP"
},

@@ -649,2 +647,3 @@ usages: ["encrypt", "decrypt"]

};
break;
default:

@@ -682,2 +681,3 @@ return {

};
break;
default:

@@ -715,2 +715,3 @@ return {

};
break;
default:

@@ -757,3 +758,3 @@ return {

algorithm: {
name: "HMAC",
name: "HMAC"
},

@@ -833,7 +834,6 @@ usages: ["sign", "verify"]

default:
;
}
return result;
}
};
//**************************************************************************************

@@ -865,3 +865,3 @@ in_window.org.pkijs.getOIDByAlgorithm =

break;
default:;
default:
}

@@ -890,3 +890,3 @@ break;

break;
default:;
default:
}

@@ -909,3 +909,3 @@ break;

break;
default:;
default:
}

@@ -927,3 +927,3 @@ break;

break;
default:;
default:
}

@@ -945,3 +945,3 @@ break;

break;
default:;
default:
}

@@ -961,3 +961,3 @@ break;

break;
default:;
default:
}

@@ -977,3 +977,3 @@ break;

break;
default:;
default:
}

@@ -996,3 +996,3 @@ break;

break;
default:;
default:
}

@@ -1033,7 +1033,8 @@ break;

// #endregion
default:;
default:
}
return result;
}
};
//**************************************************************************************

@@ -1299,7 +1300,8 @@ in_window.org.pkijs.getAlgorithmByOID =

// #endregion
default:;
default:
}
return result;
}
};
//**************************************************************************************

@@ -1355,7 +1357,7 @@ in_window.org.pkijs.getHashAlgorithm =

break;
default:;
default:
}
return result;
}
};
//**************************************************************************************

@@ -1451,3 +1453,3 @@ in_window.org.pkijs.createCMSECDSASignature =

return asn1.toBER(false);
}
};
//**************************************************************************************

@@ -1502,3 +1504,3 @@ in_window.org.pkijs.createECDSASignatureFromCMS =

return result;
}
};
//**************************************************************************************

@@ -1527,3 +1529,3 @@ in_window.org.pkijs.getEncryptionAlgorithm =

break;
default:;
default:
}

@@ -1543,10 +1545,10 @@ break;

break;
default:;
default:
}
break;
default:;
default:
}
return result;
}
};
//**************************************************************************************

@@ -1573,7 +1575,7 @@ in_window.org.pkijs.getAlgorithmByEncryptionOID =

break;
default:;
default:
}
return result;
}
};
//**************************************************************************************

@@ -1580,0 +1582,0 @@ // #endregion

@@ -122,3 +122,3 @@ /*

}));
}
};
//**************************************************************************************

@@ -152,3 +152,3 @@ in_window.org.pkijs.schema.ocsp.Request =

}));
}
};
//**************************************************************************************

@@ -212,3 +212,3 @@ in_window.org.pkijs.schema.ocsp.TBSRequest =

}));
}
};
//**************************************************************************************

@@ -247,3 +247,3 @@ in_window.org.pkijs.schema.ocsp.Signature =

}));
}
};
//**************************************************************************************

@@ -283,3 +283,3 @@ in_window.org.pkijs.schema.OCSP_REQUEST =

}));
}
};
//**************************************************************************************

@@ -325,3 +325,3 @@ // #endregion

}));
}
};
//**************************************************************************************

@@ -348,3 +348,3 @@ // #endregion

}));
}
};
//**************************************************************************************

@@ -390,3 +390,3 @@ in_window.org.pkijs.schema.OCSP_RESPONSE =

}));
}
};
//**************************************************************************************

@@ -477,3 +477,3 @@ in_window.org.pkijs.schema.ocsp.SingleResponse =

}));
}
};
//**************************************************************************************

@@ -550,3 +550,3 @@ in_window.org.pkijs.schema.ocsp.ResponseData =

}));
}
};
//**************************************************************************************

@@ -595,3 +595,3 @@ in_window.org.pkijs.schema.OCSP_BASIC_RESPONSE =

}));
}
};
//**************************************************************************************

@@ -618,3 +618,3 @@ // #endregion

}));
}
};
//**************************************************************************************

@@ -670,3 +670,3 @@ in_window.org.pkijs.schema.TSP_REQUEST =

}));
}
};
//**************************************************************************************

@@ -710,3 +710,3 @@ // #endregion

}));
}
};
//**************************************************************************************

@@ -782,3 +782,3 @@ in_window.org.pkijs.schema.TST_INFO =

}));
}
};
//**************************************************************************************

@@ -814,3 +814,3 @@ in_window.org.pkijs.schema.tsp.PKIStatusInfo =

}));
}
};
//**************************************************************************************

@@ -841,3 +841,3 @@ in_window.org.pkijs.schema.TSP_RESPONSE =

}));
}
};
//**************************************************************************************

@@ -844,0 +844,0 @@ // #endregion

@@ -106,6 +106,6 @@ /*

}),
new in_window.org.pkijs.asn1.OCTETSTRING({ name: (names.digest || "digest") }),
new in_window.org.pkijs.asn1.OCTETSTRING({ name: (names.digest || "digest") })
]
}));
}
};
//**************************************************************************************

@@ -142,6 +142,6 @@ // #endregion

name: (names.iterations || "iterations")
}),
})
]
}));
}
};
//**************************************************************************************

@@ -180,3 +180,3 @@ // #endregion

}));
}
};
//**************************************************************************************

@@ -206,3 +206,3 @@ // #endregion

}));
}
};
//**************************************************************************************

@@ -265,3 +265,3 @@ // #endregion

}));
}
};
//**************************************************************************************

@@ -288,3 +288,3 @@ // #endregion

}));
}
};
//**************************************************************************************

@@ -299,3 +299,3 @@ // #endregion

return in_window.org.pkijs.schema.PKCS8.apply(null, arguments);
}
};
//**************************************************************************************

@@ -336,8 +336,8 @@ // #endregion

name: (names.encryptedData || "encryptedData")
}),
})
]
}),
})
]
}));
}
};
//**************************************************************************************

@@ -368,6 +368,6 @@ // #endregion

value: [new in_window.org.pkijs.asn1.ANY({ name: (names.value || "value") })] // EXPLICIT ANY value
}),
})
]
}));
}
};
//**************************************************************************************

@@ -387,3 +387,3 @@ // #endregion

return local.StandardBag.apply(null, arguments);
}
};
//**************************************************************************************

@@ -403,3 +403,3 @@ // #endregion

return local.StandardBag.apply(null, arguments);
}
};
//**************************************************************************************

@@ -419,3 +419,3 @@ // #endregion

return local.StandardBag.apply(null, arguments);
}
};
//**************************************************************************************

@@ -422,0 +422,0 @@ // #endregion

@@ -8,3 +8,3 @@ {

"description": "Public Key Infrastructure (PKI) is the basis of how identity and key management is performed on the web today. PKIjs is a pure JavaScript library implementing the formats that are used in PKI applications. It is built on WebCrypto and aspires to make it possible to build native web applications that utilize X.509 and the related formats on the web without plug-ins",
"version": "1.3.10",
"version": "1.3.11",
"repository": {

@@ -11,0 +11,0 @@ "type": "git",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc