Commit graph

5 commits

Author SHA1 Message Date
Ivan
51802d56e0
chore: cleanup tests and comments 2026-07-13 08:56:23 -05:00
Ivan
ca6228bf6e
chore(license header) update license from 0BSD to Apache-2.0 across multiple files 2026-04-30 02:08:36 -05:00
Ivan
7d5487ee68
feat(identity): implement hardware-bound identity file support with loading and error handling 2026-04-27 04:12:59 -05:00
Ivan
62c2b1aabe
refactor: standardize constant naming and update copyright notices
- Updated copyright notices across multiple files to reflect the new ownership.
- Refactored constant names to follow Go naming conventions, changing from uppercase to camel case (e.g., `APP_NAME` to `AppName`).
- Adjusted logging levels in debug statements to use the new constants.
- Modified test files to align with the updated constant names and environment variable usage.
2026-04-19 17:07:05 -05:00
Ivan
e823410996
refactor(identity, cryptography): improve signing methods to return errors and implement Ed25519 signer for improved key management
This also allows use of HSMs
2026-04-12 20:49:40 -05:00