Compare commits

..

No commits in common. "main" and "v1.0.0-rc.1" have entirely different histories.

5 changed files with 5 additions and 10 deletions

View File

@ -14,8 +14,5 @@
coverage: coverage:
status: status:
project: project:
default:
target: 80%
patch:
default: default:
target: 80% target: 80%

View File

@ -1,3 +1,3 @@
# Repo-Level Owners (in alphabetical order) # Repo-Level Owners (in alphabetical order)
# Note: This is only for the notaryproject/tspclient-go repo # Note: This is only for the notaryproject/tspclient-go repo
* @gokarnm @niazfk @priteshbandi @shizhMSFT @toddysm @Two-Hearts @vaninrao10 @yizha1 * @gokarnm @JeyJeyGao @niazfk @priteshbandi @shizhMSFT @toddysm @Two-Hearts @vaninrao10 @yizha1

View File

@ -10,12 +10,10 @@ Yi Zha <yizha1@microsoft.com> (@yizha1)
# Repo-Level Maintainers (in alphabetical order) # Repo-Level Maintainers (in alphabetical order)
# Pattern: [First Name] [Last Name] <[Email Address]> ([GitHub Handle]) # Pattern: [First Name] [Last Name] <[Email Address]> ([GitHub Handle])
# Note: This is for the notaryproject/tspclient-go repo # Note: This is for the notaryproject/tspclient-go repo
Junjie Gao <junjiegao@microsoft.com> (@JeyJeyGao)
Patrick Zheng <patrickzheng@microsoft.com> (@Two-Hearts) Patrick Zheng <patrickzheng@microsoft.com> (@Two-Hearts)
Shiwei Zhang <shizh@microsoft.com> (@shizhMSFT) Shiwei Zhang <shizh@microsoft.com> (@shizhMSFT)
# Emeritus Org Maintainers (in alphabetical order) # Emeritus Org Maintainers (in alphabetical order)
Justin Cormack <justin.cormack@docker.com> (@justincormack) Justin Cormack <justin.cormack@docker.com> (@justincormack)
Steve Lasker <StevenLasker@hotmail.com> (@stevelasker) Steve Lasker <StevenLasker@hotmail.com> (@stevelasker)
# Emeritus Repo-Level Maintainers (in alphabetical order)
Junjie Gao <junjiegao@microsoft.com> (@JeyJeyGao)

2
go.mod
View File

@ -1,3 +1,3 @@
module github.com/notaryproject/tspclient-go module github.com/notaryproject/tspclient-go
go 1.23.0 go 1.21

View File

@ -19,7 +19,7 @@ import (
) )
func TestConvertToDER(t *testing.T) { func TestConvertToDER(t *testing.T) {
var testBytes = make([]byte, 0x7FFFFFFF) var testBytes = make([]byte, 0xFFFFFFFF+8)
// primitive identifier // primitive identifier
testBytes[0] = 0x1f testBytes[0] = 0x1f
testBytes[1] = 0xa0 testBytes[1] = 0xa0