1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
[](https://github.com/tillitis/tkeysign/actions/workflows/ci.yaml) [](https://pkg.go.dev/github.com/tillitis/tkeysign)
# Tillitis TKey Sign package
A Go package for communicating with the [`signer` device
app](https://github.com/tillitis/tkey-device-signer) on a
[Tillitis](https://tillitis.se/) TKey to get cryptographic signatures
over a message.
See the [Go doc](https://pkg.go.dev/github.com/tillitis/tkeysign)
for `tkeysign` for details on how to call the functions.
See [tkey-ssh-agent](https://github.com/tillitis/tkey-ssh-agent) and
[tkey-sign-cli](https://github.com/tillitis/tkey-sign-cli) for client
applications using this go package.
Release notes in [RELEASE.md](RELEASE.md).
## Licenses and SPDX tags
Unless otherwise noted, the project sources are copyright Tillitis AB,
licensed under the terms and conditions of the "BSD-2-Clause" license.
See [LICENSE](LICENSE) for the full license text.
Until Oct 25, 2024, the license was GPL-2.0 Only.
External source code we have imported are isolated in their own
directories. They may be released under other licenses. This is noted
with a similar `LICENSE` file in every directory containing imported
sources.
The project uses single-line references to Unique License Identifiers
as defined by the Linux Foundation's [SPDX project](https://spdx.org/)
on its own source files, but not necessarily imported files. The line
in each individual source file identifies the license applicable to
that file.
The current set of valid, predefined SPDX identifiers can be found on
the SPDX License List at:
https://spdx.org/licenses/
We attempt to follow the [REUSE
specification](https://reuse.software/).
|