python-tuf/tuf/api
Jussi Kukkonen 368bee8228 Metadata API: Implement RootVerificationResult
This is a thin wrapper over two VerificationResults:
useful when verifying root signatures.

Now the API for getting verification results for root and
the API for getting the results for other metadata is different.

Client use cases can continue using verify_delegate() so should not
be affected.

Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
2024-02-01 21:13:29 +02:00
..
serialization Merge pull request #1876 from jku/more-details-on-verify-failure 2022-03-21 14:21:44 +02:00
__init__.py tuf/api: Expose tuf.api as a package 2020-10-15 14:35:14 +01:00
exceptions.py Fix pydocstyle D209 2023-01-26 16:36:13 +01:00
metadata.py Metadata API: Implement RootVerificationResult 2024-02-01 21:13:29 +02:00