Граф коммитов

2 Коммитов

Автор SHA1 Сообщение Дата
Spencer Nofzinger e21acd0b57 Merged PR 6578055: Added mariner and overlake modules. Generalized RNG functions. Implemented en...
Added embedded modules. Generalized RNG functions. Added Jitter as submodule and implemented entropy sourcing from Jitter for embedded and generic Linux modules

Related work items: #36787279
2021-11-18 21:42:39 +00:00
Mitch Lindgren 🦎 5b1cfe0171 Merged PR 5935572: Create SymCrypt shared object module with integrity verification
This change adds a new SymCrypt shared object module for Linux. The shared object module implements integrity verification for FIPS compliance by reading its own memory at runtime, reversing any relocations, calculating the HMAC-SHA256 digest of the module contents in memory, and comparing the digest to a known-good value which is injected into the module (outside the FIPS boundary) post compilation by a Python script.

Related work items: #30397153, #30397542, #30397643, #30397707, #30397781, #32407416
2021-04-30 19:52:39 +00:00