Kitura / BlueECC

Elliptic-curve cryptography for Swift
Apache License 2.0
92 stars 35 forks source link

Update to use SecKeyCreateRandomKey to generate key pairs #36

Open LowAmmo opened 1 year ago

LowAmmo commented 1 year ago

SecKeyGeneratePair was deprecated with iOS 15

Upgraded to support building with Xcode 14 - with no warnings

Updated minimum supported versions -

Added in a project file to make any future modifications easy build & test with Xcode

Description

Motivation and Context

Issue: #35

Just addresses a build warning - so consumers can attempt to target a goal of 0 build warnings

How Has This Been Tested?

Via unit testing, and passivity testing our application.

Checklist:

LowAmmo commented 1 year ago

@dannys42 - Updated to just be the relevant changes - to continue to just dynamically generate the xcodeproject

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication