microsoft / MSRSec

Security and Privacy Research at Microsoft
MIT License
37 stars 28 forks source link

Initialize variable lists, generate object IDs, fix variable debug dump #2

Closed dmcilvaney closed 5 years ago

dmcilvaney commented 5 years ago

These fixes allow the Authvars TA to run enough for basic testing to start.

Note: The Authvar TA is currently not tracking newly created variables correctly and returns TEE_ERROR_ACCESS_CONFLICT because it attempts to create a new persistent object but the SHA256 hash always produce the same object ID for the same GUID + name.

DMattoon commented 5 years ago

These issues are addressed in an upcoming update (this afternoon).