Skip to content

Releases: VirgilSecurity/virgil-crypto

Virgil Security Crypto Library v2.0.4

12 Jan 09:28
Compare
Choose a tag to compare

Bugfix

  • [GO] Fix: VirgilByteArray is missed in Golang wrapper
  • [Lib] Fix: Got exception when encrypt data in 32 bit architecture
  • [PHP] Fix: Some constants are missed in the PHP wrapper

Changes

  • [Lib] Add getter VirgilCryptoException::condition()
  • [Build] Add compiler version to the built archive name (optional)

Virgil Security Crypto Library v2.0.3

08 Dec 16:04
Compare
Choose a tag to compare

Bugfix

  • [.NET] Fix namespaces in the .NET wrapper's addons
  • [Lib] Fix VirgilStreamDataSource::hasData() infinite if closed file stream is given

Changes

  • [Build] Use static linkage to windows runtime libraries for wrappers
  • [Lib] Remove restriction for ASN.1 length
  • [Lib] Update mbed TLS dependency to version 2.4.0

Features

  • [GO] Add Go to the wrappers

Virgil Security Crypto Library v2.0.2

02 Nov 13:00
Compare
Choose a tag to compare

Bugfix

  • [Lib] Fix: VirgilChunkCipher decryption returns no data, if data was read by one pass
  • [Lib] Fix: Call to VirgilCipherBase::customParams() leads to exception (AsmJS)

Virgil Security Crypto Library v2.0.1

27 Oct 09:12
Compare
Choose a tag to compare

Bugfix

  • Fix: Send empty data to VirgilDataSink can lead to an unpredictable behavior

Virgil Security Crypto Library v1.8.2

09 Aug 19:35
Compare
Choose a tag to compare

Bugfix

  • [Java] Fix: Application crash on android device if stream is used for crypto operations

Virgil Security Crypto Library v1.8.1

30 Jun 16:44
Compare
Choose a tag to compare

Bugfix

  • [Lib] Remove stale restriction on the password length for the private key

Virgil Security Crypto Library v1.8.0

22 Jun 10:05
Compare
Choose a tag to compare

Features

  • [Lib] Add ability to extract public key from the private key: class VirgilKeyPair
  • [Lib] Move class VirgilRandom to the high level API

Virgil Security Crypto Library v1.7.0

11 Jun 11:58
Compare
Choose a tag to compare

Features

  • [Lib] Add ability to produce minimum encryption output: class VirgilTinyCipher (experemental)
  • [CI] Build .NET wrapper for linux OS

Virgil Security Crypto Library v1.6.0

11 May 11:35
Compare
Choose a tag to compare

Features

  • [Lib] Add functionality that check whether recipient with given identifier exists or not
  • [NodeJS] Make builds for Node.js versions: 4.4.4, 5.9.1, 6.1.0
  • [Build] Implement in-house package manager based on CMake

Virgil Security Crypto Library v1.5.1

29 Apr 09:11
Compare
Choose a tag to compare

Bugfix

  • [AsmJS] Inner enumerations of class VirgilPBKDF: Algorithm and Hash are not accessible from AsmJS wrapper