summaryrefslogtreecommitdiff
path: root/tests/test_queue.cpp
AgeCommit message (Collapse)AuthorFilesLines
2015-07-10Refactor DB and app_t structure - preparation for OCSP checking.Janusz Kozerski1-28/+22
New version of DB is needed to keep separately certificates from each signatrue. Because application can be signed by more than one signature we need to keep all certificates from all signatures in separate lists to make building certificates' chains easier. * Add operators (==, !=, <) for app_t structre * Add operators (==, !=) for event_t structure * Add tests for operators * Remove check_id from app_t structure Change-Id: I966dd81420618325d1afa55bcbc656291ccb4238
2015-07-06Add thread-safe Queue classJanusz Kozerski1-0/+135
* Add m_queue member to Logic class Change-Id: I31574fccd48cddc8bbb467568cf72c4d80d94803