summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-25Remove remaining pyblake2 usesMichał Górny
2020-08-25setup.py: Remove py<3.6 depsMichał Górny
2020-08-25openpgp: Reimplement WKD support via requestsMichał Górny
2020-08-25openpgp: Introduce a helper method to get WKD URLMichał Górny
2020-08-25Remove compatibility code for py<3.6 supportMichał Górny
2020-08-25Stop pretending to test py<3.6Michał Górny
2020-08-25tox.ini: pypy3 shouldn't need pyblake2 anymoreMichał Górny
2020-08-25Stop testing Python 2Michał Górny
2020-08-25tests: Add tests for unexpiring keysMichał Górny
2020-08-25tests: Test for trivial cases of key forgingMichał Górny
2020-08-25tests: Add a test for subkey-signatureMichał Górny
2020-08-25tests: Store key data in split binary formMichał Górny
2020-08-18tox.ini: Use twine for uploadingMichał Górny
2020-08-18Bump to 14.5Michał Górny
2020-08-18openpgp: Support overriding proxy in envMichał Górny
2020-08-18openpgp: Use explicit prefix for temporary directoriesMichał Górny
2020-08-18openpgp: Pass debug flag when cloning envMichał Górny
2020-07-21Allow to override default 'gpg' clientFrédéric Pierret (fepitre)
2020-05-28Enable testing on py3.9Michał Górny
2020-05-17Bump to 14.4Michał Górny
2020-05-16openpgp: Fix killing gpg-agentMichał Górny
2020-05-16openpgp: Explicitly kill gpg-agent when exitingMichał Górny
2020-05-16openpgp: Default stdin='' in _spawn_gpg()Michał Górny
2020-05-16openpgp: Pass 'gpg --batch' to _spawn_gpg() explicitlyMichał Górny
2020-05-16openpgp: Remove gpg-1.4 compatibility codeMichał Górny
2020-05-16openpgp: Remove support for old Debian gpg2 executableMichał Górny
2020-05-15tox: Switch to pytest-cov, coverage runner is brokenMichał Górny
2020-05-15openpgp: Fix unused .format() argMichał Górny
2020-05-15tox: Skip missing interpretersMichał Górny
2020-05-14tox: Add codecov upload envMichał Górny
2020-05-14tox: Enable testing on py38Michał Górny
2019-10-25Bump to 14.3Michał Górny
2019-10-25openpgp: Remove debug-all, it has too broad consequencesMichał Górny
2019-10-18Bump to 14.2Michał Górny
2019-10-18tox: Remove nodeps case, it is no longer usefulMichał Górny
2019-10-18tox: Install pyblake2 for pypy3 & incompatible-lzma scenariosMichał Górny
2019-10-18openpgp: Reduce gpg debug options for gpg1.x compatMichał Górny
2019-10-18openpgp: Obtain debug logs from GnuPGMichał Górny
2019-10-18openpgp: Fix whitespaceMichał Górny
2019-10-18profile: Update default set of hashesMichał Górny
2019-04-27Bump to v14.1Michał Górny
2019-04-25openpgp: Also handle EBUSY for NFSMichał Górny
2019-04-24openpgp: Handle ENOTEMPTY in gpg-agent cleanupMichał Górny
2019-03-16tests: Fix MockedWKDOpenPGPEnvironment._spawn_gpg() return typesMichał Górny
2019-03-16openpgp: Fix decoding bytestrings for debugMichał Górny
2019-02-26openpgp: Add debug output to WKD routinesMichał Górny
2019-02-26cli: Support debug loggingMichał Górny
2018-08-02tox: Enable testing py37 by defaultMichał Górny
2018-08-01Bump to 14.0Michał Górny
2018-08-01setup.py: Use env-based shebangMichał Górny