summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-08.github: Add ko-fiMichał Górny
2023-03-01Bump to v20.0Michał Górny
2023-03-01openpgp: Fix typoMichał Górny
2023-03-01Support verifying detached signatures of data from stdinMichał Górny
2023-02-15.github: Add FUNDINGMichał Górny
2023-02-15Bump to 19.0Michał Górny
2023-02-15test_openpgp: Inline signature timestampMichał Górny
2023-02-15openpgp: Do not reject signatures made prior to key expirationMichał Górny
2023-02-15test_openpgp: Inline MANIFEST_*_SIGMichał Górny
2023-01-23Bump to v18.0Michał Górny
2023-01-23utils: Fix pyflakes complaintsMichał Górny
2023-01-23Update README for detached sig supportMichał Górny
2023-01-22Remove the old bin/ wrapperMichał Górny
2023-01-22Add a __main__ module to call the package convenientlyMichał Górny
2023-01-22cli: Support running the module directlyMichał Górny
2023-01-22cli: Support verifying detached signaturesMichał Górny
2023-01-22tests: Extend test_verify_detached() to 1-out-of-2 caseMichał Górny
2023-01-22tests: Make assert_signature() more reusableMichał Górny
2023-01-22openpgp: Add a function to verify detached signatureMichał Górny
2023-01-22openpgp: Move gpg output processing into a dedicated functionMichał Górny
2023-01-22cli: Print multiple signature dataMichał Górny
2023-01-22cli: Add --no-require-all-good to openpgp-verify commandMichał Górny
2023-01-22openpgp: Allow verifying a subset of signaturesMichał Górny
2023-01-22test_openpgp: Add more tests for the multi-signature caseMichał Górny
2023-01-22openpgp: Pass OpenPGPSignatureData to OpenPGPVerificationFailureMichał Górny
2023-01-22exceptions: Verify excs to subclasses of OpenPGPVerificationFailureMichał Górny
2023-01-22openpgp: Distinguish NO_PUBLIC_KEY statusMichał Górny
2023-01-22openpgp: Store all verification results in OpenPGPSignatureDataMichał Górny
2023-01-22openpgp: Stop relying on `gpg --verify` exit statusMichał Górny
2023-01-21openpgp: Initial support for multiple signaturesMichał Górny
2023-01-21openpgp: Convert OpenPGPSignatureData into a dataclassMichał Górny
2023-01-21test_openpgp: Workaround pyflakes' failuresMichał Górny
2023-01-21Require Python 3.9+Michał Górny
2023-01-21test_openpgp: Put common part of Manifest into a varMichał Górny
2023-01-21tests: Move the combined keys to keydataMichał Górny
2023-01-21tests.keydata: Add __main__ that prints keydataMichał Górny
2022-09-26Discontinue the support for Python 3.6 and 3.7Michał Górny
2022-09-26Modernize via pyupgradeMichał Górny
2022-09-17Bump to 17.0Michał Górny
2022-09-17Update tox install rules for flitMichał Górny
2022-09-17Include all deps in pyproject.tomlMichał Górny
2022-09-17Support pretty log formatting using richMichał Górny
2022-09-17Use custom log formattingMichał Górny
2022-09-17Print a realpath warning when dealing with symlinksMichał Górny
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