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
|
[](https://github.com/tillitis/tkeyutil/actions/workflows/ci.yaml) [](https://pkg.go.dev/github.com/tillitis/tkeyutil)
# Tillitis TKey Utility package
A Go package with utility functions for a client application
communicating with a [Tillitis](https://tillitis.se/) TKey.
See the [Go doc](https://pkg.go.dev/github.com/tillitis/tkeyutil)
for `tkeyutil` for details on how to call the functions.
See [tkey-ssh-agent](https://github.com/tillitis/tkey-ssh-agent/) for
an example client application.
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 7, 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/).
|