Skip to content

Releases: ektrah/libsodium-core

v1.4.0

02 Apr 19:41

Choose a tag to compare

Changes:

  • Updated libsodium to 1.0.20.1
  • Added support for iOS, tvOS, and MacCatalyst

v1.4.0-preview.2

01 Feb 18:29

Choose a tag to compare

v1.4.0-preview.2 Pre-release
Pre-release

Changes:

  • Updated libsodium to 1.0.20.1

v1.4.0-preview.1

04 May 16:30

Choose a tag to compare

v1.4.0-preview.1 Pre-release
Pre-release

Changes:

  • Updated libsodium to 1.0.19.2
  • Added support for iOS, tvOS, and MacCatalyst

Note that this has not been extensively tested. Please provide feedback in #80 whether it works or not.

Please indicate the target platform (iOS, tvOS, or MacCatalyst), development platform (macOS, Windows, ...), and .NET SDK used, including version numbers.

Both positive and negative reports are welcome!

v1.3.5

27 Apr 11:44

Choose a tag to compare

Fixes:

  • Fixed GenericHash.HashSaltPersonal with a NULL key (#95)

v1.3.4

24 Sep 19:50
fcf56cb

Choose a tag to compare

Changes:

  • Updated libsodium to 1.0.19 (#98)

v1.3.3

15 Jan 09:43

Choose a tag to compare

Changes:

  • Included XML documentation in the NuGet package (#56)

v1.3.2

12 Dec 09:01

Choose a tag to compare

Fixes:

  • Added a missing nullable annotation

Changes:

  • Updated libsodium to 1.0.18.4

v1.3.1

15 Jul 18:07

Choose a tag to compare

Fixes:

  • Fixed a regression in hiding null byte terminators in PasswordHash
  • Added back support for .NET Standard 2.0 (#83)

Features:

  • Added unauthenticated ChaCha20 IETF (#86)

v1.3.0

30 Apr 10:12

Choose a tag to compare

New release! 🎉

v1.3.0-preview1

07 Apr 20:04

Choose a tag to compare

v1.3.0-preview1 Pre-release
Pre-release

Fixes:

  • Removed an invalid precondition for additionalData parameter in SecretAead* (#59)
  • Fixed the nonce length SecretAeadChaCha20Poly1305IETF (#69)
  • Fixed a buffer overflow in Utilities.BinaryToBase64 (#63)
  • Fixed Utilities.Compare to include a length check

Features:

  • Added a function to allow for checking scrypt password hashes (#48)
  • Exposed PublicKeyAuth constants as static properties (#50)

Improvements:

  • Removed trailing null byte terminators in PasswordHash (#77)
  • Annotated nullable reference types
  • Made KeyPair and DetachedBox read-only