fork-openpgpjs/test
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
..
ciphers Fix signature check scoping issue. 2013-02-06 08:26:16 -08:00
coverage.html added coverage preview 2011-12-16 13:37:49 +01:00
encryption.html Use JXG for ZIP decompression 2012-08-27 14:33:48 +02:00
example-test.js - adding blowfish test 2011-12-09 20:16:38 +01:00
index.html Fix signature check scoping issue. 2013-02-06 08:26:16 -08:00
parser.html Fix tests to import openpgp.crypto.sym.js. 2012-05-18 20:22:40 -04:00
README structure 2011-11-13 11:50:49 +01:00
unittest.js adding restructured GPG4Browsers code 2011-12-09 18:25:41 +01:00

Create test cases here