fork-openpgpjs/resources
Brian Bloniarz b128e2c521 Fix signature check scoping issue.
Signature checks were failing, in the binary-document case of
openpgp_packet_signature.verify() the variable i was being referenced
when there was no i in scope; instead it was getting 8 from a global
variable i, and trimming 8 bytes off the beginning of the data.

The global i was being set by the CAST5 cipher -- this also fixes
that to be a local variable.

Also add unit test to confirm.
2013-02-06 08:26:16 -08:00
..
compiler.jar added minified JavaScript library and Makefile 2011-12-16 17:16:15 +01:00
example.css added example project 2012-01-16 02:06:09 +01:00
example.html use our server by default 2012-01-18 11:05:52 +01:00
example.js show sent message 2013-01-10 18:31:13 +01:00
example.php do not send empty messages 2013-01-10 18:31:23 +01:00
jquery.min.js removed +x flag 2012-01-16 02:05:48 +01:00
openpgp.js Fix signature check scoping issue. 2013-02-06 08:26:16 -08:00
openpgp.min.js Fix signature check scoping issue. 2013-02-06 08:26:16 -08:00
README structure 2011-11-13 11:50:49 +01:00

Add other resources here (e.g. buildbot master scipt)