Go to file
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
Dependencies added sjcl as dependency 2012-01-17 11:32:24 +01:00
doc Updates to documentation. Most all classes should now be jsdoc compliant. 2012-09-11 21:54:42 -04:00
plugins/chrome Chrome plugin import cleanup. 2012-06-25 20:48:46 -04:00
resources Fix signature check scoping issue. 2013-02-06 08:26:16 -08:00
scripts Added major versioning to build process. 2012-08-21 23:22:15 -04:00
src Fix signature check scoping issue. 2013-02-06 08:26:16 -08:00
test Fix signature check scoping issue. 2013-02-06 08:26:16 -08:00
webmail/googlemail.com - removing executable flag from files 2011-12-09 18:29:47 +01:00
.gitattributes Merge branch 'refactor'. Also marking resources/openpgp*.js files as 2013-01-14 20:44:58 -05:00
.gitignore added os x file 2012-01-16 02:05:16 +01:00
.gitmodules added sjcl as dependency 2012-01-17 11:32:24 +01:00
LICENSE adding restructured GPG4Browsers code 2011-12-09 18:25:41 +01:00
Makefile renamed file 2012-01-18 11:07:00 +01:00
README testing gh-pages again 2011-12-16 15:20:25 +01:00

OpenPGP-JS

Common OpenPGP implementation for JavaScript. Based on:

* http://www.hanewin.net/encrypt/
* https://github.com/seancolyer/gmail-crypt
* https://github.com/mete0r/openpgp-js
* http://fitblip.github.com/JSPGP-Stuffs/
* http://qooxdoo.org/contrib/project/crypto
* https://github.com/GPGTools/Mobile/wiki/Introduction
* http://gpg4browsers.recurity.com/