Skip to content

Releases: ektrah/libsodium-core

v1.4.0-preview.1

04 May 16:30
Compare
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
Compare
Choose a tag to compare

Fixes:

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

v1.3.4

24 Sep 19:50
fcf56cb
Compare
Choose a tag to compare

Changes:

  • Updated libsodium to 1.0.19 (#98)

v1.3.3

15 Jan 09:43
Compare
Choose a tag to compare

Changes:

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

v1.3.2

12 Dec 09:01
Compare
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
Compare
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
Compare
Choose a tag to compare

New release! 🎉

v1.3.0-preview1

07 Apr 20:04
Compare
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

v1.2.3

19 Mar 19:35
Compare
Choose a tag to compare

Fixes:

  • PasswordHash not handling null-terminated strings (#46 solved by #47)

v1.2.2

26 Jan 19:48
Compare
Choose a tag to compare

Release description