Golang implementation of the Time-Stamp Protocol (TSP) client as specified in RFC3161
Go to file
Junjie Gao 6c337f1e30
chore: update maintainer list: Junjie Gao retired (#46)
Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
2025-06-30 17:46:13 +08:00
.github chore: add patch to codecov (#42) 2024-12-30 08:44:48 +08:00
internal fix(test): unit test failed on GOARCH=386 (#41) 2024-12-23 09:41:54 +08:00
pki docs: updated docs of the library (#25) 2024-07-09 07:47:29 +08:00
testdata feat: add tspclient package (#18) 2024-06-27 13:04:41 +08:00
.gitignore feat: ber to der convertor (#11) 2024-01-31 15:21:55 +08:00
CODEOWNERS chore: update maintainer list: Junjie Gao retired (#46) 2025-06-30 17:46:13 +08:00
LICENSE Initial commit 2024-01-17 16:10:40 +08:00
MAINTAINERS chore: update maintainer list: Junjie Gao retired (#46) 2025-06-30 17:46:13 +08:00
Makefile ci: add MAKEFILE and build workflow to the repo (#19) 2024-01-22 16:37:33 +08:00
README.md docs: updated docs of the library (#25) 2024-07-09 07:47:29 +08:00
conformance_test.go cut!: remove nonce options (#34) 2024-10-30 09:53:23 +08:00
errors.go feat: add tspclient package (#18) 2024-06-27 13:04:41 +08:00
errors_test.go feat: add tspclient package (#18) 2024-06-27 13:04:41 +08:00
go.mod bump: upgrade go version to v1.23.0 (#44) 2025-03-06 14:37:39 +08:00
http.go fix: add more tsa url sanity check (#37) 2024-10-29 08:53:21 +08:00
http_test.go cut!: remove nonce options (#34) 2024-10-30 09:53:23 +08:00
request.go cut!: remove nonce options (#34) 2024-10-30 09:53:23 +08:00
request_test.go cut!: remove nonce options (#34) 2024-10-30 09:53:23 +08:00
response.go docs: updated docs of the library (#25) 2024-07-09 07:47:29 +08:00
response_test.go feat: enhanced output of TSTInfo Validate (#23) 2024-07-02 09:19:44 +08:00
timestamp.go feat: add Format() to timestamp (#30) 2024-07-16 07:56:37 +08:00
timestamp_test.go feat: add Format() to timestamp (#30) 2024-07-16 07:56:37 +08:00
token.go fix: CMS content type check (#35) 2024-10-29 08:34:21 +08:00
token_test.go fix: CMS content type check (#35) 2024-10-29 08:34:21 +08:00
tspclient.go docs: updated docs of the library (#25) 2024-07-09 07:47:29 +08:00

README.md

tspclient-go

Build Status codecov Go Reference

tspclient-go provides implementation of the Time-Stamp Protocol (TSP) client as specified in RFC 3161.

Table of Contents

Documentation

Library documentation is available at Go Reference.

Code of Conduct

This project has adopted the CNCF Code of Conduct.

License

This project is covered under the Apache 2.0 license. You can read the license here.