You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed a bug where the verification incorrectly picked the leaf certificate. This
allowed an attacker who could modify a timestamp response to make a
legitimately-signed timestamp from TSA-A pass verification as if it came from
TSA-B.
Timestamps are now verified with the timestamp time as reference time like the RFC
says: this means that the certificate chain no longer needs to be valid at current
time, it is enough for it to have been valid at timestamp time
(#174)
Added HashAlgorithm to exports of the base package module (#143)
Added verify_message method to Verifier class (#144)
Slight refactoring of the tests to ease how to test with multiple TSA (#145)
Changed return value of VerifierBuilder.build() from _Verifier to Verifier: This is technically
an API change but should have minimal user impact. (#147)
Fixed
Fixed spelling of hash_algorithm parameter in TimestampRequestBuilder class (#131)