This will be a tracking issue for the progress of DRAM encryption in the runtime. In-memory encryption - [x] Add AES software implementation into the runtime - [ ] Add support for AES hardware implementations (SBI call for crypto copies?) - [x] Hook AES driver into memory page in/out - [x] Use secure IVs for protection against replay attacks Memory consistency - [x] Add SHA software software implementation into the runtime - [ ] Add support for SHA hardware implementations - [x] Store page hashes for consistency checking
This will be a tracking issue for the progress of DRAM encryption in the runtime.
In-memory encryption
Memory consistency