Skip to content

Releases: goto-opensource/secure-frame-rs

v0.3.0

28 Oct 10:21
3050eb5
Compare
Choose a tag to compare

Features

  • Update key derivation / tag computation to draft-03

v0.2.3

12 Oct 12:34
ccd5d64
Compare
Choose a tag to compare

Features

  • Aes ctr mode ciphers for openssl

v0.2.2

02 Aug 15:14
b20a660
Compare
Choose a tag to compare

Features

  • Aes ctr mode ciphers for openssl

v0.2.1

17 Jul 07:24
0af96e6
Compare
Choose a tag to compare

Bug Fixes

  • Wrong auth tag size

Features

  • Crypto library feature handling
  • Openssl aead implemenation
  • Implement hkdf with openssl
  • Add openssl crypto crate stub
  • Update to draft enc-01

v0.2.0

28 Apr 20:06
2c4e9d8
Compare
Choose a tag to compare

Performance

  • Reusable, internal buffer in sender/receiver
  • Improved nonce creation