v3.1.0
Added
-
API:
dsse.StatementBuilder
has been added. It can be used to construct an
in-totoStatement
for subsequent enveloping and signing.
This API is public but is not considered stable until the next major
release.
(#1077) -
API:
dsse.Digest
,dsse.DigestSet
, anddsse.Subject
have been added.
These types can be used with theStatementBuilder
API as part of in-toto
Statement
construction.
These API are public but are not considered stable until the next major
release.
(#1078)
Changed
- API:
verify_dsse
now rejects bundles with DSSE envelopes that have more than
one signature, rather than checking all signatures against the same key
(#1062)