aboutsummaryrefslogtreecommitdiff
path: root/crypto.c (unfollow)
Commit message (Expand)Author
2018-09-18Change profiling breakdownFranklin Wei
2018-08-03Adapt dummy service and client for new profiling methodFranklin Wei
2018-07-19Implement dummy prepopulation (with a separate script)Franklin Wei
2018-07-18Add a compile-time option to do database prepopulation and exitFranklin Wei
2018-07-12Inline bintree_sibling() and bintree_parent()Franklin Wei
2018-07-10Fix whitespace, indentation; minor changes to plotting scriptFranklin Wei
2018-07-10Track build code/compose file as a hashFranklin Wei
2018-07-09Clean up some minor stuffFranklin Wei
2018-07-08Refactor and optimizeFranklin Wei
2018-07-06Add nonce to version info response (to prevent replay); various code cleanupFranklin Wei
2018-07-03Make constants all 64-bitFranklin Wei
2018-07-03Use 64-bit integers where appropriateFranklin Wei
2018-06-30Add dummy client/server for comparison; fix bugs and polish database codeFranklin Wei
2018-06-28Some hacks to enable usage with old opensslFranklin Wei
2018-06-28more fixesFranklin Wei
2018-06-28more fixesFranklin Wei
2018-06-28Add more workaround functionsFranklin Wei
2018-06-28Work around old OpenSSL APIFranklin Wei
2018-06-26WIP on database backendFranklin Wei
2018-06-25Limit direct access to IOMT structureFranklin Wei
2018-06-25Update client; provide ACL in response; add encryptionFranklin Wei
2018-06-24Implement file info and content retrieval in clientFranklin Wei
2018-06-23Add command-line interface for clientFranklin Wei
2018-06-22Finish implementing client and serverFranklin Wei
2018-06-21Add a separate client communicating by unix socketFranklin Wei
2018-06-20Support creation of line-by-line IOMTs from disk filesFranklin Wei
2018-06-20Some code cleanup and refactorFranklin Wei
2018-06-20Adapt service provider for tracking container build and compose filesFranklin Wei
2018-06-18Squash some bugs, cleanup; implement ACL modification in service providerFranklin Wei
2018-06-17Some refactoring; file info retrieval in service provider as wellFranklin Wei
2018-06-15Silence some warnings (and fix an important bug!)Franklin Wei
2018-06-15Clean up memory leaks and uninitialized valuesFranklin Wei
2018-06-15Further refactoring and clean-up; more work on service providerFranklin Wei
2018-06-15Refactor IOMT-specific code into crypto.c (and out of service_provider)Franklin Wei
2018-06-14Refactor and clean-up; also WIP on tm_retrieve_secret()Franklin Wei
2018-06-14Working on EQ generationFranklin Wei
2018-06-13Working on service provider tree management routinesFranklin Wei
2018-06-12Various changes; also implement binary tree complement calculationFranklin Wei
2018-06-04Restructure; test file creationFranklin Wei