a3d3fb3b69
secure-enclave-unlocker ( #24 )
...
Co-authored-by: clawbot <clawbot@eeqj.de >
Reviewed-on: #24
Reviewed-by: clawbot <clawbot@noreply.example.org >
Co-authored-by: sneak <sneak@sneak.berlin >
Co-committed-by: sneak <sneak@sneak.berlin >
2026-03-14 07:36:28 +01:00
09b3a1fcdc
Remove internal/macse package and fix all linter issues
...
- Remove internal/macse package (Secure Enclave experiment)
- Fix errcheck: handle keychain.DeleteItem error return
- Fix lll: break long lines in command descriptions
- Fix mnd: add nolint comment for cobra.ExactArgs(2)
- Fix nlreturn: add blank lines before return/break statements
- Fix revive: add nolint comment for KEYCHAIN_APP_IDENTIFIER constant
- Fix nestif: simplify UnlockersRemove by using new NumSecrets method
- Add NumSecrets() method to vault.Vault for counting secrets
- Update golangci.yml to exclude ALL_CAPS warning (attempted various
configurations but settled on nolint comment)
All tests pass, code is formatted and linted.
2025-07-21 17:48:47 +02:00
816f53f819
Replace shell-based keychain implementation with keybase/go-keychain library
...
- Replaced exec.Command calls to /usr/bin/security with native keybase/go-keychain API
- Added comprehensive test suite for keychain operations
- Fixed binary data storage in tests using hex encoding
- Updated macse tests to skip with explanation about ADE requirements
- All tests passing with CGO_ENABLED=1
2025-07-21 15:58:41 +02:00
bba1fb21e6
docs
2025-07-15 19:01:29 +02:00
d4f557631b
prototype secure enclave interface
2025-07-15 09:37:02 +02:00