Commit Graph

  • 7bbf11b631 gpg: refactor key creation Roman Zeyde 2016-06-11 14:38:11 +0300
  • 3e41fddcef gpg: add test for ECDH pubkey generation Roman Zeyde 2016-06-11 14:02:12 +0300
  • 8108e5400d gpg: support TREZOR-based primary key Roman Zeyde 2016-06-11 13:47:56 +0300
  • a1659e0f0d gpg: add preferred symmetric algo Roman Zeyde 2016-06-11 10:34:59 +0300
  • 3b139314b6 gpg: refactor sign_message method Roman Zeyde 2016-06-06 22:52:10 +0300
  • a05cff5079 gpg: use "gpg2" for 'git config --local gpg.program' Roman Zeyde 2016-06-06 22:51:55 +0300
  • 694cee17ac gpg: refactor create_* methods Roman Zeyde 2016-06-04 20:54:07 +0300
  • bc281d4411 gpg: use local version Roman Zeyde 2016-06-04 19:45:03 +0300
  • 04af6b737b gpg: remove extra param from Factory.from_public_key() Roman Zeyde 2016-06-04 09:53:43 +0300
  • 171c746c7e gpg: move agent main code to __main__ Roman Zeyde 2016-06-04 09:36:48 +0300
  • 8b5ac14150 gpg: add docstrings Roman Zeyde 2016-06-03 22:44:25 +0300
  • 16090cebed pylint: ignore TODOs Roman Zeyde 2016-06-03 22:40:17 +0300
  • d2167cd4ff gpg: check keygrip on ECDH Roman Zeyde 2016-06-03 22:39:31 +0300
  • 10cbe67c9a gpg: add TODO Roman Zeyde 2016-06-03 21:53:31 +0300
  • 29a984eebb gpg: improve flags selection Roman Zeyde 2016-06-03 20:17:53 +0300
  • a6660fd5c5 gpg: handle BYE command Roman Zeyde 2016-06-03 17:43:46 +0300
  • 2acd0bf3b7 gpg: fix keygrip computation Roman Zeyde 2016-06-03 17:41:31 +0300
  • e9f7894d62 ecdh: fixup pubkey ID Roman Zeyde 2016-06-03 15:05:45 +0300
  • 56e9d7c776 gpg: allow graceful exit via Ctrl+C Roman Zeyde 2016-06-03 14:42:40 +0300
  • e7bacf829c gpg: refactor ecdh case Roman Zeyde 2016-06-03 14:39:16 +0300
  • c1c679b541 HACK: support ECDH in agent - note keygrip and ID errors. Roman Zeyde 2016-06-02 23:24:36 +0300
  • 49c343df94 HACK: create subkey with ECDH support Roman Zeyde 2016-06-02 22:54:01 +0300
  • 7da7f5c256 HACK: fixup tests Roman Zeyde 2016-06-02 22:25:44 +0300
  • 39cb5565bf HACK: better line iteration Roman Zeyde 2016-06-02 21:39:14 +0300
  • f89c5bb125 HACK: better logging Roman Zeyde 2016-06-01 18:34:22 +0300
  • 92649b290f HACK: add preliminary gpg support Roman Zeyde 2016-05-30 17:49:21 +0300
  • d9b07e2ac6 gpg: hack agent prototype Roman Zeyde 2016-05-28 23:02:45 +0300
  • 6975671cc1 setup: fix protobuf dependency to allow 2.6.1+ Roman Zeyde 2016-05-28 08:43:55 +0300
  • f0ea568bb8 gpg: add more UTs for decode Roman Zeyde 2016-05-27 22:07:50 +0300
  • 34c614db6e gpg: add more UTs for decode Roman Zeyde 2016-05-27 21:52:00 +0300
  • 2bbd335f7e pep8: use tox.ini for configuration Roman Zeyde 2016-05-27 19:48:28 +0300
  • af8ad99c7a gpg: add UTs for decode Roman Zeyde 2016-05-27 16:59:10 +0300
  • 313271ac06 gpg: move signer.py to __main__.py Roman Zeyde 2016-05-27 14:38:38 +0300
  • 969e08140b gpg: add more tests for keyring Roman Zeyde 2016-05-27 13:43:55 +0300
  • 39f00af65d gpg: add help for sign arguments Roman Zeyde 2016-05-27 11:54:46 +0300
  • 272759e907 gpg: allow dependency injection for subprocess module Roman Zeyde 2016-05-27 11:38:56 +0300
  • 4be55156ed gpg: refactor pubkeys' parsing code Roman Zeyde 2016-05-27 11:19:10 +0300
  • 80a5ea0f2a gpg: add UTs for keyring Roman Zeyde 2016-05-26 23:16:08 +0300
  • 87e50449e5 travis: add Python 3.5 Roman Zeyde 2016-05-26 22:31:39 +0300
  • dcf35c4267 decode: split _remove_armor() from verify() Roman Zeyde 2016-05-26 22:26:52 +0300
  • 7570861765 gpg: fixup signer docstring Roman Zeyde 2016-05-26 22:15:48 +0300
  • 339f61c071 gpg: better __repr__ and logging for public keys Roman Zeyde 2016-05-26 22:13:18 +0300
  • 3c4fb7a17b gpg: allow pinentry UI via "display=" option Roman Zeyde 2016-05-25 18:52:20 +0300
  • a6a0c05f57 keyring: fix more Python 2/3 issues Roman Zeyde 2016-05-23 23:03:02 +0300
  • 4c036d2ce7 gpg: fixup str/bytes issues Roman Zeyde 2016-05-22 23:10:12 +0300
  • eaa91cfdbd gpg: add tests for basic protocol utils Roman Zeyde 2016-05-22 23:06:12 +0300
  • fd61941d0f gpg: fixup subcommand for Python 3 Roman Zeyde 2016-05-22 22:28:07 +0300
  • decd3ddf75 gpg: fixup str/bytes issues Roman Zeyde 2016-05-22 22:17:32 +0300
  • 4c07b360cd gpg: fix pep8/pylint warning Roman Zeyde 2016-05-22 08:01:10 +0300
  • 0b0f60dd89 gpg: rename load_from_gpg -> get_public_key Roman Zeyde 2016-05-21 20:23:48 +0300
  • db6903eab7 gpg: rename agent -> keyring Roman Zeyde 2016-05-21 20:17:58 +0300
  • 171a0c2f6a gpg: remove agent's main Roman Zeyde 2016-05-21 20:12:41 +0300
  • a535b31a1b gpg: fixup lint/pep8 Roman Zeyde 2016-05-21 20:00:38 +0300
  • ee4bcddd22 gpg: rename main API Roman Zeyde 2016-05-21 17:25:01 +0300
  • f626d34e21 gpg: using closing() context handler Roman Zeyde 2016-05-21 17:21:16 +0300
  • 2cf081420f gpg: move armor to proto Roman Zeyde 2016-05-21 17:15:42 +0300
  • 0e72e3b7ff gpg: move PublicKey to proto Roman Zeyde 2016-05-21 17:10:17 +0300
  • ce61c8b2ae gpg: move timeformat from util Roman Zeyde 2016-05-21 17:04:18 +0300
  • 3192e570ed gpg: initial support for ElGamal and DSA Roman Zeyde 2016-05-18 23:07:57 +0300
  • bf8f516ef4 gpg: no visual challenge Roman Zeyde 2016-05-21 07:44:27 +0300
  • 51f7d6120b client: not visual challength for SSH Roman Zeyde 2016-05-21 07:43:10 +0300
  • 0cb7cf0746 Merge branch 'python3' Roman Zeyde 2016-05-18 18:42:00 +0300
  • b4ff31f816 gpg: handle ECDH keys Roman Zeyde 2016-05-12 22:15:05 +0300
  • 6e9d6d6430 gpg: add URLs for subpackets Roman Zeyde 2016-05-12 21:49:02 +0300
  • fa9391ede6 gpg: update required firmware version Roman Zeyde 2016-05-08 21:19:28 +0300
  • ad8eafe6f8 Merge branch 'master' into python3 Roman Zeyde 2016-05-07 21:14:20 +0300
  • 695079e4b9 agent: raise explicit error when signature fails Roman Zeyde 2016-05-07 20:49:51 +0300
  • 9888ef971a gpg: add installation command to README Roman Zeyde 2016-05-07 20:41:34 +0300
  • 04a878374f setup: add gpg subpackage Roman Zeyde 2016-05-07 20:38:19 +0300
  • 4270d8464f gpg: add screencasts Roman Zeyde 2016-05-07 15:51:01 +0300
  • 25a427081c gpg: add more output examples Roman Zeyde 2016-05-07 13:24:25 +0300
  • 939fdbe829 gpg: add output examples Roman Zeyde 2016-05-07 13:15:29 +0300
  • 1f126f3002 gpg: better logging Roman Zeyde 2016-05-07 13:05:25 +0300
  • 78526d1379 gpg: install gpg-git wrapper script Roman Zeyde 2016-05-07 13:02:10 +0300
  • 7e3c3b4f77 gpg: fixup README Roman Zeyde 2016-05-07 12:49:01 +0300
  • 513c19bf1f gpg: remove unused files Roman Zeyde 2016-05-07 09:48:07 +0300
  • f1e75783c4 gpg: use environment variable for user_id Roman Zeyde 2016-05-07 09:41:58 +0300
  • 68637525ea Merge branch 'master' into python3 Roman Zeyde 2016-05-06 22:24:17 +0300
  • fce45832c2 gpg: fix small typo Roman Zeyde 2016-05-06 22:22:02 +0300
  • df001c4100 gpg: rename README Roman Zeyde 2016-05-06 22:20:50 +0300
  • 1a228a1af6 gpg: refactor cli Roman Zeyde 2016-05-06 22:16:03 +0300
  • 7a7c9efc47 pylint: disable unbalanced-tuple-unpacking warning Roman Zeyde 2016-05-06 21:17:10 +0300
  • 859cee9757 travis: use latest tools Roman Zeyde 2016-05-06 21:15:04 +0300
  • 2846c0bf1a util: add tests for gpg-related code Roman Zeyde 2016-05-01 21:50:48 +0300
  • b2147a8418 formats: curve name should be a string Roman Zeyde 2016-05-05 22:28:06 +0300
  • 4cbf8a9f0a setup: WiP for Python 3 support Roman Zeyde 2016-05-05 22:17:04 +0300
  • d9c4e930f3 main: fixup str/bytes issue for curve_name Roman Zeyde 2016-05-05 21:42:11 +0300
  • 6fd6fe6520 handle missing imports Roman Zeyde 2016-05-04 23:04:46 +0300
  • 4a7fef3011 gpg: fix logging and arguments in demo Roman Zeyde 2016-04-30 22:20:50 +0300
  • a0e476ea19 gpg: remove unused code Roman Zeyde 2016-04-30 22:15:15 +0300
  • 683aae7aa4 gpg: add logging for digest Roman Zeyde 2016-04-30 22:11:51 +0300
  • d369638c7b gpg: add a script for faster commit verification Roman Zeyde 2016-04-30 22:07:46 +0300
  • 07c4100618 gpg: fixup logging and make sure it works with git Roman Zeyde 2016-04-30 21:55:24 +0300
  • b9f139b74a gpg: refactor subkey as pubkey Roman Zeyde 2016-04-30 21:34:12 +0300
  • 3bf926620b gpg: handle multiple packets Roman Zeyde 2016-04-30 21:07:19 +0300
  • ab192619f4 gpg: move protocol utils to proto.py Roman Zeyde 2016-04-30 16:50:01 +0300
  • f982d785bd gpg: add marker to our pubkey signature packets Roman Zeyde 2016-04-30 16:27:43 +0300
  • 38c1acf4db Merge branch 'subkey' Roman Zeyde 2016-04-30 15:42:21 +0300
  • 31c3686fa4 gpg: small fixes Roman Zeyde 2016-04-30 15:39:32 +0300
  • 87ca33c104 gpg: fixup encoding for large packets Roman Zeyde 2016-04-30 15:34:18 +0300