aboutsummaryrefslogtreecommitdiff
path: root/ks_attribute.c
AgeCommit message (Expand)Author
2018-05-20Drop <assert.h> now that everything should be using hal_assert() instead.Rob Austein
2017-10-23Cleanup signed/unsigned mismatches, mostly in loop countersPaul Selkirk
2017-02-13Add some comments for things I figured out while reviewing code.Paul Selkirk
2016-11-21Whack attribute code with a club until it works with PKCS #11.Rob Austein
2016-11-20Move UUID utilities to hal.h; change attribute values to (const void *).Rob Austein
2016-11-10First cut at ks_flash support for attribute get/set/delete API.Rob Austein
2016-10-14Keystore attribute code. Not really tested.Rob Austein
2016-10-07Checkpoint along the way to adding keystore attribute support.Rob Austein