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
path:
root
/
tests
/
test_openpgp.py
Age
Commit message (
Expand
)
Author
2023-03-01
Support verifying detached signatures of data from stdin
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-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: 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: Store all verification results in OpenPGPSignatureData
Michał Górny
2023-01-21
openpgp: Initial support for multiple signatures
Michał Górny
2023-01-21
test_openpgp: Workaround pyflakes' failures
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
2022-09-26
Modernize via pyupgrade
Michał Górny
2022-09-17
Support --require-secure-hashes in verify
Michał Górny
2022-09-17
Fix handling --no-require-secure-hashes
Michał Górny
2022-09-17
Fix linting failures
Michał Górny
2022-09-17
Fix update w/ require_secure_hashes to require at least one hash
Michał Górny
2022-09-17
Support controlling secure hashes req in CLI update
Michał Górny
2022-09-16
Support defaulting secure_hashes to top-level Manifest signing
Michał Górny
2022-09-13
Revert "Fix tests not to rely on entries without checksum"
Michał Górny
2022-09-13
Fix tests not to rely on entries without checksum
Michał Górny
2020-10-01
openpgp: Fix handling connection errors in WKD refresh
Michał Górny
2020-09-10
test_openpgp: Fix race conditions in mocked system env cleanup
Michał Górny
2020-09-08
openpgp: Handle non-utf8 UIDs gracefully
Michał Górny
2020-09-07
test_openpgp: Fix ResourceWarning (cleaning up tmpdir)
Michał Górny
2020-09-06
Add a partial experimental PGPy-based OpenPGP provider
Michał Górny
2020-09-06
test_openpgp: Add more tests for importing key combos
Michał Górny
2020-09-06
openpgp: Move get_wkd_url() to global scope
Michał Górny
2020-09-06
openpgp: Rename GPG-based environments to *GPGEnvironment
Michał Górny
2020-09-05
Do not call signal.strsignal() when not available (py<3.8)
Michał Górny
2020-09-05
Add gpg-wrap command
Michał Górny
2020-09-05
openpgp: Verify key validity for signatures
Michał Górny
2020-09-05
openpgp: Move listing keys to a separate method
Michał Górny
2020-09-05
test_openpgp: Test using UID with no e-mail address
Michał Górny
2020-08-30
tests: Use module-scope fixtures whenever possible
Michał Górny
2020-08-30
test_openpgp: Fix system env tests to respect GNUPG
Michał Górny
2020-08-29
tests: Test OpenPGPSystemEnvironment as well
Michał Górny
2020-08-27
tests: Extend OpenPGP un-expiration tests
Michał Górny
2020-08-27
Import names directly, fix coding style issues
Michał Górny
2020-08-27
Add tests for keys lacking signatures
Michał Górny
2020-08-26
tests: Properly skip test_openpgp.py::test_cli when no gpg
Michał Górny
2020-08-26
tests: Rewrite test_openpgp in pure pytest
Michał Górny
2020-08-25
openpgp: Reimplement WKD support via requests
Michał Górny
2020-08-25
openpgp: Introduce a helper method to get WKD URL
Michał Górny
2020-08-25
tests: Add tests for unexpiring keys
Michał Górny
2020-08-25
tests: Test for trivial cases of key forging
Michał Górny
2020-08-25
tests: Add a test for subkey-signature
Michał Górny
2020-08-25
tests: Store key data in split binary form
Michał Górny
[next]