Merge "Add new certificate tags defination for KeyMint V1."

This commit is contained in:
Treehugger Robot 2020-11-19 13:43:50 +00:00 committed by Gerrit Code Review
commit 78b8a3ffed

View file

@ -189,6 +189,16 @@ typedef enum {
KM_TAG_CONFIRMATION_TOKEN = KM_BYTES | 1005, /* used to deliver a cryptographic token
proving that the user confirmed a signing
request. */
KM_TAG_CERTIFICATE_SERIAL = KM_UINT | 1006, /* The serial number that should be
set in the attestation certificate
to be generated. */
KM_TAG_CERTIFICATE_SUBJECT = KM_BYTES | 1007, /* A DER-encoded X.500 subject that should be
set in the attestation certificate
to be generated. */
} keymaster_tag_t;
/**