Commit Graph

1103 Commits

Author SHA1 Message Date
Tankred Hase
e3cbaba33a Be sure to only pop unsupported packet if already pushed 2016-06-08 11:30:53 +02:00
Tankred Hase
fb10fa075a Release new version 2016-06-07 18:25:49 +02:00
Tankred Hase
490d8e4e90 Bugfix: drop unsupported packets in packetlist.read()
add unit test for RSA key with ECC subkey
2016-06-07 18:21:31 +02:00
Tankred Hase
377b81a121 Merge pull request #462 from openpgpjs/worker-cleanup
Cleanup and document worker.js
2016-05-24 17:59:33 +02:00
Tankred Hase
87b4bfefd8 Fix error handling 2016-05-24 17:22:15 +02:00
Tankred Hase
4fd9fd3c7f Cleanup and document worker.js 2016-05-24 13:12:39 +02:00
Tankred Hase
ceee85ef35 Release new version 2016-05-03 19:52:58 +02:00
Thomas Oberndörfer
9c76df73ff Merge pull request #446 from openpgpjs/issue/443
Implement feature #443
2016-05-03 10:01:48 +02:00
evilaliv3
4e3937f1e2 Replace isDecrypted=false with keys[i].clearPrivateMPIs() 2016-04-28 17:40:14 +02:00
evilaliv3
0d93127186 Simplify code-flow of Key.encrypt 2016-04-28 16:01:33 +02:00
evilaliv3
a5fdc36062 Cleanup API for key.decrypt and align unit tests 2016-04-27 16:06:52 +02:00
evilaliv3
1007637f39 Mark isDecrypted flag when the key is encrypted 2016-04-25 18:35:57 +02:00
evilaliv3
61470ad068 Apply edits as suggested in review of pull #446 2016-04-25 18:35:50 +02:00
Tankred Hase
fd218ef52d Add comments to preferred algorithms 2016-04-25 13:08:00 +02:00
evilaliv3
afc2c95238 Implement feature #443 2016-04-25 00:54:16 +02:00
Tankred Hase
528b5f2fe6 Release new version 2016-04-24 00:40:56 +02:00
Tankred Hase
bedd8f6902 Fix commas in README 2016-04-22 20:35:02 +02:00
Tankred Hase
73ab545c3e Improve example with password encryption in README 2016-04-22 15:40:50 +02:00
Tankred Hase
a6dd8a9d2c Remove unused codeclimate badges from README 2016-04-20 21:42:13 +02:00
Tankred Hase
8589e8bd42 Release new version 2016-04-12 09:48:50 +02:00
Thomas Oberndörfer
acf66eb012 Merge pull request #437 from openpgpjs/keyid_fix
Fix Keyid.fromId()
2016-04-12 09:40:34 +02:00
Tankred Hase
e3b146b9d9 Fix Keyid.fromId() 2016-04-11 12:11:35 +02:00
Giovanni Pellerano
b80a172834 Merge pull request #434 from thofmann/patch-1
Fix typo in README
2016-03-29 00:38:30 +02:00
Trevin Hofmann
40433a14fc Fix typo in README
Replaces "minifed" with "minified".
2016-03-28 17:29:38 -05:00
Tankred Hase
0016859e41 Link GCM PR in README 2016-03-26 23:43:42 +08:00
Tankred Hase
acbaec2e6c Release new version 2016-03-25 16:52:10 +08:00
Tankred Hase
515dbd9f2e Merge pull request #433 from openpgpjs/integrity_protected_cleanup
Cleanup of AES-CFB code in integrity protected packet
2016-03-25 16:39:29 +08:00
Tankred Hase
4070e27959 Cleanup of AES-CFB code in integrity protected packet 2016-03-25 16:10:27 +08:00
Tankred Hase
10bf9ec41e Merge pull request #430 from openpgpjs/aes_gcm
Implement AES-GCM proposal (IETF draft)
2016-03-25 14:35:19 +08:00
Tankred Hase
031218313e Minor Update to README 2016-03-25 14:34:33 +08:00
Tankred Hase
cb89069002 Add unstable IE11 travis build to allow_failures[D 2016-03-25 11:04:02 +08:00
Tankred Hase
c42556920e Update README 2016-03-25 00:12:23 +08:00
Tankred Hase
843fba0d40 Use underscore instead of camelcase in config
zeroCopy —> zero_copy
useNative —> use_native
Remove unnecessary tests from build
2016-03-24 21:02:29 +08:00
Tankred Hase
72c8bf5ea7 Deactivate GCM by default 2016-03-24 20:47:42 +08:00
Tankred Hase
d95282977f Add GCM config usage in README 2016-03-24 15:09:53 +08:00
Tankred Hase
969e39dcf2 Rename useAEAD --> nativeAEAD 2016-03-24 13:49:26 +08:00
Tankred Hase
2dce233d10 Fix: activate native tests under node.js 2016-03-24 13:34:12 +08:00
Tankred Hase
da3fbf8965 Test CFB, GCM, worker, asm.js, native cases 2016-03-24 13:25:35 +08:00
Tankred Hase
f4fc274f14 Fix: use worker for CFB w/ webcrypto support 2016-03-24 13:24:18 +08:00
Tankred Hase
c8569e0cd5 Add version attribute to the AEAD packet 2016-03-24 10:53:35 +08:00
Tankred Hase
8b46a117ab Prefer aes128 over aes192 (no WebCrypto support) 2016-03-24 10:53:30 +08:00
Tankred Hase
979f212305 Cleanup Promise code 2016-03-24 09:29:41 +08:00
Tankred Hase
ddedb5cb42 Cleanup public api 2016-03-23 21:36:48 +08:00
Tankred Hase
1e3d6468d6 Wrap code into promises to globally catch errors 2016-03-23 21:19:02 +08:00
Tankred Hase
453a9cee07 Use web worker for encrypt/decrypt if no native gcm 2016-03-23 21:17:36 +08:00
Tankred Hase
26bf7b62c7 Prevent native crypto for worker tests. 2016-03-23 19:15:04 +08:00
Tankred Hase
760bdb8f00 Use only standard window.crypto.subtle in gcm.js
There is currently no support for AES-GCM in IE11 and Safari/iOSqq
2016-03-23 17:27:09 +08:00
Tankred Hase
9b2823aa67 Fix unit tests under node 2016-03-23 16:43:40 +08:00
Tankred Hase
963648c6ea Fix unit tests for browsers 2016-03-23 15:39:51 +08:00
Tankred Hase
e5e76d2eb7 Cleanup gcm.js 2016-03-23 14:32:48 +08:00