Skip to content

Releases: sandbox-quantum/sandwich

v0.3.0

23 Feb 16:49
Compare
Choose a tag to compare

v0.3.0 (Feb 23, 2024)

Major changes

  • Experimental TurboTLS protocol implementation.

Minor changes

  • Revamped Go Language binding to workaround restriction Golang places on accessing c types across packages.
  • Go helpers now always return blocking IOs.

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

01 Feb 13:04
Compare
Choose a tag to compare

v0.2.0 (Feb 1, 2024)

Major changes

  • Security fixes discovered by independent security research firm Trail of Bits.
  • Support for OpenSSL 3.2.0 coupled with oqs-provider as a cryptographic backend.
  • Support for TLS 1.2
  • New APIs on top of OpenTelemetry which traces internal stages of a TLS connection along with data collection.

Minor changes

  • Fix an issue where protobuf versions did not match.
  • Update liboqs to its latest version to fix the DIV issue in Kyber implementation.
  • Accept standard Rust IO.

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0: initial public version

08 Aug 11:55
Compare
Choose a tag to compare
Initial public version