aboutsummaryrefslogtreecommitdiffstats
path: root/src/identity.rs
Commit message (Collapse)AuthorAgeFilesLines
* stop using ringJesse Luehrs2021-04-171-17/+10
|
* switch to thiserrorJesse Luehrs2021-03-061-1/+1
|
* move to ring for things that it supportsJesse Luehrs2020-05-031-10/+19
| | | | | it doesn't support AES_256_CBC_HMAC_SHA256, so we can't move that over yet (see https://github.com/briansmith/ring/issues/588)
* mlock sensitive memoryJesse Luehrs2020-04-081-18/+27
|
* clippyJesse Luehrs2020-04-061-3/+3
|
* basic implementation of the cryptographic stuffJesse Luehrs2020-04-051-0/+44