Skip to content
Snippets Groups Projects
Commit bf3bf971 authored by Ben Adida's avatar Ben Adida
Browse files

added beginning of a test to do a chain of certs

parent 354217a4
No related branches found
No related tags found
No related merge requests found
......@@ -68,6 +68,8 @@ suite.addBatch({
var cert = ca.parseCert(r);
assert.isTrue(ca.verifyChain([cert], kp.publicKey));
}
},
"certify a chain of keys": {
}
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment