Skip to content

Releases: VirgilSecurity/virgil-crypto-c

v0.16.1

23 Jul 11:07
Compare
Choose a tag to compare

Improvements

  • Packages: Added specs for Carthage binary distribution

v0.16.1-rc1

23 Jul 09:28
Compare
Choose a tag to compare
v0.16.1-rc1 Pre-release
Pre-release

Improvements

  • Packages: Added specs for Carthage binary distribution

v0.16.0

28 Jul 08:42
Compare
Choose a tag to compare

Features

  • macOS: Added Apple Silicon support.

Changes

  • iOS: Replaced a Universal Framework with an XCFramework.

Improvements

  • Ext: Updated mbedTLS to the version 2.17.0 that contains security fixes.
  • Ext: Updated nanopb to the version 0.4.5.

v0.16.0-rc1

14 Jul 08:22
Compare
Choose a tag to compare
v0.16.0-rc1 Pre-release
Pre-release

Features

  • macOS: Added Apple Silicon support.

Changes

  • iOS: Replaced a Universal Framework with an XCFramework.

Improvements

  • Ext: Updated mbedTLS to the version 2.17.0.
  • Ext: Updated nanopb to the version 0.4.5.

v0.16.0-beta1

06 Apr 10:17
Compare
Choose a tag to compare
v0.16.0-beta1 Pre-release
Pre-release

Testing XCFrameworks...

v0.15.3

13 Aug 14:43
Compare
Choose a tag to compare

Bugfix

  • Wrapper/JS: Fixed generation of NodeJS "es" files
  • Wrapper/JS/Build: Fixed path to the emsdk toolchain file

v0.15.2

13 May 09:19
Compare
Choose a tag to compare
v0.15.2 Pre-release
Pre-release

Bugfix

  • Lib/Foundation: Fixed abort() when import "compound" or "hybrid" key with unsupported algorithm(s)

v0.15.1

07 May 08:38
Compare
Choose a tag to compare
v0.15.1 Pre-release
Pre-release

Bugfix

  • Wrappers: Updated Ratchet constant: VscrRatchetCommon.MAX_MESSAGE_LEN

Changes

  • Lib/Ratchet: Removed Ratchet Groups
  • Wrapper/Go: Removed wrapper for the Ratchet library
  • Wrapper/Python: Removed wrapper for the Ratchet library

v0.15.0

06 May 11:09
Compare
Choose a tag to compare
v0.15.0 Pre-release
Pre-release

Changes

  • Ext/Round5: Updated to the latest changes:
    • improved domain separation (previously generated keys won't work!)
  • Lib/Foundation: Changed Round5 parameter set: R5ND_5CCA_5d -> R5ND_1CCA_5d
  • Lib/Ratchet: Changed Round5 parameter set: R5ND_5CCA_5d -> R5ND_1CCA_5d

v0.14.0

16 Apr 11:25
Compare
Choose a tag to compare
v0.14.0 Pre-release
Pre-release

Features

  • Lib/Ratchet: Added PQC to double ratchet

Bugfix

  • Wrapper/Go: Fixed double de-allocation of C context in functions that return an interface