support different aaguid's in cert for different solo models

This commit is contained in:
Conor Patrick
2019-12-01 16:38:37 -05:00
parent 54c66d80b6
commit 1d59bbfdd4
5 changed files with 23 additions and 7 deletions

View File

@@ -211,4 +211,9 @@ void device_attestation_read_cert_der(uint8_t * dst);
*/
uint16_t device_attestation_cert_der_get_size();
/** Read the device's 16 byte AAGUID into a buffer.
* @param dst buffer to write 16 byte AAGUID into.
* */
void device_read_aaguid(uint8_t * dst);
#endif