Azure / iot-identity-service

Source of the Azure IoT Identity Service and related services.
MIT License
37 stars 46 forks source link

[tpmd] Use standard location for SRK persistence, revert AK index #454

Closed onalante-msft closed 2 years ago

onalante-msft commented 2 years ago

The storage root key was persisted at incorrect index. The index should be PERSISTENT_OBJECT_BASE + 0x00_00_01, whereas the index used was PERSISTENT_OBJECT_BASE + 0x00_10_00^1.

Cf. #450.