From 9e6c301a830ef2675a2b2dab08002723b1315af4 Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Mon, 30 Nov 2020 17:26:08 +0100 Subject: migrated over to x509util/testdata --- x509util/testdata/data.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'x509util/testdata') diff --git a/x509util/testdata/data.go b/x509util/testdata/data.go index 46f4ab5..832a3aa 100644 --- a/x509util/testdata/data.go +++ b/x509util/testdata/data.go @@ -161,6 +161,8 @@ MC4CAQAwBQYDK2VwBCIEIKQd3B84w9pB6zJLGljuDyGKfz9uPP6QBeLiFcw0EME4 RootCertificate, RootCertificate2, }, []byte("\n")) + // NumTrustAnchors is the number of test trust anchors + NumTrustAnchors = 2 // ExpiredCertificate is a PEM-encoded certificate that is always expired, // i.e., `Not Before`=`Not After`. It is signed by IntermediateCertificate. -- cgit v1.2.3