Commit Graph

1083 Commits

Author SHA1 Message Date
Giovanni Pellerano
46082b391b Update versions of browser used during test execution 2017-12-01 21:20:12 +01:00
Bart Butler
e7e18777b0 Release new version 2017-11-28 14:06:25 -08:00
Bart Butler
6c707057d5 webCrypto in webkit needs 2048 bits minimum for keygen 2017-11-28 11:26:52 -08:00
Bart Butler
59d99fc0c7 do not replace stack in async_proxy, add as workerStack 2017-11-28 10:25:16 -08:00
Bart Butler
318d86e5e9 do not use arrow syntax for tests (old node/browser versions) 2017-11-28 10:18:26 -08:00
Bart Butler
80c6d3d390
Merge pull request #610 from openpgpjs/fix_tests
Unit test fixes
2017-11-27 22:45:05 -08:00
Sanjana Rajan
a724649f30 fix assert is not defined issue 2017-11-27 22:17:13 -08:00
Sanjana Rajan
e2c15fe558 don't use done inside promises 2017-11-27 22:17:13 -08:00
Bart Butler
7a9c3b0ddd remove stack trace concatenation (non-standard), modify error message only 2017-11-27 19:06:25 -08:00
Bart Butler
617c1c9ee9 include error message in stack trace for Safari/Firefox 2017-11-27 16:50:18 -08:00
Bart Butler
49695ff50c Error object cannot be used with structured clone, pass stack 2017-11-27 15:44:04 -08:00
Bart Butler
2a9a1b4846
Merge pull request #606 from FlowCrypt/issue_602_reformatkey_error
reformatKey: Key not decrypted error + test | #602
2017-11-27 13:22:17 -08:00
Bart Butler
f666e400fa
Merge pull request #605 from FlowCrypt/issue_598_armor_headers
improve armor header validation + tests | #598
2017-11-27 13:21:42 -08:00
Bart Butler
8aeb08054f
Merge pull request #604 from justinmchase/fix/590-preserve-error-stack
Fix/590 preserve error stack
2017-11-27 13:19:27 -08:00
Justin Chase
589fbb19d6 Added a test to verify error message 2017-11-25 12:24:53 -06:00
Justin Chase
a5a913419b Also concat stacks 2017-11-25 10:45:58 -06:00
Tom James Holub
d0d0874268 reformatKey: Key not decrypted error | #602 2017-11-25 12:24:44 +08:00
Tom James Holub
4495df0f42 improve armor header validation + tests | #598 2017-11-25 10:57:41 +08:00
Justin Chase
15e39a51b0 Minor whitespace changes 2017-11-24 19:56:15 -06:00
Justin Chase
f4cf6d7382 Remove lambda in test 2017-11-24 17:54:44 -06:00
Justin Chase
567d212204 Dont join stacks 2017-11-24 16:16:42 -06:00
Justin Chase
bf6c2b9319 Added a test verifying innerError 2017-11-24 16:12:37 -06:00
Bart Butler
bee9928e54 Release new version 2017-11-06 13:46:54 -08:00
Bart Butler
58031cfaca add openpgp.key.read() function for unarmored serialized keys 2017-11-06 13:42:07 -08:00
Bart Butler
63b387d5b9 Release new version 2017-10-10 10:49:23 -07:00
Bart Butler
c3afff5888 Merge pull request #591 from openpgpjs/clone_fix
account for non-cleartext sign/verify message parameters
2017-10-10 10:42:49 -07:00
Sanjana Rajan
9893d602e2 account for non-cleartext sign/verify message parameters 2017-10-09 17:27:02 -07:00
Bart Butler
417470d36a Release new version 2017-09-20 10:25:54 -07:00
Bart Butler
75e5ce5fc0 Merge pull request #586 from openpgpjs/webkit_subtle_fix
Use hash param in RSA key generation with webkit subtle
2017-09-20 10:20:27 -07:00
Sanjana Rajan
b756d35b8f use hash param in rsa key gen with webkit subtle 2017-09-20 18:28:37 +02:00
Bart Butler
0fadd8e188 Merge pull request #582 from kellym/fix/key-expiration
Replace expired subkeys with three other subkeys,
2017-09-15 11:04:53 -07:00
Kelly Martin
c413d09069 Replace expired subkeys with three other subkeys,
One is an expired key for encryption, one is a non-expiring key for
only signatures, and one is a non-expiring key for encryption.
2017-09-15 11:35:37 -05:00
Bart Butler
82ea7a025c Release new version 2017-08-30 13:09:51 -07:00
Bart Butler
42d531f9b5 Merge pull request #576 from mailvelope/subkey_expiration_time
Set keyExpirationTime for subkey binding signature
2017-08-30 12:50:46 -07:00
Thomas Oberndörfer
e3eb298ab7 Set keyExpirationTime for subkey binding signature 2017-08-30 16:09:53 +02:00
Bart Butler
5ee8d7505d Release new version 2017-08-20 16:44:35 -07:00
Bart Butler
199cad031f Merge pull request #574 from pbrunschwig/master
Fix for issue 573: Don't throw with unknown Armor Headers
2017-08-20 16:38:29 -07:00
Patrick Brunschwig
99bb7e7eb2 Merge branch 'master' of https://github.com/pbrunschwig/openpgpjs 2017-08-19 22:09:44 +02:00
Patrick Brunschwig
79c8a83cea fixed broken Testcase for improperly formatted Armor Header 2017-08-19 22:07:36 +02:00
Bart Butler
ad029f1929 Update armor.js
Only console.log if debug mode on
2017-08-19 10:52:36 -07:00
Bart Butler
1e8bd4315b Update armor.js
Small tweak
2017-08-19 10:49:36 -07:00
Patrick Brunschwig
93d823abb4 Fix for issue 573: don't throw with unknown Armor Headers, but just
with invalid ones
2017-08-19 18:32:02 +02:00
Bart Butler
dc2d38d355 Merge pull request #566 from FlowCrypt/master
util.readNumber: stop overflowing until full range of uint32 for 4 byte numbers | #497
2017-07-22 09:58:00 -07:00
Bart Butler
265fa62601 Correct misspelling 2017-07-22 09:38:44 -07:00
Tom James Holub
bcf4a114a7 util.readNumber: overflow test added | #497 2017-07-22 09:27:36 -07:00
Tom James Holub
ce9dee9370 util.readNumber: stop overflowing until full range of uint32 | #497 2017-07-22 09:26:30 -07:00
Bart Butler
7b7c1b08fe Release new version 2017-07-21 22:06:51 -07:00
Bart Butler
93bbf0faca Merge pull request #565 from FlowCrypt/master
work with multiple binding signatures per subkey #527
2017-07-21 22:02:04 -07:00
Tom James Holub
812e8ffe31 test added: find a valid subkey binding signature among many invalid ones | #527 2017-07-21 21:39:48 -07:00
Tom James Holub
2bda12731b subKey.bindingSignature -> subKey.bindingSignatures[] - process all | #527 2017-07-21 21:38:33 -07:00