Bart Butler
|
b22f84f9b9
|
Release new version
|
2018-01-21 23:13:22 -08:00 |
|
Bart Butler
|
2e4861e0e0
|
Merge pull request #621 from openpgpjs/allowExpired
Add flag to enable/disable allowing message signature verification with expired keys
|
2018-01-19 01:15:38 +01:00 |
|
Sanjana Rajan
|
b9d175d998
|
tests
|
2018-01-17 19:36:51 +01:00 |
|
Sanjana Rajan
|
50940b2a1e
|
flag to allow verification with expired keys
|
2018-01-17 18:37:25 +01:00 |
|
Bart Butler
|
3d2c0d784e
|
add null string test
|
2017-12-22 22:17:36 -08:00 |
|
Bart Butler
|
18c08c2f0b
|
Release new version
|
2017-12-22 13:53:20 -08:00 |
|
Bart Butler
|
1682787152
|
deal with empty encrypted data correctly
|
2017-12-22 13:26:53 -08:00 |
|
Bart Butler
|
70fff1e268
|
Merge branch 'master' of github.com:openpgpjs/openpgpjs
|
2017-12-05 11:44:50 -08:00 |
|
Bart Butler
|
81a59b76b1
|
do not echo data back to caller for detached signing
|
2017-12-05 11:44:01 -08:00 |
|
Giovanni Pellerano
|
cb12ca8a2e
|
Add revised selection of browser tests
|
2017-12-04 01:07:15 +01:00 |
|
Bart Butler
|
2ffa221b21
|
Release new version
|
2017-12-02 22:03:17 -08:00 |
|
Bart Butler
|
e91129aeeb
|
Merge pull request #611 from openpgpjs/encrypt_session_key
Option to pass in custom session key in top-level encrypt function
|
2017-12-02 13:27:59 -08:00 |
|
Sanjana Rajan
|
135bd3d46a
|
doc update
|
2017-12-02 11:48:14 -08:00 |
|
Sanjana Rajan
|
0e254a8c8c
|
simplify
|
2017-12-02 11:17:39 -08:00 |
|
Sanjana Rajan
|
6189cd4568
|
returnSessionKey flag in encrypt function
|
2017-12-02 11:04:29 -08:00 |
|
Giovanni Pellerano
|
5caea56763
|
Put all browsertesting in .travis.yml allow failures
|
2017-12-02 10:21:06 +01:00 |
|
Sanjana Rajan
|
f0d65780ad
|
wording
|
2017-12-01 21:30:19 -08:00 |
|
Sanjana Rajan
|
7e03410bc9
|
allow sessionKey param in top level encrypt
|
2017-12-01 21:25:43 -08:00 |
|
Giovanni Pellerano
|
31d381fb27
|
Update npm dependencies and shrinkwrap
|
2017-12-01 21:20:17 +01:00 |
|
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 |
|