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

Use SecKeyCreateRandomKey #35

Open
LowAmmo opened this issue Sep 30, 2022 · 2 comments
Open

Use SecKeyCreateRandomKey #35

LowAmmo opened this issue Sep 30, 2022 · 2 comments

Comments

@LowAmmo
Copy link

LowAmmo commented Sep 30, 2022

Similar to Kitura/BlueRSA#77

Need to stop using SecKeyGeneratePair, and switch to SecKeyCreateRandomKey.

I'll work on getting a PR put together, but, similar to BlueRSA, would like an updated release to go to Cocoapods, so it can be consumed that way.

-Thanks!

@dannys42
Copy link
Contributor

dannys42 commented Oct 8, 2022

@LowAmmo I've been trying to do some cocoapod updates, but hitting a bug in cocoapods. Looks like others are seeing this issue as well. You're welcome to test on your setup... you just need to run pod lib lint. I don't see a way to be able to push the cocoapods changes without hitting this bug.

@LowAmmo
Copy link
Author

LowAmmo commented Oct 10, 2022

@dannys42 - I actually got it to run successfully on the current version of the PR. (#36 )

As a caveat...I am still using Xcode 13.4.1 by default. (we'll update to run Xcode 14 by default for all our builds in the next few months)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants