Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | | js: created TestExtension and smaller fixes | Maximilian Krambach | 2018-04-26 | 28 | -143/+429 |
* | | js: First testing and improvements | Maximilian Krambach | 2018-04-25 | 12 | -56/+227 |
* | | js: Configuration and Error handling | Maximilian Krambach | 2018-04-25 | 10 | -207/+309 |
* | | js: reactivate timeout on connection | Maximilian Krambach | 2018-04-25 | 4 | -12/+19 |
* | | js: change in Error behaviour | Maximilian Krambach | 2018-04-25 | 8 | -156/+132 |
* | | js: allow openpgp-like Message objects as Data | Maximilian Krambach | 2018-04-25 | 1 | -0/+7 |
* | | js: Key object adjustments after discussion | Maximilian Krambach | 2018-04-24 | 3 | -15/+64 |
* | | js: change in initialization ancd connection handling | Maximilian Krambach | 2018-04-24 | 6 | -114/+157 |
* | | js: don't allow message operation changes | Maximilian Krambach | 2018-04-23 | 3 | -30/+24 |
* | | js: Key handling stubs, Error handling, refactoring | Maximilian Krambach | 2018-04-23 | 8 | -131/+756 |
* | | js: encrypt improvement and decrypt method | Maximilian Krambach | 2018-04-20 | 18 | -306/+887 |
* | | Merge branch 'master' into javascript-binding | Maximilian Krambach | 2018-04-20 | 37 | -535/+1993 |
|\| | |||||
| * | core: Do not modify args for ignored failures | Andre Heinecke | 2018-04-20 | 1 | -4/+3 |