fork-openpgpjs/src
Tankred Hase 9d428a735b Merge pull request #205 from openpgpjs/bundles
Generate openpgp.js without source map. New source map target is openpgp...
2014-03-31 16:23:52 +02:00
..
compression remove old files 2014-01-03 20:40:05 +01:00
config OP-01-005 Side-channel leak in RSA decryption (High). Add config option for RSA blinding, default true. Update jsbn to 1.3. Remove decrypted packets after Message.decrypt(). 2014-03-17 11:54:40 +01:00
crypto OP-01-003 Suggested Code Enforcement of RandomBuffer (Low). Clearing random number from buffer after usage. buffer variable is still a public. 2014-03-28 13:16:33 +01:00
encoding OP-01-010 Invalid Armor Checksum Validation (Low) 2014-03-29 16:25:28 +01:00
keyring Keyring: simplify API, accept 16 char hex or fingerprint as keyid. 2014-02-26 11:45:03 +01:00
packet Merge pull request #202 from PawelGorny/fixSigUnknwTypeNotation 2014-03-31 12:39:30 +02:00
type Add web worker support. Load the whole library in a web worker 2014-01-13 13:56:06 +01:00
worker Generate openpgp.js without source map. New source map target is openpgp_debug.js. Change dependency of workers: openpgp.worker.js -> openpgp.js, openpgp.worker.min.js -> openpgp.min.js. Remove openpgp.js with maps from unittests-bundle.js 2014-03-31 16:09:23 +02:00
cleartext.js OP-01-009 Cleartext Messages Spoofing by Lax Armor Headers parsing (Critical). Add armor header verification. Verify "Hash" header in cleartext signed message. 2014-03-21 15:37:52 +01:00
enums.js Add a bunch of links to documentation 2014-01-05 23:10:19 -08:00
index.js update docs 2014-02-12 17:05:52 +01:00
key.js Set signature feature subpacket depending on config.integrity_protect flag 2014-03-29 15:39:26 +01:00
message.js OP-01-007 Algorithm Preferences ignored upon Encryption (Low) 2014-03-18 17:45:15 +01:00
openpgp.js OP-01-006 Generated keys have no stored algorithm preference (Medium). Set preferences for symmetric, hash and compression algorithms. Fix preferred_compression_algorithms subpacket reading. 2014-03-28 21:39:54 +01:00
util.js OP-01-011 Error suppression in UTF-8 decoding function (Medium). Add check for parameter type to decode_utf8. 2014-03-21 18:32:05 +01:00