Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | js: Demoextension update | Maximilian Krambach | 2018-06-20 | 5 | -40/+99 | |
* | Prepare build system for gpgme-js and dist it | Andre Heinecke | 2018-06-19 | 6 | -2/+160 | |
* | js: getDefaultKey and GenerateKey improvements | Maximilian Krambach | 2018-06-19 | 3 | -36/+19 | |
* | js: import result feedback | Maximilian Krambach | 2018-06-14 | 1 | -18/+36 | |
* | js: add verify and signature parsing | Maximilian Krambach | 2018-06-14 | 4 | -10/+331 | |
* | js: getDefaultKey and verify fix | Maximilian Krambach | 2018-06-13 | 7 | -6/+147 | |
* | js: less confusing icons for test/Demo extension | Maximilian Krambach | 2018-06-13 | 2 | -0/+0 | |
* | js: removed config | Maximilian Krambach | 2018-06-11 | 5 | -102/+7 | |
* | js: Add key creation to Keyring | Maximilian Krambach | 2018-06-11 | 2 | -3/+80 | |
* | js: change chunksize handling and decoding | Maximilian Krambach | 2018-06-08 | 7 | -197/+170 | |
* | js: change Keyinfo timestamps into javascript date | Maximilian Krambach | 2018-06-06 | 1 | -3/+14 | |
* | js: code cleanup (eslint) | Maximilian Krambach | 2018-06-06 | 27 | -498/+595 | |
* | js: implement import/delete Key, some fixes | Maximilian Krambach | 2018-06-06 | 12 | -94/+511 | |
* | js: more Keyring/Key handling | Maximilian Krambach | 2018-05-30 | 4 | -104/+227 | |
* | js: Keyring listing keys | Maximilian Krambach | 2018-05-28 | 6 | -185/+286 | |
* | js: Treat a connection as a gpgme Context | Maximilian Krambach | 2018-05-28 | 12 | -171/+59 | |
* | js: implement Key handling (1) | Maximilian Krambach | 2018-05-25 | 7 | -178/+448 | |
* | js: use version operation for connection checks | Maximilian Krambach | 2018-05-25 | 8 | -108/+162 | |
* | js: adding sign method | Maximilian Krambach | 2018-05-24 | 3 | -1/+82 | |
* | Merge branch 'master' into javascript-binding | Maximilian Krambach | 2018-05-24 | 9 | -22/+479 | |
|\ | ||||||
| * | json: Put signature info before data output | Andre Heinecke | 2018-05-24 | 1 | -9/+9 | |
| * | json: Add sign to help | Andre Heinecke | 2018-05-24 | 1 | -0/+1 | |
| * | json: Add op_sign | Andre Heinecke | 2018-05-24 | 1 | -0/+177 | |
| * | json: Fix invalid function call | Andre Heinecke | 2018-05-24 | 1 | -1/+1 | |
| * | json: Print signatures for decrypt/verify | Andre Heinecke | 2018-05-24 | 1 | -0/+211 | |
| * | json: Minor typo fixes | Andre Heinecke | 2018-05-24 | 1 | -3/+3 | |
| * | docs and examples: python howto | Ben McGinnes | 2018-05-23 | 2 | -8/+22 | |
| * | cpp: Expose sessionKey and symkeyAlgo | Andre Heinecke | 2018-05-22 | 3 | -0/+19 | |
| * | core, w32: Add w64 handling for regkeys | Andre Heinecke | 2018-05-17 | 1 | -3/+22 | |
| * | core: Always fail if an OpenPG message is not integrity protected. | Werner Koch | 2018-05-17 | 3 | -8/+24 | |
* | | js: remove openpgp mode | Maximilian Krambach | 2018-05-23 | 12 | -578/+9 | |
* | | js: transfer encoding changes | Maximilian Krambach | 2018-05-22 | 7 | -106/+173 | |
* | | js: Testing lare messages | Maximilian Krambach | 2018-05-14 | 3 | -29/+51 | |
* | | js: remove non-browser tests | Maximilian Krambach | 2018-05-14 | 6 | -264/+0 | |
* | | js: Tests and improvements for openpgp mode | Maximilian Krambach | 2018-05-14 | 10 | -161/+346 | |
* | | js: more testing of nativeMessaging connection | Maximilian Krambach | 2018-05-09 | 12 | -162/+328 | |
* | | Merge branch 'master' into javascript-binding | Maximilian Krambach | 2018-05-09 | 5 | -14/+35 | |
|\| | ||||||
| * | json: Improve auto-base64 encoding to not split UTF-8 chars. | Werner Koch | 2018-05-09 | 1 | -8/+14 | |
| * | core: Make the status-fd monitor work for all gpgsm commands. | Werner Koch | 2018-05-09 | 1 | -1/+10 | |
| * | python: key expiration datetime stamp tests | Ben McGinnes | 2018-05-05 | 1 | -1/+1 | |
| * | qt: Respect --disable-gpg-test for tests | Andre Heinecke | 2018-05-04 | 1 | -1/+7 | |
| * | qt: Fix filename handling in cryptoconfig | Andre Heinecke | 2018-04-26 | 1 | -3/+3 | |
* | | js: more testing | Maximilian Krambach | 2018-05-08 | 7 | -19/+342 | |
* | | js: fixing errors found by testing: encrypt/decrypt | Maximilian Krambach | 2018-05-07 | 7 | -23/+219 | |
* | | js: fixing errors found by testing | Maximilian Krambach | 2018-05-04 | 4 | -23/+66 | |
* | | js: Added browser testing for unit tests | Maximilian Krambach | 2018-05-03 | 11 | -16/+436 | |
* | | js: changed Key class stub | Maximilian Krambach | 2018-05-03 | 5 | -68/+110 | |
* | | js: more testing | Maximilian Krambach | 2018-04-27 | 16 | -114/+416 | |
* | | js: fixed empty operation setter in Message | Maximilian Krambach | 2018-04-27 | 1 | -2/+9 | |
* | | js: fixed wrong paths in DemoExtension | Maximilian Krambach | 2018-04-26 | 3 | -3/+3 |