Skip to content

Releases: tillitis/tkeyclient

v1.3.1

Choose a tag to compare

@mchack-work mchack-work released this 23 Mar 19:25
v1.3.1

Make it default to skip first byte in USS digest unless Castor is detected. This way TKey Unlocked also gets the Bellatrix behaviour of the USS digest and less people need to change their keys.

Full Changelog: v1.3.0...v1.3.1

v1.3.0

Choose a tag to compare

@dehanj dehanj released this 16 Mar 12:43
v1.3.0
  • Version v1.2.0 and earlier had a protocol vulnerability leaving some
    USSs unused. A CDI generated from use of this package might be
    changed since earlier versions! Read more here:

    GHSA-4w7r-3222-8h6v

  • Adds new option function WithFullUss() for use with Connect().

Complete changelog.

v1.2.0

Choose a tag to compare

@mchack-work mchack-work released this 19 Aug 09:20
v1.2.0
61a8f67

What's Changed

  • Detect new Castor USB VID/PID and older TKey models.
  • Include helpful list of UDI Product ID.
  • Update x/crypto to v0.40.0.

Complete changelog.

v1.1.0

Choose a tag to compare

@dehanj dehanj released this 25 Oct 11:41
v1.1.0
a383c40
  • Change license to BSD-2-Clause
  • Follow REUSE specification, see https://reuse.software/
  • Return payload even if NOK is set in header
  • Update max app size to 128 kiB
  • Reset read timeout to disabled in GetNameVersion
  • Add function SetReadTimeoutNoErr, to use nicely with defer
  • Update golanglint-ci
  • Introduce use of safecast

Complete
changelog.

v1.0.0

Choose a tag to compare

@dehanj dehanj released this 09 Apr 06:05
v1.0.0
4e6a5c7

Going to version 1.0.0 to indicate that tkeyclient is stable and production ready, according to Semantic Versioning.

  • Bumping go dependencies.
  • Removing stray dependency go-winres.
  • Go lint using golangci-lint-action in CI.
  • Updating README and copyright notice.

v0.0.8

Choose a tag to compare

@dehanj dehanj released this 04 Oct 19:17
v0.0.8
11d50a9

Update dependencies. Updating the serial package to keep tkeyclient buildable on darwin with go 1.21.

  • go.bug.st/serial v1.6.1
  • golang.org/x/crypto v0.13.0
  • golang.org/x/sys v0.12.0