aboutsummaryrefslogtreecommitdiffstats
path: root/src/cipherstring.rs
Commit message (Collapse)AuthorAgeFilesLines
* bump depsJesse Luehrs2021-07-051-5/+6
|
* stop using opensslJesse Luehrs2021-04-171-16/+18
|
* clippyJesse Luehrs2021-04-171-7/+7
|
* stop using ringJesse Luehrs2021-04-171-19/+10
|
* switch to thiserrorJesse Luehrs2021-03-061-18/+19
|
* suggest rotating the user's encryption key for old cipherstring typesJesse Luehrs2021-03-021-3/+9
|
* line wrappingJesse Luehrs2020-10-131-1/+2
|
* clippyJesse Luehrs2020-10-121-1/+1
|
* adding documentationJake Swenson2020-07-241-0/+3
|
* Fixing ciphertype 6 supportJake Swenson2020-07-241-1/+2
|
* improve cipherstring parsing errorsJesse Luehrs2020-05-281-7/+30
|
* fix some unwrapsJesse Luehrs2020-05-031-3/+3
|
* also make the agent store decrypted org keys in memoryJesse Luehrs2020-05-031-0/+48
|
* refactor encrypt/decrypt methods to indicate symmetric encryptionJesse Luehrs2020-05-031-81/+116
| | | | since we're going to have to also implement asymmetric encryption
* move to ring for things that it supportsJesse Luehrs2020-05-031-29/+23
| | | | | 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)
* add encryption to the agent protocolJesse Luehrs2020-04-181-0/+49
|
* mlock sensitive memoryJesse Luehrs2020-04-081-11/+33
|
* renameJesse Luehrs2020-04-051-0/+95