Skip to content

Releases: unbekanntes-pferd/dco3-crypto

0.6.0 - dependency updates

22 Mar 08:00
35ef90e
Compare
Choose a tag to compare
  • minor dependency updates
  • replace log with tracing for logging

What's Changed

Full Changelog: v.0.5.1...v0.6.0

0.5.1 - minor fixes

27 Aug 10:03
9575ecc
Compare
Choose a tag to compare
  • add clone and partialeq derives to models

What's Changed

Full Changelog: v0.5.0...v.0.5.1

0.5.0 - minor improvements

05 May 09:49
c9a2672
Compare
Choose a tag to compare
  • Clone file keys and keypairs
  • pass by reference

What's Changed

Full Changelog: v.0.4.1...v0.5.0

0.4.1 - private key only decryption

19 Feb 19:49
6e7b329
Compare
Choose a tag to compare
  • fixed feature: decrypt only the private key container (required for public share decryption)

What's Changed

Full Changelog: v.0.4.0...v.0.4.1

0.3.0 - chunked encryption refactoring, generic implementation

05 Jan 11:50
efb8a8f
Compare
Choose a tag to compare

Breaking changes

  • Functions now accept slices and vec references as byte data
  • Imports for chunked encryption changed (added new traits Decrypter, Encrypter)

Other changes

  • Internal implementation now generic
  • readme updated (now includes basic usage)

What's Changed

Full Changelog: v.0.2.0...v.0.3.0

dco3-crypto 0.2.0

01 Jan 22:28
Compare
Choose a tag to compare
  • fix AAD for encryption / decryption
  • minor refactoring

Full Changelog: v.0.1.0...v.0.2.0

dco3-crypto 0.1.0 - initial release

20 Dec 17:46
cf11103
Compare
Choose a tag to compare

Initial release based on openssl - symmetric and asymmetric encryption for DRACOON.

What's Changed

New Contributors

Full Changelog: https://github.com/unbekanntes-pferd/dco3-crypto/commits/v.0.1.0