Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | 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 | |
| |\ \ \ | ||||||
| * | | | | js: Initial commit for JavaScript Native Messaging API | [email protected] | 2018-04-10 | 14 | -1/+472 | |
* | | | | | json: Add proper decrypt_result_t handling | Andre Heinecke | 2018-08-21 | 1 | -7/+80 | |
* | | | | | json: Add subkey_algo and defaults to createkey | Andre Heinecke | 2018-08-20 | 1 | -4/+62 | |
* | | | | | Python bindings examples | Ben McGinnes | 2018-08-19 | 3 | -1/+251 | |
* | | | | | Python bindings setup file | Ben McGinnes | 2018-08-18 | 1 | -2/+11 | |
* | | | | | Python bindings tests: Near PEP8 compliance | Ben McGinnes | 2018-08-18 | 31 | -500/+773 | |
* | | | | | Python bindings examples: PEP8 conpliance | Ben McGinnes | 2018-08-18 | 12 | -35/+49 | |
* | | | | | Python bindings setup: Near PEP8 compliance | Ben McGinnes | 2018-08-18 | 2 | -89/+119 | |
* | | | | | Python bindings constants: PEP8 compliance (almost) | Ben McGinnes | 2018-08-18 | 19 | -35/+29 | |
* | | | | | Python bindings src: PEP8 compliance | Ben McGinnes | 2018-08-18 | 5 | -13/+18 | |
* | | | | | Symmetric example | Ben McGinnes | 2018-08-13 | 1 | -2/+2 | |
* | | | | | Symmetric encryption example | Ben McGinnes | 2018-08-13 | 1 | -4/+4 | |
* | | | | | Symmetric encryption example. | Ben McGinnes | 2018-08-13 | 1 | -0/+63 | |
* | | | | | PEP8 compliance and other code fixes | Ben McGinnes | 2018-08-10 | 10 | -130/+220 | |
* | | | | | Link fixes | Ben McGinnes | 2018-08-09 | 2 | -18/+18 | |
* | | | | | json: Wipe memory in cJSON_Delete | Andre Heinecke | 2018-08-08 | 1 | -2/+8 | |
* | | | | | json: Only use calloc instead of malloc | Andre Heinecke | 2018-08-08 | 2 | -8/+39 | |
* | | | | | json: Add checks when skipping byte | Andre Heinecke | 2018-08-08 | 1 | -3/+7 | |
* | | | | | json: Don't error out if chunksize is omitted | Andre Heinecke | 2018-08-08 | 1 | -4/+1 | |
* | | | | | cpp: Fix use after free in gencardkeyinteractor | Andre Heinecke | 2018-08-08 | 1 | -5/+4 | |
* | | | | | Make GNUPGHOME for tests overridable | Andre Heinecke | 2018-08-06 | 6 | -6/+12 | |
* | | | | | cpp: Add safety checks for key update | Andre Heinecke | 2018-07-24 | 2 | -1/+4 | |
* | | | | | docs: python bindings howto | Ben McGinnes | 2018-07-22 | 1 | -170/+169 | |
* | | | | | doc: python bindings howto | Ben McGinnes | 2018-07-22 | 1 | -624/+623 | |
* | | | | | doc: python bindings howto | Ben McGinnes | 2018-07-22 | 1 | -0/+1 | |
* | | | | | core: Clear all flags for a new data property. | Werner Koch | 2018-07-19 | 1 | -2/+4 | |
* | | | | | core: Blank out the plaintext after decryption failure. | Werner Koch | 2018-07-19 | 7 | -16/+361 | |
* | | | | | cpp: Print origin and last update for key/uid | Andre Heinecke | 2018-07-19 | 1 | -0/+4 | |
* | | | | | json: Don't use strdup but the xtrystrdup wrapper. | Werner Koch | 2018-07-19 | 1 | -5/+8 | |
* | | | | | core: New interface gpgme_data_new_from_estream. | Werner Koch | 2018-07-19 | 6 | -1/+128 | |
* | | | | | json: Fix memleak in native msging repl | Andre Heinecke | 2018-07-18 | 1 | -0/+4 | |
* | | | | | json: Ensure that native msging request is string | Andre Heinecke | 2018-07-18 | 1 | -1/+2 | |
* | | | | | json: Fix crash by ensuring response is never NULL | Andre Heinecke | 2018-07-18 | 1 | -7/+43 | |
* | | | | | json: Fix memory errors in create_keylist_patterns | Andre Heinecke | 2018-07-18 | 1 | -5/+4 |