EntrustCorporation / draft-rats-pkix-evidence

An IETF Internet Draft specifying a standardized attestation evidence format intended for HSMs and other cryptographic devices
Other
1 stars 1 forks source link

The ASN.1 you're looking for #5

Open ounsworth opened 4 months ago

ounsworth commented 4 months ago

draft-ounsworth-rats-pkix-evidence-00 says:

CertHash ::= SEQUENCE { hash AlgorithmIdentifier, value OCTET STRING } -- There is bound to already exist an ASN.1 structure for this somewhere.


RFC 5126:

ESSCertIDv2 ::= SEQUENCE { hashAlgorithm AlgorithmIdentifier -- DEFAULT {algorithm id-sha256} --, certHash Hash, issuerSerial IssuerSerial OPTIONAL }

Russ