commit | 81bfc28a04d6959c95b09e8b59f8a7ffd09eb5b6 | [log] [tgz] |
---|---|---|
author | Meki Cherkaoui <meki.cherkaoui@gmail.com> | Wed Jun 06 03:23:25 2012 -0700 |
committer | Meki Cherkaoui <meki.cherkaoui@gmail.com> | Wed Jun 06 03:23:25 2012 -0700 |
tree | 5358adfac1627583773fe9156154974bf0eb998c | |
parent | 8f17361fa20383e6e9c10694bbd3c6ec2ee8c1fe [diff] [blame] |
FIRST WORKING VERSION
diff --git a/js/test-request-data.html b/js/test-request-data.html index 11a69b0..65dd8c1 100644 --- a/js/test-request-data.html +++ b/js/test-request-data.html
@@ -160,12 +160,10 @@ output += "DER Certificate: "+publickey ; - + output+= "<br />"; output+= "<br />"; - - if(LOG>2) console.log(" ContentName + SignedInfo + Content = "+input); if(LOG>2) console.log(" PublicKey = "+publickey ); if(LOG>2) console.log(" PublicKeyHex = "+publickeyHex );