Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace BlueRSA, BlueECC and BlueCrypto with Apple's Swift Crypto #118

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Aug 4, 2023

  1. replace BlueRSA, BlueECC and BlueCryptor with Apple's Swift Crypto

    this currently drops support for RSA
    wassup- committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    a1b86f1 View commit details
    Browse the repository at this point in the history
  2. add and run SwiftFormat

    run using `swift package plugin --allow-writing-to-package-directory swiftformat`
    wassup- committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    3070404 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. re-enable some tests

    - add testSignAndVerifyECDSA256
    - rewrite testJWTEncoder, testJWTDecoder and testJWTCoderCycle to use ECDSA instead of RSA
    - re-enable testJWTEncoder, testJWTDecoder and testJWTCoderCycle
    wassup- committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    7d42954 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8b75e8 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. add RSA support

    - RSA with either public key or private key is supported
    - RSA with certificate is not supported
    wassup- committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    99430e9 View commit details
    Browse the repository at this point in the history
  2. swiftformat

    wassup- committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    0a45253 View commit details
    Browse the repository at this point in the history