mirror of
https://github.com/google/go-attestation.git
synced 2025-04-24 21:09:45 +00:00
Handle platform certificates that only provide a single property The spec states that the PlatformProperties field of the PlatformConfiguration attribute should be a sequence of key value pairs. However, it seems that if there's only a single property present, it's sometimes being stored as a bare key value pair rather than a sequence with a single entry. Work around that.