View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0008837 | GNUnet | util library | public | 2024-05-13 13:12 | 2024-06-08 12:03 |
Reporter | schanzen | Assigned To | schanzen | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Target Version | 0.21.2 | Fixed in Version | 0.21.2 | ||
Summary | 0008837: clear API for private keys should use secure memset_s | ||||
Description | Currently, we clear memory where private keys have been kept using memset, e.g. https://git.gnunet.org/gnunet.git/tree/src/lib/util/crypto_ecc.c#n416 We should probably use memset_s, if it exists. For that, we need to detect its availability accordingly. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2024-05-13 13:12 | schanzen | New Issue | |
2024-05-13 13:13 | schanzen | Assigned To | => schanzen |
2024-05-13 13:13 | schanzen | Status | new => assigned |
2024-05-13 14:10 | schanzen | Status | assigned => resolved |
2024-05-13 14:10 | schanzen | Resolution | open => fixed |
2024-05-13 14:10 | schanzen | Fixed in Version | => 0.21.2 |
2024-05-13 14:10 | schanzen | Note Added: 0022401 | |
2024-06-08 12:03 | schanzen | Note Added: 0022532 | |
2024-06-08 12:03 | schanzen | Status | resolved => closed |