digitalbazaar / forge

A native implementation of TLS in Javascript and tools to write crypto-based and network-heavy webapps

Home Page:https://digitalbazaar.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

verifyCertificateChain fails on certificates that should not

YurkoWasHere opened this issue · comments

This verify sequence fails but they should succeed (works on openssl)

let caStore = forge.pki.createCaStore([certificate_ark])
alert(forge.pki.verifyCertificateChain(caStore,[certificate_ask]));

Certificates in question in pem format. First one in the list is ASK second one is ARK
ask_ark_milan.txt