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) #457

Closed gordonwang0 closed 2 years ago

gordonwang0 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.