CHANGELOG 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332
  1. 1.4.2
  2. - Update Xcode project to Xcode 13
  3. - Add SHA3 support for HMAC
  4. - Update HMAC.Variant API (deprecate current cases)
  5. 1.4.1
  6. - Introduce ISO 10126 padding
  7. - fix various compiler warnings
  8. - Revert Xcode project deployment target
  9. 1.4.0
  10. - Customize CFB segment size (cfb8, cfb128).
  11. - Adapt Swift @inlineable for better code optimization
  12. 1.3.8
  13. - Revert xcframework revolution. Back to build from sources. (I'm sorry)
  14. 1.3.7
  15. - Re-release to workaround Swift Package Manager release
  16. 1.3.6
  17. - Fix macOS binary
  18. - Windows support
  19. 1.3.5
  20. - Re-release binary framework due to codesign issue
  21. 1.3.4
  22. - Distribute optimized binary (xcframework) via SPM for apple platforms
  23. 1.3.3
  24. - Adds OCB Authenticated-Encryption Algorithm (RFC7253)
  25. - build-framework.sh output CryptoSwift.xcframework
  26. - Xcode 12.2 maintenance updates
  27. - Removed CryptoSwift.playground (couldn't make it work since Xcode 12 update)
  28. 1.3.2
  29. - Swift 5.3 update (Xcode 12)
  30. - Bump target platform (iOS 9, macOS 10.12)
  31. - Allow CMAC with any Cipher
  32. - Remove CMAC key limit
  33. 1.3.1
  34. - Fix tests
  35. - Swift 5.2 update
  36. - Address possible timing issue
  37. 1.3.0
  38. - Adds ISO-78164 padding
  39. - Performance improvements
  40. - Swift 5.1 update
  41. 1.2.0
  42. - Performance improvements
  43. - Workaround Xcode test builds with Xcode 11
  44. 1.1.3
  45. - Fix build crash: https://bugs.swift.org/browse/SR-11630
  46. - Fixes Xcode project tests build
  47. - SwiftFormat all the things
  48. - Increase/fix SHA2 data length for big input by use Int64 for calculation
  49. 1.1.2
  50. - Fix Swift 5.0 build (for real this time)
  51. 1.1.1
  52. - Fix Swift 5.0 build
  53. 1.1.0
  54. - Replace RandomBytesSequence with Swift.RandomNumberGenerator
  55. - Fix CBC-MAC
  56. - Update SPM support
  57. - Update for Xcode 11 and Swift 5.1
  58. - Xcode: BUILD_LIBRARY_FOR_DISTRIBUTION = YES
  59. 1.0.0
  60. - Swift 5
  61. - Let's
  62. - Celebrate
  63. - This
  64. - Event
  65. - With
  66. - 1.0.0 release
  67. - After
  68. - 4 years
  69. - Thank you
  70. 0.15.0
  71. - Adds The scrypt Password-Based Key Derivation Function (https://tools.ietf.org/html/rfc7914)
  72. - Minor improvements
  73. 0.14.0
  74. - Fixed decryption of AES-GCM ciphertexts with custom tag length
  75. 0.13.1
  76. - Adds AES-GCM tag length configuration.
  77. - Fixes count check for initializing UInt64 from Data.
  78. 0.13.0
  79. - Adds CBC-MAC authenticator.
  80. - Adds AES-CCM operation mode.
  81. 0.12.0
  82. - Swift 4.2 maintenance update.
  83. 0.11.0
  84. - API: Cryptor.seek() is throwable
  85. - Adds proper stream support for CTR encryption with Updaptable interface.
  86. - Refactor internals for the stream cipher modes.
  87. - Set minimum deployment target to 8.0 (again).
  88. 0.10.0
  89. - API: BlockMode is no longer an enum. Please migrate to eg. CBC() etc...
  90. - Adds AES-GCM support. #97 - Feature sponsored by GesundheitsCloud (http://www.gesundheitscloud.de/)
  91. - Adds CRC32c support.
  92. - Improves AES variant validation.
  93. - Fixes empty password in PBKDF2.
  94. 0.9.0
  95. - Swift 4.1 compatibility
  96. - Added CMAC message authenticator https://tools.ietf.org/html/rfc4493
  97. - Added AEADChaCha20Poly1305 (AEAD_CHACHA20_POLY1305) https://tools.ietf.org/html/rfc7539#section-2.8.1
  98. 0.8.3
  99. - Fixes SHA3 padding.
  100. - Fixes Carthage builds.
  101. 0.8.2
  102. - Fixes SHA3 partial updates calculations.
  103. - Makes ChaCha20 processing faster again.
  104. 0.8.1
  105. - Adds Data(hex:) helper.
  106. - Adds HKDF (HMAC-based Extract-and-Expand Key Derivation Function)
  107. - Prevent ChaCha overflow error
  108. 0.8.0
  109. - Adds SHA3 Keccak variants
  110. - Adds String.bytes helper to convert String to array of bytes
  111. - Improves AES performance
  112. - Speeds up compilation times with Swift 4
  113. - Fixes: Blowfish minimum key size is 5
  114. - Removes Ciphers "iv" parameter (value moved to BlockMode)
  115. - BlockMode uses associated value for IV value where apply e.g. .CBC(iv: ivbytes)
  116. - Refactors internal hacks no longer needed with Swift 4
  117. 0.7.2
  118. - Adds Padding enum (.pkcs5, .pkcs7, .noPadding, .zeroPadding)
  119. - Removes Generics from the public API.
  120. - Slightly improves SHA1, SHA2, SHA3 performance.
  121. - Update SPM configuration for Swift 4
  122. 0.7.1
  123. - Swift 4.0 compatibility release
  124. 0.7.0
  125. - Swift 3.2 compatibility release
  126. 0.6.9
  127. - Fixed padding issue where padding was not properly added in CTR mode.
  128. - Fixed thrown error on decrypting empty string,
  129. - Fixed CI build script.
  130. - Added String.encryptToBase64()
  131. 0.6.8
  132. - Speed up MD5()
  133. - Faster Array(hex:)
  134. - Improve AES performance
  135. - Fix tvOS bitcode
  136. - Fix Blowfish CFB, OFB, CTR block modes.
  137. - Fix Blowfish for 32-bit arch.
  138. - Fix ChaCha20 preconditions
  139. 0.6.7
  140. - Release for Xcode 8.2
  141. - Fix playground example
  142. 0.6.6
  143. - Rework ChaCha20
  144. - Fix Poly1305
  145. 0.6.5
  146. - Significant performance improvement when processing lange amount of data.
  147. - Degeneric functions and change Sequence -> Collection in generic constraints.
  148. 0.6.4
  149. - More performance improvements
  150. - Add convenient Digest.sha2(bytes:variant)
  151. - New: Blowfish cipher
  152. 0.6.3
  153. - Hotfix release
  154. - Fixes bitPadding() that breaks Digests calculations, introduced in 0.6.2
  155. 0.6.2
  156. - SHA performance improvements by using less Swift in Swift
  157. - Fix public access to all digests classes
  158. 0.6.1
  159. - Update tests.
  160. - New: RandomBytesSequence urandom values on Linux.
  161. - Throw appropriate error for AES with invalid input where padding is needed.
  162. - Improve performance, especially to SHA-1, SHA-2, PBKDF and related.
  163. - Set deployment targets for all platform. Fixes Carthage builds.
  164. - New: SHA-3 implementation (request #291)
  165. - SHA-1 conforms to Updatable protocol and may be calculated incrementally.
  166. - SHA-2 conforms to Updatable protocol and may be calculated incrementally.
  167. 0.6.0
  168. - Remove bridge() workaround for Linux (not needed)
  169. - make MD5() public
  170. - Update README
  171. - Convenience HMAC initializer for String input
  172. 0.6.0-beta2
  173. - SHA-2 fix #319
  174. - HashProtocol -> Digest and refactor
  175. - MD5 conforms to Updatable protocol and may be calculated incrementally
  176. - Cipher protocol accepts Collection input now
  177. 0.6.0-beta1
  178. - Swift 3 compatibility
  179. - Multiplatform, Single-scheme Xcode Project
  180. - Swift Package Manager fully supported (build and tests)
  181. - Improved Linux support
  182. - Travis configuration added
  183. - Public interface tests added
  184. - enum Authenticator -> protocol Authenticator
  185. - CRC -> Checksum
  186. - String.encrypt() returns hex string instead of Array<UInt8>
  187. - removed String.decrypt()
  188. - enum Hash -> struct Hash
  189. - Convenience initializer of Array of bytes with Hex string. Array<UInt8>(hex: "0xb1b1b2b2")
  190. - Fix reusability of ChaCha20 instance
  191. - Replace optional initializers with throwable initializers
  192. - Allow to set initial counter explicitly (AES block modes). RandomAccessCryptor.seek()
  193. 0.5.2
  194. - Fix AES-CTR incremental updates. #287
  195. - Fixed PBKDF2 tests. #295
  196. - Fixed assertion check in PKCS7. #288
  197. - Updatable protocol accept SequenceType in place of Array
  198. 0.5.1
  199. - Fixed PBKDF2 not taking key length parameter into account
  200. - Switch to Array<> in code
  201. 0.5
  202. - Added PBKDF1 https://tools.ietf.org/html/rfc2898#section-5.1
  203. - Added PBKDF2 https://tools.ietf.org/html/rfc2898#section-5.2
  204. - UpdatableCryptor protocol allows incremental encryption stream of data
  205. - CryptoSwift.playground
  206. - Docs update
  207. - Added reflection control to CRC-32 (Luís Silva)
  208. - Fix AES.init() (Pascal Pfiffner)
  209. 0.4.1
  210. - fix NoPadding()
  211. 0.4
  212. - Padding setup is now part of cipher constructor
  213. - Added PBKDF2 http://tools.ietf.org/html/rfc2898#section-5.2
  214. - Add BlockCipher protocol
  215. - Rename Cipher -> CipherProtocol
  216. - Remove build-frameworks.sh script
  217. - Keep sensitive data in memory with SecureBytes
  218. - Allows direct use of HMAC and Poly1305
  219. - README update
  220. - Fix missing Foundation import on Linux
  221. 0.3.1
  222. - replace deprecated Bit with new enum.
  223. 0.3
  224. - Swift 2.2 support
  225. - use generators for cipher block modes should reduce memory overload.
  226. - add OFB block mode
  227. - add PCBC block mode
  228. - String.decryptBase64ToString to decrypt Base64 encoded strings
  229. - broke up complicated expressions which were taking ages to compile
  230. 0.2.3
  231. - enable bitcode setting for Debug on an Apple TV
  232. - faster compilation times
  233. - improve padding functions
  234. 0.2.2
  235. - Fix ChaCha20 cipher
  236. - Replace for(;;) with for-in
  237. - Workaround for "NSString are not yet implicitly convertible to String" on Linux
  238. 0.2.1
  239. - Fix linux build
  240. - re-add umbrella header
  241. 0.2
  242. - Rabbit cipher (RFC4503)
  243. - Linux Swift support
  244. - Swift Package Manager support
  245. - tvOS support
  246. - Add optional seed to CRC
  247. - Add umbrella header (CryptoSwift.h)
  248. - Fix AES in CTR mode
  249. - Fix no padding support for CTR and CFB block modes
  250. - Fix access to AES.Error and ChaCha20.Error
  251. 0.1.1
  252. - Fix Cococapods package (missing Foundation integration)
  253. 0.1.0
  254. - Major performance improvements.
  255. - Transition from Optionals to throw error.
  256. - Replace enum Cipher with protocol for ciphers.
  257. - Added CRC16
  258. - Fixed AES CFB decryption
  259. - Drop internal "Foundation" dependency, nonetheless it is supported as usual.
  260. 0.0.16
  261. - Critical fix for private "md5" selector issue (#135)
  262. 0.0.15
  263. - Fix 32-bit CTR block mode
  264. - Carthage support update
  265. - Mark as App-Extension-Safe API
  266. 0.0.14
  267. - hexString -> toHextString() #105
  268. - CTR (Counter mode)
  269. - Hex string is lowercase now
  270. - Carthage support
  271. - Tests update
  272. - Swift 2.0 support - overall update