go-attestation/attributecert
Matthew Garrett 42b1d805de
Handle platform certificates that only provide a single property (#168)
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.
2020-05-29 17:24:06 -07:00
..
testdata Parse out platform component and properties data 2020-05-08 14:32:33 -07:00
attributecert_test.go Add tests to verify attribute certificate signatures 2020-05-06 18:54:52 -07:00
attributecert.go Handle platform certificates that only provide a single property (#168) 2020-05-29 17:24:06 -07:00