aboutsummaryrefslogtreecommitdiffstats
path: root/src/locked.rs
Commit message (Collapse)AuthorAgeFilesLines
* use bounded iteratorsJesse Luehrs2021-04-171-1/+6
| | | | | new arrayvec version panics if the iterator overflows rather than just stopping
* bump depsJesse Luehrs2021-04-171-2/+4
|
* also make the agent store decrypted org keys in memoryJesse Luehrs2020-05-031-0/+14
|
* ensure we clear the entire memory for the locked vecJesse Luehrs2020-04-181-0/+1
|
* improve error handling and reportingJesse Luehrs2020-04-121-0/+2
|
* simplifyJesse Luehrs2020-04-111-1/+1
|
* more robust zeroizationJesse Luehrs2020-04-101-7/+3
|
* overwrite locked memory before dropping itJesse Luehrs2020-04-101-0/+12
|
* mlock sensitive memoryJesse Luehrs2020-04-081-0/+80