-
Notifications
You must be signed in to change notification settings - Fork 224
Support ECDSA signatures #5
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
Comments
Is there any possibility of making use of OpenSSL or LibreSSL for this? |
@ColtonProvias I wouldn't be against it. It would be nice to use a known security library under the hood. Providing we can 1) make installation simple, 2) support all Apple platforms, Linux, fBSD. |
@kylef I'm attempting to add support for ES256, using Apple's built in SecKeyRawSign (for Secure Enclave). Fair warning, the API doesn't work with MacOS, but works with all other platforms (iOS, tvOS and watchOS). Would you like me to submit a PR? |
@penne12 Do you think you think we could support ES256 on iOS, tvOS and watchOS using |
@kylef I could add in a build directive, maybe? Not sure, I'm fairly new to the language (and I haven't worked with compiled languages in a while, either) |
@penne12 yes that would work. Sounds great! |
@penne12 If you hit any problems, feel free to make a PR with your work in progress and I can give you pointers if you get stuck with anything. |
@kylef Sounds good. |
@benaubin Just a re-request for ES256 support, if you've got it working. Thanks! |
No description provided.
The text was updated successfully, but these errors were encountered: