Skip to content

Pre-release - Full API, Linux support a work in progress.

Pre-release
Pre-release
Compare
Choose a tag to compare
@billabt billabt released this 24 Jan 03:18
· 174 commits to master since this release

This is a pre-release. It currently supports macOS/iOS with Linux support still a work in progress. The API contained herein is subject to change as Linux support is further developed.

  • See the README.md for minimum requirements for usage.
  • Added two new APIs that allow creation of a public key by extracting it from a PEM formatted certificate file.
  • Added new API, tests and documentation that allows extraction of a public key from a PEM formatted certificate contained in a Data object.
  • Support for Swift 4.
  • Support for Linux key handling. PR #6.
  • Support for Linux sign/verify handling. PR #10.
  • Support for padding option for RSA signing. PR #11
  • Support for Linux encryption/decryption. PR #12
  • Made the initializers for creating EncryptedData and SignedData public.