diff options
| author | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2020-11-30 17:26:08 +0100 | 
|---|---|---|
| committer | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2020-11-30 17:26:08 +0100 | 
| commit | 9e6c301a830ef2675a2b2dab08002723b1315af4 (patch) | |
| tree | 1a3193f49f9af2c9ad68b5acf5d09e4185d62045 /x509util/testdata | |
| parent | c70ff166952b3d7c325a6db8d42751e82f86ae31 (diff) | |
migrated over to x509util/testdata
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. | 
