Changelog History
Page 2
-
v0.5.0 Changes
September 20, 2016- Migrated source code to Swift 3.0
- Don't reduce maxmim blocksize when padding is
None
#29
-
v0.4.0 Changes
July 26, 2016- Add support for SHA2 (224,256,384 & 512 bits) digest algorithms
verifySHA1SignatureData
&signSHA1Digest
are now deprecated; useverifySignature()
andsignDigest()
- Objective-C sign & verification functions now require a
digestMethod:
parameter - Added support to read multiple keys from an input file using
publicKeysFromString()
. #22 - Added WatchOS and tvOS support. #23
-
v0.3.0 Changes
- Added digital signature creation & verification support. #7
-
v0.2.0 Changes
- Added NSData encryption/decryption.
- Fixed a bug where SwiftyRSA couldn't encrypt/decrypt data which length was bigger than the RSA key block size. #6
- Added support for headerless RSA public keys, improved public key header parsing function. #2
- Added Objective-C support.
- Added instructions to create public/private keys using
ssh-keygen
. - Fixed swift 3 compiler warnings. #4
- SwiftyRSA is now unit tested on each commit with Travis CI.
- Unit tests now run against the SwiftyRSA framework, and not the actual sources, which makes sure all required methods are public.
-
v0.1.0 Changes
๐ Initial release.
๐ [1.7.0]: https://github.com/TakeScoop/SwiftyRSA/releases/tag/1.7.0 ๐ [1.6.0]: https://github.com/TakeScoop/SwiftyRSA/releases/tag/1.6.0 ๐ [1.5.0]: https://github.com/TakeScoop/SwiftyRSA/releases/tag/1.5.0 ๐ [1.4.0]: https://github.com/TakeScoop/SwiftyRSA/releases/tag/1.4.0 ๐ [1.3.0]: https://github.com/TakeScoop/SwiftyRSA/releases/tag/1.3.0 ๐ [1.2.0]: https://github.com/TakeScoop/SwiftyRSA/releases/tag/1.2.0 ๐ [1.1.1]: https://github.com/TakeScoop/SwiftyRSA/releases/tag/1.1.1 ๐ [1.1.0]: https://github.com/TakeScoop/SwiftyRSA/releases/tag/1.1.0 ๐ [1.0.0]: https://github.com/TakeScoop/SwiftyRSA/releases/tag/1.0.0 ๐ [0.5.0]: https://github.com/TakeScoop/SwiftyRSA/releases/tag/0.5.0 ๐ [0.4.0]: https://github.com/TakeScoop/SwiftyRSA/releases/tag/0.4.0 ๐ [0.3.0]: https://github.com/TakeScoop/SwiftyRSA/releases/tag/0.3.0 ๐ [0.2.1]: https://github.com/TakeScoop/SwiftyRSA/releases/tag/0.2.1 ๐ [0.2.0]: https://github.com/TakeScoop/SwiftyRSA/releases/tag/0.2.0 ๐ [0.1.0]: https://github.com/TakeScoop/SwiftyRSA/releases/tag/0.1.0