Tankred Hase
|
24c213d8d9
|
Add better examples for binary data use. Fix message docs
|
2016-02-11 17:36:24 +07:00 |
|
Tankred Hase
|
6c954e19c0
|
Update README.md with v2.x api examples
Minor cleanup in public api, fix typos in docs
|
2016-02-11 13:41:53 +07:00 |
|
Tankred Hase
|
d399cb8c47
|
Fix public api doc whitespaces
|
2016-02-10 23:19:13 +07:00 |
|
Tankred Hase
|
c1a7a59bad
|
Update npm dependencies and shrinkwrap
|
2016-02-10 15:58:58 +07:00 |
|
Tankred Hase
|
a8fd179843
|
Fix key and signature tests
|
2016-02-10 15:41:04 +07:00 |
|
Tankred Hase
|
000c3b3686
|
Revert "Decode utf8 text only for correct format in Literal.getText()"
This reverts commit 83fcbaa633 .
|
2016-02-10 15:33:45 +07:00 |
|
Tankred Hase
|
707b3919e1
|
Move most test high lvl api test code to test/openpgp.js, cleanup
|
2016-02-10 15:07:05 +07:00 |
|
Tankred Hase
|
d5a2e0fb81
|
Delete plaintext sessionKey from packet after calling message.encryptSessionKey
|
2016-02-10 12:58:12 +07:00 |
|
Tankred Hase
|
25131e0df9
|
Added unit tests for util.getTransferables
|
2016-02-10 12:52:13 +07:00 |
|
Tankred Hase
|
6547b4ef68
|
Test encrypt/decryptSessionKey and finalize api, review docs
|
2016-02-10 12:52:13 +07:00 |
|
Tankred Hase
|
128a95ace4
|
rearrange test order and fix web worker detection
|
2016-02-10 06:38:35 +07:00 |
|
Tankred Hase
|
6ff470a36a
|
Cleanup worker.js
|
2016-02-09 20:35:23 +07:00 |
|
Tankred Hase
|
9d37a83a79
|
Api tests work under node.js
|
2016-02-09 19:14:43 +07:00 |
|
Tankred Hase
|
7d97bcec58
|
Implement openpgp.decryptKey
|
2016-02-09 19:04:31 +07:00 |
|
Tankred Hase
|
4f6e036a07
|
Cleanup packet list clonong --> src/packet/clone.js
|
2016-02-09 19:01:30 +07:00 |
|
Tankred Hase
|
450a7321d1
|
Fix typo in util
|
2016-02-09 17:38:16 +07:00 |
|
Tankred Hase
|
860ffbe278
|
Fix redundant deactivation of transferable objects in test
|
2016-02-09 17:14:00 +07:00 |
|
Tankred Hase
|
ab68d4b997
|
Support transferable objects in web worker for zero copy support
|
2016-02-09 17:01:48 +07:00 |
|
Tankred Hase
|
89df70cbe0
|
Cleanup src/openpgp.js
|
2016-02-09 15:37:13 +07:00 |
|
Tankred Hase
|
4e07cd1662
|
Set version to 2.0.0-dev in package.json
|
2016-02-09 12:57:52 +07:00 |
|
Tankred Hase
|
206f1f9c0f
|
Add 'armor' parameter to sign api
|
2016-02-09 12:57:23 +07:00 |
|
Tankred Hase
|
c0cc0ee991
|
Use 'armor' param in encrypt api instead of 'packets' to return full message object
|
2016-02-09 11:32:35 +07:00 |
|
Tankred Hase
|
994b8d2354
|
Use generic AsyncProxy.delegate for all public apis
|
2016-02-09 09:15:52 +07:00 |
|
Tankred Hase
|
f5375ef700
|
Drastically simplify async_proxy with generic delegate function
|
2016-02-09 08:46:18 +07:00 |
|
Tankred Hase
|
227a412ca0
|
Run tests both with and without web worker
|
2016-02-09 07:53:31 +07:00 |
|
Tankred Hase
|
ee07b77320
|
Fail gracefully when no web worker support on initWorker
|
2016-02-09 07:52:08 +07:00 |
|
Tankred Hase
|
9634440341
|
Remove redundant old tests from test/general/basic.js
|
2016-02-09 07:49:51 +07:00 |
|
Tankred Hase
|
b1f6266cc8
|
Write tests for new api: openpgp.encrypt/decrypt
|
2016-02-08 23:28:54 +07:00 |
|
Tankred Hase
|
a44e1e5024
|
Write tests for new api: openpgp.generateKey
|
2016-02-08 19:32:42 +07:00 |
|
Tankred Hase
|
c38d41036e
|
Add sinon to devDeps for mocking
|
2016-02-08 15:02:02 +07:00 |
|
Tankred Hase
|
33d8d0fd11
|
Add grunt watch task
|
2016-02-08 14:23:50 +07:00 |
|
Tankred Hase
|
c7a6a88098
|
Add type validation util functions
|
2016-02-08 13:36:21 +07:00 |
|
Tankred Hase
|
1405ec8d1c
|
Return filename for utf8 message
|
2016-02-08 10:18:37 +07:00 |
|
Tankred Hase
|
f72b4522ad
|
Rename openpgp api: generateKeyPair --> generateKey
|
2016-02-07 18:01:10 +07:00 |
|
Tankred Hase
|
735ec3df74
|
Rename openpgp apis: signCleartext --> sign, verifyCleartext --> verify
|
2016-02-07 17:36:48 +07:00 |
|
Tankred Hase
|
f3ae671a57
|
Fix @fileoverview comment in hkp module
|
2016-02-07 08:15:33 +07:00 |
|
Tankred Hase
|
4aaa1d3184
|
Update copyright notice due to complete rewrite of src/openpgp.js
|
2016-02-07 08:08:47 +07:00 |
|
Tankred Hase
|
2ad425294c
|
Second draft of public api
|
2016-02-06 22:58:43 +07:00 |
|
Tankred Hase
|
0f8bfe2dca
|
Rename keys to publicKeys in message.encrypt()
|
2016-02-06 22:58:43 +07:00 |
|
Tankred Hase
|
31df9c07da
|
Allow either privateKey, session key or password for message.decrypt()
|
2016-02-06 22:58:43 +07:00 |
|
Tankred Hase
|
83fcbaa633
|
Decode utf8 text only for correct format in Literal.getText()
|
2016-02-06 22:58:43 +07:00 |
|
Tankred Hase
|
2754bfef54
|
Cleanup public api
|
2016-02-06 22:58:38 +07:00 |
|
Tankred Hase
|
8777289b77
|
Cleanup config
|
2016-02-06 19:11:58 +07:00 |
|
Tankred Hase
|
8d82a18c19
|
Fix bug in message.decryptSessionKey where it would return this (msg obj)
Cleanup message code
|
2016-02-06 15:03:04 +07:00 |
|
Tankred Hase
|
55110c3409
|
Remove sessionKeyAlgorithm parameter from message.decrypt()
See: 2010456a19 (commitcomment-12397926)
|
2016-02-06 14:33:10 +07:00 |
|
Tankred Hase
|
c4bc9b2fe0
|
Use global this in src/worker/worker.js and add to linting
|
2016-02-06 14:28:05 +07:00 |
|
Tankred Hase
|
d40c3e81d9
|
Cleanup code of src/packet/literal.js
|
2016-02-06 14:22:19 +07:00 |
|
Tankred Hase
|
9da63d56b3
|
Cleanup style inconsistencies in cfb.js and random.js
|
2016-02-06 13:36:19 +07:00 |
|
Tankred Hase
|
1997e445f9
|
Use ES6 destructuring and default parameters in public api
|
2016-02-05 17:23:17 +07:00 |
|
Tankred Hase
|
c75a39e9b8
|
Remove 'self' from .jshintrc
|
2016-02-05 17:09:22 +07:00 |
|