summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-17Include full path in ManifestNoSupportedHashes exceptionMichał Górny
2022-09-17Fix a corner case when open() fails w/ NXIO/OPNOTSUPP on reg fileMichał Górny
2022-09-17Support --require-secure-hashes in verifyMichał Górny
2022-09-17Do not verify Manifests when calling update_entry_for_path()Michał Górny
2022-09-17Fix handling --no-require-secure-hashesMichał Górny
2022-09-17Fix linting failuresMichał Górny
2022-09-17Fix update w/ require_secure_hashes to require at least one hashMichał Górny
2022-09-17Support requiring a secure hash when verifyingMichał Górny
2022-09-17Support controlling secure hashes req in CLI updateMichał Górny
2022-09-16Support defaulting secure_hashes to top-level Manifest signingMichał Górny
2022-09-16Support requiring secure hashes in ManifestRecursiveLoaderMichał Górny
2022-09-16Support rejecting insecure hashes when updatingMichał Górny
2022-09-14Fix ValueError on unsupported hashes in broken Python versionsMichał Górny
2022-09-14Add github CI workflowMichał Górny
2022-09-13Fix linter failureMichał Górny
2022-09-13tox: Disable testing pgpy, it's broken upstreamMichał Górny
2022-09-13Fix handling entries without a checksumMichał Górny
2022-09-13Revert "Fix tests not to rely on entries without checksum"Michał Górny
2022-09-13Fix tests not to rely on entries without checksumMichał Górny
2022-09-13cli: Print top-level Manifest pathMichał Górny
2022-09-13Handle unknown hashes gracefully when verifyingMichał Górny
2022-02-11Switch to flitMichał Górny
2022-02-11tox.ini: Update envlistMichał Górny
2021-04-23benchmark: Improve outputMichał Górny
2020-10-01Bump to 16.2Michał Górny
2020-10-01openpgp: Fix handling connection errors in WKD refreshMichał Górny
2020-09-10test_openpgp: Fix race conditions in mocked system env cleanupMichał Górny
2020-09-08Bump to 16.1Michał Górny
2020-09-08test_recursiveloader: Attempt to fix misordered Manifest testsMichał Górny
2020-09-08openpgp: Reduce unnecessary recoding in get_wkd_url()Michał Górny
2020-09-08openpgp: Handle non-utf8 UIDs gracefullyMichał Górny
2020-09-08openpgp: Streamline GPG error handling, and handle malformed utf8Michał Górny
2020-09-08test_compression: Decode test string as ASCIIMichał Górny
2020-09-08openpgp: Fix bytes-to-str warnings by using !r (repr)Michał Górny
2020-09-07test_openpgp: Fix ResourceWarning (cleaning up tmpdir)Michał Górny
2020-09-06Add a partial experimental PGPy-based OpenPGP providerMichał Górny
2020-09-06test_openpgp: Add more tests for importing key combosMichał Górny
2020-09-06Bump to 16.0Michał Górny
2020-09-06openpgp: Move get_wkd_url() to global scopeMichał Górny
2020-09-06openpgp: Rename GPG-based environments to *GPGEnvironmentMichał Górny
2020-09-05Replace IOError/OSError whenever possibleMichał Górny
2020-09-05Do not call signal.strsignal() when not available (py<3.8)Michał Górny
2020-09-05Add gpg-wrap commandMichał Górny
2020-09-05openpgp: Verify key validity for signaturesMichał Górny
2020-09-05openpgp: Move listing keys to a separate methodMichał Górny
2020-09-05test_openpgp: Test using UID with no e-mail addressMichał Górny
2020-09-05Bump to 15.3Michał Górny
2020-09-05test_recursiveloader: Cache tmp_paths for read-only layoutsMichał Górny
2020-09-05compression: Fix compatibility with py<3.8 exceptionsMichał Górny
2020-09-05tox.ini: Require pytest>=5Michał Górny