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 CryptoKit to derive the EC public key during PKCS8 import #74

Merged
merged 1 commit into from
Jun 26, 2023

Conversation

kdubb
Copy link
Collaborator

@kdubb kdubb commented Jun 26, 2023

This ensures the PKCS8 import works when encoded without the optional public key point, since the full public key point and private key are required for SecKeyCreateWithData.

@kdubb kdubb force-pushed the feature/pkcs8-import-export branch 2 times, most recently from c26e992 to a371c02 Compare June 26, 2023 14:13
This ensures the PKCS8 import works when the encoded without the optional public key point, since the full public key point and private key are required for `SecKeyCreateWithData`.
@kdubb kdubb force-pushed the feature/pkcs8-import-export branch from a371c02 to f4e128f Compare June 26, 2023 14:20
@sonarcloud
Copy link

sonarcloud bot commented Jun 26, 2023

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

83.3% 83.3% Coverage
0.0% 0.0% Duplication

@kdubb kdubb merged commit e98d70d into main Jun 26, 2023
7 checks passed
@kdubb kdubb deleted the feature/pkcs8-import-export branch June 26, 2023 15:56
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

Successfully merging this pull request may close these issues.

None yet

1 participant