Skip to content

Instantly share code, notes, and snippets.

@ozten
Created February 23, 2012 23:48
Show Gist options
  • Save ozten/1895837 to your computer and use it in GitHub Desktop.
Save ozten/1895837 to your computer and use it in GitHub Desktop.
lib/keysigner/ca.js:function verifyChain(hostname, certChain, cb) {
lib/keysigner/ca.js- // raw certs
lib/keysigner/ca.js- console.log('IN keysigner ca.js VERIFY CHAIN');
--
lib/jwcrypto/jwcert.js:JWCert.verifyChain = function(listOfSerializedCert, rootCB, successCB, errorCB) {
lib/jwcrypto/jwcert.js- console.log('IN JWCert VERIFY CHAIN');
lib/jwcrypto/jwcert.js- // parse all the certs
--
lib/jwcrypto/vepbundle.js:JWCert.verifyChain = function(listOfSerializedCert, rootCB, successCB, errorCB) {
lib/jwcrypto/vepbundle.js- console.log('IN VEP Bundle VERIFY CHAIN');
lib/jwcrypto/vepbundle.js- // parse all the certs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment