From 3f1489f4f4532f93f766fc849a2e3e2b65667747 Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Wed, 2 Dec 2020 17:05:45 +0100 Subject: added instance and log parameter tests --- x509util/testdata/data.go | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'x509util/testdata') diff --git a/x509util/testdata/data.go b/x509util/testdata/data.go index 832a3aa..6438ecc 100644 --- a/x509util/testdata/data.go +++ b/x509util/testdata/data.go @@ -164,6 +164,11 @@ MC4CAQAwBQYDK2VwBCIEIKQd3B84w9pB6zJLGljuDyGKfz9uPP6QBeLiFcw0EME4 // NumTrustAnchors is the number of test trust anchors NumTrustAnchors = 2 + // LogPrivateKey is an Ed25519 signing key + LogPrivateKey = []byte(`-----BEGIN PRIVATE KEY----- +MC4CAQAwBQYDK2VwBCIEIAhqlhKgY/TiEyTIe5BcZKLELGa2kODtJ3S+oMP4JwsA +-----END PRIVATE KEY-----`) + // ExpiredCertificate is a PEM-encoded certificate that is always expired, // i.e., `Not Before`=`Not After`. It is signed by IntermediateCertificate. ExpiredCertificate = []byte(` -- cgit v1.2.3