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

Break up Certificate#verify to top level Trifle APIs in android sdk #155

Merged
merged 4 commits into from
Sep 12, 2023

Conversation

alvinsee
Copy link
Collaborator

@alvinsee alvinsee commented Aug 24, 2023

Description

Breaks up Certificate#verify to the follow top level APIs:

  • TrifleApi.verifyChain(List<Certificate>, Certificate?, Date?): Result<Unit>
  • TrifleApi.verifyValidity(Certificate, Date?): Result<Unit>
  • TrifleApi.verifyAttributes(Certificate, CertificateRequest): Result<Unit>

@gadphly
Copy link
Collaborator

gadphly commented Aug 24, 2023

This PR looks like it's doing more than allowing nullable params?

@alvinsee alvinsee changed the base branch from main to alvin/trifle-android-api-verify August 24, 2023 20:04
@alvinsee alvinsee changed the base branch from alvin/trifle-android-api-verify to main August 25, 2023 00:37
@alvinsee alvinsee changed the title Update Certificate#verify to allow nullable params Break up Certificate#verify to top level Trifle APIs in android sdk Aug 25, 2023
@alvinsee alvinsee force-pushed the alvin/trifle-jvm-verify-2 branch 2 times, most recently from 91af594 to 5d432c3 Compare August 25, 2023 01:03
@gadphly gadphly merged commit a11032d into main Sep 12, 2023
3 checks passed
@gadphly gadphly deleted the alvin/trifle-jvm-verify-2 branch September 12, 2023 01:02
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.

3 participants