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

Rename X509Certificate to X509Cert and add partial support for iOS + tests #650

Merged
merged 1 commit into from
Jun 21, 2024

Conversation

davidz25
Copy link
Contributor

This rename helps avoid confusion on the JVM when using javaX509Certificate to get a java.security.cert.X509Certificate instance for the certificate.

Also implement partial support for X509Cert on iOS - still need to implement code for getting the EC curve from the certificate which includes parsing ASN.1.

Test: ./gradlew check

@davidz25 davidz25 requested a review from sorotokin June 19, 2024 21:36
…tests

This rename helps avoid confusion on the JVM when using
javaX509Certificate to get a java.security.cert.X509Certificate
instance for the certificate.

Also implement partial support for X509Cert on iOS - still need to
implement code for getting the EC curve from the certificate which
includes parsing ASN.1.

Test: ./gradlew check
Signed-off-by: David Zeuthen <zeuthen@google.com>
@davidz25 davidz25 merged commit 4d5fc06 into main Jun 21, 2024
4 checks passed
@davidz25 davidz25 deleted the iosCerts branch June 21, 2024 23:27
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.

2 participants