mikhailuwu / safeheap

Safeheap is a library providing memory security implementations allowing users to protect sensitive memory during storing and handling.
GNU General Public License v3.0
1 stars 0 forks source link

SITREP Request #18

Closed mikhailuwu closed 1 week ago

mikhailuwu commented 1 week ago

Provide a situation report for all issues.

mikhailuwu commented 1 week ago

SITREP 2024 SEP 9

10 - Implementation of general sh_get_key done, relying on a strcpy of unsecure_key and if tpm, sh_tpm_get_key which has not yet been implemented due to lack of library understanding. The function sh_tpm_store_key is work-in-progress and will be completed before the sh_tpm_get_key function.

11 - sh_tpm_get_randbyte is implemented but untested.

12 - Complete. The function now retrieves value from table instead of switch case.

13 - Not started yet.

14 - sh_init_check not started yet.

15 - Complete. Function implemented for retrieving algorithm/mode diff value. sh_malloc now uses to adjust segment_size accordingly.

16 - Not started. 17 - Work-in-progress.