Commit Graph

  • 897423422b docs: python bindings howto Ben McGinnes 2018-06-03 00:46:46 +1000
  • e144a6d706 Authors: DCO Ben McGinnes 2018-06-02 17:15:40 +1000
  • 00b027af86
    cpp: Add gpgme_(get)set_ctx_flag Andre Heinecke 2018-06-01 11:08:12 +0200
  • d46768c960
    cpp: Add legacy_cipher_nomdc Andre Heinecke 2018-06-01 10:58:24 +0200
  • 662604c5bc
    core: New context flag "ignore-mdc-error". Werner Koch 2018-06-01 01:29:20 +0200
  • dd19cabe81
    core: New decryption result flag 'legacy_cipher_nomdc'. Werner Koch 2018-06-01 01:01:08 +0200
  • e2aa38b56a
    core: Remove cruft from the engine-gpg code. Werner Koch 2018-06-01 00:13:18 +0200
  • 2219fc19d5
    core: Minor cleanup in engine-gpg and -gpgsm. Werner Koch 2018-05-31 23:56:06 +0200
  • 332b4adbcc js: more Keyring/Key handling Maximilian Krambach 2018-05-30 17:05:54 +0200
  • fd4226429d examples: exporting keys ben/howto-update-05 Ben McGinnes 2018-05-30 09:11:28 +1000
  • 93bdf4b50a examples: python bindings Ben McGinnes 2018-05-30 08:55:12 +1000
  • 618aa7f08d
    cpp: Add gpgme_data_rewind to cpp API Andre Heinecke 2018-05-29 09:16:22 +0200
  • 53ce2b94bc js: Keyring listing keys Maximilian Krambach 2018-05-28 17:26:56 +0200
  • d4adbf453d js: Treat a connection as a gpgme Context Maximilian Krambach 2018-05-28 16:52:50 +0200
  • 77166851f1
    json: Fix compiler warning. Werner Koch 2018-05-28 09:58:02 +0200
  • 0de991fee0
    json: Do not allow to export or delete secret keys. Werner Koch 2018-05-28 09:56:49 +0200
  • 368f2d9db3
    json: Fix use of get_context. Werner Koch 2018-05-28 09:53:32 +0200
  • 7a73d88aba js: implement Key handling (1) Maximilian Krambach 2018-05-25 19:02:18 +0200
  • 7aa00917c7
    json: Implement encrypt-sign Andre Heinecke 2018-05-25 15:48:39 +0200
  • 73dc5e933d
    json: Implement delete command Andre Heinecke 2018-05-25 15:24:03 +0200
  • 095093df20 examples: python bindings howto Ben McGinnes 2018-05-25 22:59:17 +1000
  • a1bbe7473a
    json: Implement op_export Andre Heinecke 2018-05-25 14:52:51 +0200
  • 897522527d
    json: Fix double ctx alloc Andre Heinecke 2018-05-25 14:50:59 +0200
  • 10683b1a91
    json: Add guard in create_keylist_patterns Andre Heinecke 2018-05-25 14:50:20 +0200
  • 1ff16dad59
    json: Implement import operation Andre Heinecke 2018-05-25 14:19:41 +0200
  • fe06929dee
    json: Improve keylist help Andre Heinecke 2018-05-25 13:09:34 +0200
  • 10724e363d
    json: Fix keylist pattern handling Andre Heinecke 2018-05-25 13:06:44 +0200
  • ed20936ce4
    json: Add additional commands to help Andre Heinecke 2018-05-25 12:22:37 +0200
  • aa59f4970a
    json: Refactor signature and ei code Andre Heinecke 2018-05-25 12:17:46 +0200
  • 546e3295ea
    json: Implement keylist Andre Heinecke 2018-05-25 11:34:33 +0200
  • a46c27b321
    json: Deduplicate input handling code Andre Heinecke 2018-05-25 09:46:30 +0200
  • eff27d6387 js: use version operation for connection checks Maximilian Krambach 2018-05-25 11:53:24 +0200
  • 321005c12f examples: mutt crypt-hooks generator Ben McGinnes 2018-05-25 07:12:52 +1000
  • 48e946a96d docs: python bindings howto Ben McGinnes 2018-05-25 05:22:16 +1000
  • 9038d30017 doc: python bindings howto Ben McGinnes 2018-05-14 04:14:45 +1000
  • 34308fe1fc docs: python bindings howto DITA Ben McGinnes 2018-05-25 05:29:24 +1000
  • 9fca7c8406
    json: Add code to gpg_error based messages Andre Heinecke 2018-05-24 16:35:42 +0200
  • 61f4532ba9
    json: Implement op_version Andre Heinecke 2018-05-24 16:15:14 +0200
  • 5fbf81c18b
    json: Implement op_verify Andre Heinecke 2018-05-24 13:56:16 +0200
  • a4ba80c553 js: adding sign method Maximilian Krambach 2018-05-24 15:16:18 +0200
  • e38b8beb20 Merge branch 'master' into javascript-binding Maximilian Krambach 2018-05-24 14:03:09 +0200
  • c679ed2477
    json: Put signature info before data output Andre Heinecke 2018-05-24 13:36:31 +0200
  • a6cd3a1197
    json: Add sign to help Andre Heinecke 2018-05-24 13:31:15 +0200
  • 1c0a55a608
    json: Add op_sign Andre Heinecke 2018-05-24 13:24:02 +0200
  • b344933e4c
    json: Fix invalid function call Andre Heinecke 2018-05-24 13:16:55 +0200
  • 45036c3c4c
    json: Print signatures for decrypt/verify Andre Heinecke 2018-05-24 12:34:31 +0200
  • fd5e14660a
    json: Minor typo fixes Andre Heinecke 2018-05-24 10:26:41 +0200
  • f7ed80ff6a js: remove openpgp mode Maximilian Krambach 2018-05-23 12:56:23 +0200
  • dea1ccbc02 docs: python bindings howto DITA Ben McGinnes 2018-05-23 15:08:03 +1000
  • 3a9e6a8e08 docs and examples: python howto Ben McGinnes 2018-05-23 14:43:06 +1000
  • 27ae87c7cf docs: python bindings howto DITA version Ben McGinnes 2018-05-23 09:34:48 +1000
  • ecad772635 js: transfer encoding changes Maximilian Krambach 2018-05-22 14:24:16 +0200
  • 28e3778ce2
    cpp: Expose sessionKey and symkeyAlgo Andre Heinecke 2018-05-22 12:08:01 +0200
  • e04b8142df
    core, w32: Add w64 handling for regkeys Andre Heinecke 2018-05-17 17:41:53 +0200
  • 8a0c8c5251
    core: Always fail if an OpenPG message is not integrity protected. Werner Koch 2018-05-17 09:14:40 +0200
  • 94a0f66376 docs: python bindings howto DITA Ben McGinnes 2018-05-15 21:26:30 +1000
  • bb8153269b meta: .gitignore Ben McGinnes 2018-05-15 16:55:40 +1000
  • aa4875bd06 docs: python howto DITA Ben McGinnes 2018-05-15 14:46:11 +1000
  • f64d259e1d docs: python bindings howto Ben McGinnes 2018-05-15 13:50:14 +1000
  • f0063afa71 docs: python bindings HOWTO - DITA XML version Ben McGinnes 2018-05-15 13:13:16 +1000
  • 6b4caee039 js: Testing lare messages Maximilian Krambach 2018-05-14 19:02:49 +0200
  • d1ca90ef75 js: remove non-browser tests Maximilian Krambach 2018-05-14 16:36:05 +0200
  • 987b317468 js: Tests and improvements for openpgp mode Maximilian Krambach 2018-05-14 16:23:24 +0200
  • c92326cc25 js: more testing of nativeMessaging connection Maximilian Krambach 2018-05-09 19:40:57 +0200
  • 5f5bf024a8 Merge branch 'master' into javascript-binding Maximilian Krambach 2018-05-09 16:55:50 +0200
  • e54b110aec
    json: Improve auto-base64 encoding to not split UTF-8 chars. Werner Koch 2018-05-09 16:41:05 +0200
  • e2a8a87bf9
    core: Make the status-fd monitor work for all gpgsm commands. Werner Koch 2018-05-09 16:39:30 +0200
  • cca40627b0 js: more testing Maximilian Krambach 2018-05-08 18:33:41 +0200
  • 8f3d83e5f0 js: fixing errors found by testing: encrypt/decrypt Maximilian Krambach 2018-05-07 18:27:25 +0200
  • 46da79e3de python: key expiration datetime stamp tests Ben McGinnes 2018-05-05 12:27:17 +1000
  • cf075846fb js: fixing errors found by testing Maximilian Krambach 2018-05-04 12:56:59 +0200
  • 26820ba629
    qt: Respect --disable-gpg-test for tests Andre Heinecke 2018-05-04 10:03:42 +0200
  • c755287ba8 js: Added browser testing for unit tests Maximilian Krambach 2018-05-03 18:03:22 +0200
  • 6f67814eb4 js: changed Key class stub Maximilian Krambach 2018-05-03 14:12:10 +0200
  • fda7b13f1b js: more testing Maximilian Krambach 2018-04-27 20:03:09 +0200
  • eb7129f319 js: fixed empty operation setter in Message Maximilian Krambach 2018-04-27 10:21:13 +0200
  • f45b926816 js: fixed wrong paths in DemoExtension Maximilian Krambach 2018-04-26 17:59:40 +0200
  • 1f7b19512c js: created TestExtension and smaller fixes Maximilian Krambach 2018-04-26 17:13:34 +0200
  • 6b267c56fd
    qt: Fix filename handling in cryptoconfig Andre Heinecke 2018-04-26 14:11:19 +0200
  • 3685913bf5 js: First testing and improvements Maximilian Krambach 2018-04-25 19:45:39 +0200
  • 1fb310cabe js: Configuration and Error handling Maximilian Krambach 2018-04-25 15:59:36 +0200
  • 5befa1c975 js: reactivate timeout on connection Maximilian Krambach 2018-04-25 11:32:21 +0200
  • c72adc0096 js: change in Error behaviour Maximilian Krambach 2018-04-25 10:54:24 +0200
  • 30c47d80a2 js: allow openpgp-like Message objects as Data Maximilian Krambach 2018-04-24 19:47:48 +0200
  • e2aa8066a9 js: Key object adjustments after discussion Maximilian Krambach 2018-04-24 19:29:32 +0200
  • 461dd0c8b4 js: change in initialization ancd connection handling Maximilian Krambach 2018-04-24 18:44:30 +0200
  • 727340b295 js: don't allow message operation changes Maximilian Krambach 2018-04-23 19:15:40 +0200
  • d62f66b1fb js: Key handling stubs, Error handling, refactoring Maximilian Krambach 2018-04-23 17:18:46 +0200
  • 6ab25e40d9 js: encrypt improvement and decrypt method Maximilian Krambach 2018-04-18 16:38:06 +0200
  • 94f21d9f6b Merge branch 'master' into javascript-binding Maximilian Krambach 2018-04-20 15:23:57 +0200
  • 7706fa2c92
    core: Do not modify args for ignored failures Andre Heinecke 2018-04-20 14:30:53 +0200
  • 302ec1f9aa
    Post release updates Werner Koch 2018-04-20 10:41:38 +0200
  • 2e9a14912f
    Release 1.11.1 gpgme-1.11.1 Werner Koch 2018-04-20 10:22:12 +0200
  • f779362ffb
    core: Remove another debug output leftover. Werner Koch 2018-04-20 10:32:37 +0200
  • d11bec5ef5
    build: More release creation automation. Werner Koch 2018-04-20 10:13:25 +0200
  • 969700bc56
    doc: Suggest the use of strconcat for recipient strings. Werner Koch 2018-04-20 08:56:01 +0200
  • ab43d85b9a
    json: Remove the -noinstall flag used during development. Werner Koch 2018-04-19 16:19:47 +0200
  • d65d632931
    cpp: Add origin and last_update to UserID Andre Heinecke 2018-04-19 11:56:15 +0200
  • 0adaf7bafd
    cpp: Add origin and last_update Andre Heinecke 2018-04-19 10:44:01 +0200
  • b52a91f5a6
    core: Remove leftover debug output. Werner Koch 2018-04-19 10:34:32 +0200