Skip to content

Commit 1737283

Browse files
committed
[go/fixchain] updated x509 lib doesn't return duplicate roots
The Go 1.8 library will no longer return a chain with a duplicated root at the end (like Leaf -> Int -> RootA -> RootA). golang/go@07a31bc3da11
1 parent 4db169c commit 1737283

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

go/fixchain/fix_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ var constructChainTests = []fixTest{
2727
function: "constructChain",
2828
expectedChains: [][]string{
2929
{"Leaf", "Intermediate2", "Intermediate1", "CA"},
30-
{"Leaf", "Intermediate2", "Intermediate1", "CA", "CA"},
3130
},
3231
},
3332
{ // No roots results in an error

0 commit comments

Comments
 (0)