summaryrefslogtreecommitdiff
path: root/trust/index.c
Commit message (Expand)AuthorAgeFilesLines
* MOVED TO: https://github.com/p11-glue/p11-kitHEADmasterStef Walter2016-11-291-912/+0
* trust: Double check that index bucket is valid before accessStef Walter2014-08-081-2/+2
* trust: Add index callback for when an object is removedStef Walter2013-08-291-0/+25
* Fix various memory leaks exposed by 'make leakcheck'Stef Walter2013-07-231-1/+1
* Fix various issues highlighted by coverity scannerStef Walter2013-07-181-9/+9
* trust: Fix bug with load validation failuresStef Walter2013-07-081-2/+3
* trust: Fix various issues writing objects in trust tokenStef Walter2013-07-081-8/+121
* trust: Rename p11_index_batch() to p11_index_load()Stef Walter2013-07-031-2/+2
* trust: Implement reloading of token dataStef Walter2013-07-031-6/+12
* Fix memory leaks reported by 'make leakcheck'Stef Walter2013-03-201-3/+4
* Fix invalid memory accesses reported by 'make memcheck'Stef Walter2013-03-201-1/+1
* trust: Rework index to be faster and more usableStef Walter2013-03-201-120/+319
* trust: Better generation of nss objects and assertions for serial+issuerStef Walter2013-03-181-1/+2
* Refine looking up of attributes in arraysStef Walter2013-03-181-1/+1
* trust: Refactor to include concept of the indexStef Walter2013-03-151-0/+566