Skip to content

Releases: RNCryptor/RNCryptor-objc

Cleanup Warnings

22 May 18:42
Compare
Choose a tag to compare

No logic changes. Cleans up some retain warnings w/ explicit self.

Xcode 9 support

21 Jun 15:47
Compare
Choose a tag to compare

A minor release to take care of Xcode 9 and a couple of other small build fixes.

  • Remove non-modular header from framework header #11
  • Add watchOS and tvOS support. #8
  • Upgrade to build on Xcode 9b1

v3.0.2: New repository

19 Sep 19:36
Compare
Choose a tag to compare

Extracted from Swift repository.

Applied a minor security fix to check HMAC prior to final decryption rather than after. There is no known vulnerability that this addresses, but it is slightly better hygiene. Thanks to @doRadiology.

Updated Xcode project to better handle Xcode 8.