Compare commits
4 Commits
v1.0.0-rc.
...
main
Author | SHA1 | Date |
---|---|---|
|
6c337f1e30 | |
|
4f55b14d9f | |
|
543cd58803 | |
|
63a40da507 |
|
@ -14,5 +14,8 @@
|
|||
coverage:
|
||||
status:
|
||||
project:
|
||||
default:
|
||||
target: 80%
|
||||
patch:
|
||||
default:
|
||||
target: 80%
|
|
@ -1,3 +1,3 @@
|
|||
# Repo-Level Owners (in alphabetical order)
|
||||
# Note: This is only for the notaryproject/tspclient-go repo
|
||||
* @gokarnm @JeyJeyGao @niazfk @priteshbandi @shizhMSFT @toddysm @Two-Hearts @vaninrao10 @yizha1
|
||||
* @gokarnm @niazfk @priteshbandi @shizhMSFT @toddysm @Two-Hearts @vaninrao10 @yizha1
|
||||
|
|
|
@ -10,10 +10,12 @@ Yi Zha <yizha1@microsoft.com> (@yizha1)
|
|||
# Repo-Level Maintainers (in alphabetical order)
|
||||
# Pattern: [First Name] [Last Name] <[Email Address]> ([GitHub Handle])
|
||||
# Note: This is for the notaryproject/tspclient-go repo
|
||||
Junjie Gao <junjiegao@microsoft.com> (@JeyJeyGao)
|
||||
Patrick Zheng <patrickzheng@microsoft.com> (@Two-Hearts)
|
||||
Shiwei Zhang <shizh@microsoft.com> (@shizhMSFT)
|
||||
|
||||
# Emeritus Org Maintainers (in alphabetical order)
|
||||
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)
|
|
@ -19,7 +19,7 @@ import (
|
|||
)
|
||||
|
||||
func TestConvertToDER(t *testing.T) {
|
||||
var testBytes = make([]byte, 0xFFFFFFFF+8)
|
||||
var testBytes = make([]byte, 0x7FFFFFFF)
|
||||
// primitive identifier
|
||||
testBytes[0] = 0x1f
|
||||
testBytes[1] = 0xa0
|
||||
|
|
Loading…
Reference in New Issue