Skip to content
Snippets Groups Projects
Commit fbc7d20f authored by Zdravko Iliev's avatar Zdravko Iliev
Browse files

digest is NOT a promise in IE11

parent 68ffa9fb
No related branches found
No related tags found
1 merge request!83Exchange 2016 support
......@@ -397,6 +397,7 @@ function createCertificate(certData, issuerData = null) {
sequence = sequence.then(
() =>{
console.log('importing public key');
//IN IE11 this is NOT a PROMISE !!! but a Crypto Opearation Object
return crypto.digest(
{ name: "SHA-1" },
certificate.subjectPublicKeyInfo.subjectPublicKey.valueBlock.valueHex
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment