Sourced from github.com/notaryproject/tspclient-go's releases.
v1.0.0
tspclient-go V1
The robust implementation of RFC 3161 Timestamp Protocol Client in Go.
Key Features
- RFC 3161 Compliance: Based on the specifications outlined in RFC 3161 for timestamping clients.
- Secure: Implements secure communication protocols, ensuring integrity and authenticity of timestamps.
- Reliable: Fully depends on standard Go libraries. Test coverage is as high as 95%.
- Easy Integration: Designed to be easily integrated into existing Go applications with straightforward API. Supports timestamping with popular public TSAs, such as digicert and globalsign.
What's Changed since v1.0.0-rc.1
- fix(test): unit test failed on GOARCH=386 by
@JeyJeyGao
in notaryproject/tspclient-go#41- chore: add patch to codecov by
@Two-Hearts
in notaryproject/tspclient-go#42Full Changelog: https://github.com/notaryproject/tspclient-go/compare/v1.0.0-rc.1...v1.0.0
Vote PASSED [+4 -0]: #43
543cd58
chore: add patch to codecov (#42)63a40da
fix(test): unit test failed on GOARCH=386 (#41)