index
:
gemato
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-03-08
.github: Add ko-fi
Michał Górny
2023-03-01
Bump to v20.0
Michał Górny
2023-03-01
openpgp: Fix typo
Michał Górny
2023-03-01
Support verifying detached signatures of data from stdin
Michał Górny
2023-02-15
.github: Add FUNDING
Michał Górny
2023-02-15
Bump to 19.0
Michał Górny
2023-02-15
test_openpgp: Inline signature timestamp
Michał Górny
2023-02-15
openpgp: Do not reject signatures made prior to key expiration
Michał Górny
2023-02-15
test_openpgp: Inline MANIFEST_*_SIG
Michał Górny
2023-01-23
Bump to v18.0
Michał Górny
2023-01-23
utils: Fix pyflakes complaints
Michał Górny
2023-01-23
Update README for detached sig support
Michał Górny
2023-01-22
Remove the old bin/ wrapper
Michał Górny
2023-01-22
Add a __main__ module to call the package conveniently
Michał Górny
2023-01-22
cli: Support running the module directly
Michał Górny
2023-01-22
cli: Support verifying detached signatures
Michał Górny
2023-01-22
tests: Extend test_verify_detached() to 1-out-of-2 case
Michał Górny
2023-01-22
tests: Make assert_signature() more reusable
Michał Górny
2023-01-22
openpgp: Add a function to verify detached signature
Michał Górny
2023-01-22
openpgp: Move gpg output processing into a dedicated function
Michał Górny
2023-01-22
cli: Print multiple signature data
Michał Górny
2023-01-22
cli: Add --no-require-all-good to openpgp-verify command
Michał Górny
2023-01-22
openpgp: Allow verifying a subset of signatures
Michał Górny
2023-01-22
test_openpgp: Add more tests for the multi-signature case
Michał Górny
2023-01-22
openpgp: Pass OpenPGPSignatureData to OpenPGPVerificationFailure
Michał Górny
2023-01-22
exceptions: Verify excs to subclasses of OpenPGPVerificationFailure
Michał Górny
2023-01-22
openpgp: Distinguish NO_PUBLIC_KEY status
Michał Górny
2023-01-22
openpgp: Store all verification results in OpenPGPSignatureData
Michał Górny
2023-01-22
openpgp: Stop relying on `gpg --verify` exit status
Michał Górny
2023-01-21
openpgp: Initial support for multiple signatures
Michał Górny
2023-01-21
openpgp: Convert OpenPGPSignatureData into a dataclass
Michał Górny
2023-01-21
test_openpgp: Workaround pyflakes' failures
Michał Górny
2023-01-21
Require Python 3.9+
Michał Górny
2023-01-21
test_openpgp: Put common part of Manifest into a var
Michał Górny
2023-01-21
tests: Move the combined keys to keydata
Michał Górny
2023-01-21
tests.keydata: Add __main__ that prints keydata
Michał Górny
2022-09-26
Discontinue the support for Python 3.6 and 3.7
Michał Górny
2022-09-26
Modernize via pyupgrade
Michał Górny
2022-09-17
Bump to 17.0
Michał Górny
2022-09-17
Update tox install rules for flit
Michał Górny
2022-09-17
Include all deps in pyproject.toml
Michał Górny
2022-09-17
Support pretty log formatting using rich
Michał Górny
2022-09-17
Use custom log formatting
Michał Górny
2022-09-17
Print a realpath warning when dealing with symlinks
Michał Górny
2022-09-17
Include full path in ManifestNoSupportedHashes exception
Michał Górny
2022-09-17
Fix a corner case when open() fails w/ NXIO/OPNOTSUPP on reg file
Michał Górny
2022-09-17
Support --require-secure-hashes in verify
Michał Górny
2022-09-17
Do not verify Manifests when calling update_entry_for_path()
Michał Górny
2022-09-17
Fix handling --no-require-secure-hashes
Michał Górny
2022-09-17
Fix linting failures
Michał Górny
[next]