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
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)