Azure / iot-identity-service

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

[tpmd] Fix regression in TPM authentication key index #451

Closed onalante-msft closed 2 years ago

onalante-msft commented 2 years ago

The default index was incorrectly written, and the value inherited from the configuration was not used in the key import subroutine.

Resolves #450 and Azure/iotedge#6638.

arsing commented 2 years ago

Also fixes https://github.com/Azure/iot-identity-service/issues/450 I assume?

onalante-msft commented 2 years ago

Yes, it should.