Historial de Commits

Autor SHA1 Mensaje Fecha
  Ian Goldberg e11426f5f9 Touchups to Enclave/ingest.{cpp,hpp} hace 1 año
  Ian Goldberg 1ae94b11ed Rename ecall_authenticate to ecall_ingestion_authenticate hace 1 año
  Sajin Sasy 3316adbb1a Changes to support public routing protocol hace 1 año
  Sajin Sasy 6ae7a706ca Generate (fixed generation error) and verify tokens for private channel messages hace 1 año
  Sajin Sasy 1ed7f51b82 Fixed the bug with distibuting clients over their ingestion servers. Clients are now distributed over ingestion servers with the same modulo calculation like clients to storage server mapping hace 1 año
  Sajin Sasy 7f14b5308a Storage servers send back token bundles and messages every epoch to clients that have authenticated hace 1 año
  Sajin Sasy b6f94bc83a Fixed a silent bug with client authentication failing since IV has to be SGX_AESGCM_IV_SIZE. Split client structures into Enclave/Client and moved client authentication there for use by storage module as well hace 1 año
  Sajin Sasy c762dc289c Clients authenticate with epoch number as IV. Client messages (both authenticate and message_bundles) no longer use headers hace 1 año
  Sajin Sasy 4e6f8ee07d Ingestion processing uses the ingbuf in route_state now. Removed unnecessary memcpy's in ingestion processing. Clients maintain a SimID and a ClientID, and send messages to the correct ClientID format. hace 1 año
  Sajin Sasy 1aeb41385b Ingestion servers handle client connections asynchronously correctly (using async_read now). Clients send CLIENTS_AUTHENTICATE message first, then several CLIENT_MESSAGE_BUNDLE messages hace 1 año
  Sajin Sasy bda0918bd3 Ingestion processes msgbundle, and queues messages into a msgBuffer hace 1 año
  Sajin Sasy aa86ecf9c1 Client -> Ingestion send (unencrypted) message bundles. Ingestion servers queue them into a msgBuffer hace 1 año
  Sajin Sasy e7b2583ff6 Created Ingestion Class. Generate client encryption keys in the client simulator and on the ingestion side. (Currently just for server 0) hace 1 año