Skip to content

Releases: franziskuskiefer/evercrypt-rust

v0.0.10

09 Jul 08:48
Compare
Choose a tag to compare

Bug Fixes

  • EdDSA25519 throws an error when called with invalid key/signature

Features

  • AEAD supports "combined" encryption/decryption now where ctxt || tag is returned when encrypting and expected when decrypting

v0.0.9

19 May 13:57
Compare
Choose a tag to compare
  • added support for aarch64-apple-darwin and aarch64-apple-ios targets
  • updated hacl*
  • made ecdsa more robust
  • deprecated some bad function names

v0.0.8

09 Mar 09:02
f7a18b9
Compare
Choose a tag to compare

Fix some Windows build issues in evercrypt-sys

v0.0.7

24 Feb 13:17
Compare
Choose a tag to compare
  • hacl-star udpate
  • added tag_size function to AEADs to get the tag size

v0.0.6

18 Dec 13:02
8fccc70
Compare
Choose a tag to compare

Fix Windows build issues if the build is spread across multiple drives.

v0.0.5

15 Dec 14:21
79fffa7
Compare
Choose a tag to compare

This release

  • fixes a memory leak in AEAD
  • adds some additional error handling in AEAD and P256

v0.0.4

17 Nov 11:24
Compare
Choose a tag to compare

Support for Windows x64

v0.0.3

10 Nov 10:05
Compare
Choose a tag to compare
fix evercrypt-sys build for publishing

v0.0.3-dev2

20 Oct 12:00
Compare
Choose a tag to compare
v0.0.3-dev2 Pre-release
Pre-release

Fixing build issues in v0.0.3-dev

v0.0.3-dev

14 Oct 14:36
581e505
Compare
Choose a tag to compare
v0.0.3-dev Pre-release
Pre-release

This is a dev release for v0.0.3 with ARM support.