data

package
v0.14.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 28, 2025 License: Apache-2.0 Imports: 6 Imported by: 1

Documentation

Overview

Package data (in testing) allows tests to access data for testing purpose.

Index

Constants

This section is empty.

Variables

View Source
var ARKPrivateKey = mustParseRSAPrivateKey(arkPrivateKeyPEM)

ARKPrivateKey is the RSA private key using 4096-bit length with a SHA256 digest for ARK Generated using:

openssl genrsa 4096 | openssl pkcs8 -topk8 -nocrypt
View Source
var ASKPrivateKey = mustParseRSAPrivateKey(askPrivateKeyPEM)

ASKPrivateKey is the ECDSA private key using 4096-bit length with a SHA256 digest for ASK Generated using:

openssl genrsa 4096 | openssl pkcs8 -topk8 -nocrypt
View Source
var ASVKPrivateKey = mustParseRSAPrivateKey(asvkPrivateKeyPEM)

ASVKPrivateKey is the ECDSA private key using 4096-bit length with a SHA256 digest for ASVK Generated using:

openssl genrsa 4096 | openssl pkcs8 -topk8 -nocrypt
View Source
var VCEKPrivateKey = mustParseECDSAPrivateKey(vcekPrivateKeyPEM)

VCEKPrivateKey is the ECDSA private key using P-384 curve with a SHA384 digest for VCEK Generated using:

openssl ecparam -genkey -name secp384r1 | openssl pkcs8 -topk8 -nocrypt
View Source
var VLEKPrivateKey = mustParseECDSAPrivateKey(vlekPrivateKeyPEM)

VLEKPrivateKey is the ECDSA private key using P-384 curve with a SHA384 digest for VLEK Generated using:

openssl ecparam -genkey -name secp384r1 | openssl pkcs8 -topk8 -nocrypt

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL