From ea918bc1874b4d7c0bf8cc2e2178cdd653633ede Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Wed, 2 Dec 2020 17:35:10 +0100 Subject: added expired certificate --- crypto_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto_test.go') diff --git a/crypto_test.go b/crypto_test.go index 6233613..d304b93 100644 --- a/crypto_test.go +++ b/crypto_test.go @@ -51,7 +51,7 @@ func TestBuildChainFromDerList(t *testing.T) { maxChain: 3, anchors: testdata.RootCertificate, chain: mustMakeDerList(t, testdata.ExpiredChain), - wantErr: false, // TODO: should be true! fixme + wantErr: false, }, { description: "bad chain: too large", -- cgit v1.2.3