Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-10-25 | Remove remote-host and port options | Malfurious | 1 | -2/+2 | |
Support for remote keychains is removed, so also remove the associated command-line options. Signed-off-by: Malfurious <m@lfurio.us> | |||||
2024-10-25 | Remove Socket class | Malfurious | 1 | -2/+1 | |
The remote socket functionality was only stub code, never fully implemented. A network architecture for compass keychains is no longer a design goal, so the dead code is removed. Signed-off-by: Malfurious <m@lfurio.us> | |||||
2024-10-24 | Refactor SHA256 function to use mbedtls | Malfurious | 1 | -0/+1 | |
Signed-off-by: Malfurious <m@lfurio.us> | |||||
2024-10-24 | Refactor AES functions to use mbedtls | Malfurious | 1 | -7/+8 | |
Signed-off-by: Malfurious <m@lfurio.us> |