| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| sbctl-0.18.tar.gz | 2025-10-07 | 18.0 MB | |
| sbctl-0.18.tar.gz.sig | 2025-10-07 | 566 Bytes | |
| 0.18 source code.tar.gz | 2025-10-07 | 17.8 MB | |
| 0.18 source code.zip | 2025-10-07 | 17.9 MB | |
| README.md | 2025-10-07 | 1.2 kB | |
| Totals: 5 Items | 53.7 MB | 5 | |
[!IMPORTANT]
Binary builds are broken in the CI because of the new pcsclite dependency with cgo. Work in progress to fix.
Support for yubikey
sbctl now supports a yubikey backend for signing keys. This can be controlled through the usual --keytype, --pk-keytype, --kek-keytype and --db-keytype flags with sbctl create-keys.
Please note that sbctl does not carry any infrastructure to do interactive prompts. Any PINs needs to be passed through with the SBCTL_YUBIKEY_PIN environment variable.
Changelog
- Fixed a bug where
sbctl verifywould choke on any non-PE executables. sbctl sign -swill not save files before checking if we can sign them.- Misc dependency updates
Generated list of changes
What's Changed
- Initial yubikey backend keytype support by @tomis007 in https://github.com/Foxboron/sbctl/pull/418
- CI: missing libpcsclite pkg by @pheiduck in https://github.com/Foxboron/sbctl/pull/445
New Contributors
- @tomis007 made their first contribution in https://github.com/Foxboron/sbctl/pull/418
Full Changelog: https://github.com/Foxboron/sbctl/compare/0.17...0.18