Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-10-25 | Remove Socket class | Malfurious | 1 | -48/+18 | |
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 random password generation to use mbedtls entropy source | Malfurious | 1 | -8/+3 | |
Signed-off-by: Malfurious <m@lfurio.us> | |||||
2024-10-24 | Refactor SHA256 function to use mbedtls | Malfurious | 1 | -4/+3 | |
Signed-off-by: Malfurious <m@lfurio.us> | |||||
2024-10-24 | Refactor AES functions to use mbedtls | Malfurious | 1 | -33/+104 | |
Signed-off-by: Malfurious <m@lfurio.us> | |||||
2016-04-13 | Root commit for new Compass repository | Malf Furious | 1 | -0/+244 | |
This is the Alpha version of ComPASS, originally developed sometime in 2014. |