aboutsummaryrefslogtreecommitdiff
path: root/crypto_test.go
diff options
context:
space:
mode:
authorRasmus Dahlberg <rasmus.dahlberg@kau.se>2020-12-02 17:35:10 +0100
committerRasmus Dahlberg <rasmus.dahlberg@kau.se>2020-12-02 17:35:10 +0100
commitea918bc1874b4d7c0bf8cc2e2178cdd653633ede (patch)
treef437233ac8904c84616ef39d9bac5ae4157b3def /crypto_test.go
parent30d3088eacd39c856fc8ae4e07ebb045b17357d2 (diff)
added expired certificate
Diffstat (limited to 'crypto_test.go')
-rw-r--r--crypto_test.go2
1 files changed, 1 insertions, 1 deletions
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",