Releases: VirgilSecurity/virgil-crypto-c
Releases · VirgilSecurity/virgil-crypto-c
v0.16.1
Improvements
- Packages: Added specs for Carthage binary distribution
v0.16.1-rc1
Improvements
- Packages: Added specs for Carthage binary distribution
v0.16.0
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
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
Testing XCFrameworks...
v0.15.3
Bugfix
- Wrapper/JS: Fixed generation of NodeJS "es" files
- Wrapper/JS/Build: Fixed path to the emsdk toolchain file
v0.15.2
Bugfix
- Lib/Foundation: Fixed abort() when import "compound" or "hybrid" key with unsupported algorithm(s)
v0.15.1
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
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
Features
- Lib/Ratchet: Added PQC to double ratchet
Bugfix
- Wrapper/Go: Fixed double de-allocation of C context in functions that return an interface