Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 825 Bytes

CHANGELOG.MD

File metadata and controls

34 lines (20 loc) · 825 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

1.3.0 - 2023-12-21

Added

  • Added in the RSA package to exchange RSA keys between the agent and the server
  • Added KEYEXCHANGE constant to the list of message types
  • Added IntToType function to convert an integer to a Merlin message type
  • Added Qodana configuration and baseline files

Changed

  • Upgraded github.com/google/uuid to v1.5.0

1.2.0 - 2023-10-29

Changed

  • Upgraded github.com/google/uuid to v1.4.0

1.1.0 - 2023-10-18

Added

  • Add the OPAQUE structures in the opaque directory

1.0.0 - 2023-10-17

  • Initial release