diff options
author | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2020-12-02 17:35:10 +0100 |
---|---|---|
committer | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2020-12-02 17:35:10 +0100 |
commit | ea918bc1874b4d7c0bf8cc2e2178cdd653633ede (patch) | |
tree | f437233ac8904c84616ef39d9bac5ae4157b3def /crypto_test.go | |
parent | 30d3088eacd39c856fc8ae4e07ebb045b17357d2 (diff) |
added expired certificate
Diffstat (limited to 'crypto_test.go')
-rw-r--r-- | crypto_test.go | 2 |
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", |