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.
Click to show internal directories.
Click to hide internal directories.