Skip to content

Releases: beevik/nts

Release v0.3.0

23 Dec 02:26

Choose a tag to compare

Changes

  • Added support for the AES-GCM-SIV 128-bit encryption algorithm.
  • Added support for chrony's compliant and noncompliant modes for AES-GCM-SIV.
  • Added support for client-negotiated NTP server host and port requests.
  • Added more meaningful error messages for NTS-KE failures.

Fixes

  • Fixed a bug in the use of IPv6 with NTS server addresses.
  • Fixed a bug in the way unrecognized record types were handled.
  • Fixed a bug that could cause memory alignment errors on the Windows platform.

Release v0.2.1

17 Jan 21:21
6b20d83

Choose a tag to compare

Fixes

  • Fixed a bug that was causing some key exchanges to fail.

Release v0.2.0

10 Oct 05:43
488aadf

Choose a tag to compare

Changes

  • Added new SessionOptions.

Release v0.1.1

03 May 04:42

Choose a tag to compare

Updates

  • Updated package dependencies.
  • Updated go.mod minimum go version to 1.17.

Release v0.1.0

13 Jul 03:22

Choose a tag to compare

Package nts provides a client implementation of Network Time Security (NTS) for the Network Time Protocol (NTP). It enables the secure querying of time-related information that can be used to synchronize the local system clock with a more accurate network clock. See RFC 8915 for more details.