diff options
Diffstat (limited to 'x509util/testdata')
| -rw-r--r-- | x509util/testdata/data.go | 2 | 
1 files changed, 2 insertions, 0 deletions
| 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. | 
