Releases: trailofbits/rfc3161-client
Releases · trailofbits/rfc3161-client
v1.0.3
v1.0.2
Changed
-
Added
HashAlgorithm
to exports of the base package module (#143) -
Added
verify_message
method toVerifier
class (#144) -
Slight refactoring of the tests to ease how to test with multiple TSA (#145)
-
Changed return value of
VerifierBuilder.build()
from_Verifier
toVerifier
: This is technically
an API change but should have minimal user impact. (#147)
Fixed
- Fixed spelling of
hash_algorithm
parameter inTimestampRequestBuilder
class (#131)
v1.0.1
What's changed?
Fixed
-
The Verifier now enforces that the EKU (Extended Key Usage) explicitly includes the id-kp-timeStamping OID (#120)
-
The Verifier now searches for the leaf certificate in the Timestamp Response instead of using the first one provided (#121)
New Contributors
- @pjrobertson made their first contribution in #121
Full Changelog: v1.0.0...v1.0.1
v1.0.0 - First release
What's Changed
- TimestampRequest now accepts setting the hash algorithm to SHA256 (in addition to SHA512) (#93)
Full Changelog: v0.1.2...v1.0.0