summaryrefslogtreecommitdiff
path: root/crates/safelog/semver.md
Commit message (Collapse)AuthorAgeFilesLines
* Rename Sensitive::into_inner() from ::unwrap()Ian Jackson2022-12-121-0/+2
| | | | | | | | | | By analogy with similar methods on Mutex, Cell, BufReader, etc. etc. Discussed here https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/890#note_2856885 Make it a method, as per https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/928
* Remove semver.md files now that 1.1.0 is released.Nick Mathewson2022-11-301-2/+0
|
* safelog: Define a "Redactable" traitNick Mathewson2022-11-281-0/+2
A "redactable" object is one that can be _partially_ scrubbed in sensitive contexts. This can be very helpful for UX, but is not risk-free: see comments.