-
Notifications
You must be signed in to change notification settings - Fork 88
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
Update wwwverifier to recent CD consultation #357
Update wwwverifier to recent CD consultation #357
Conversation
64c9904
to
c3474e6
Compare
c3474e6
to
90ae45d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small nits but overall looks good!
...d/src/main/java/com/android/identity/android/mdoc/deviceretrieval/DeviceRetrievalHelper.java
Outdated
Show resolved
Hide resolved
identity/src/main/java/com/android/identity/mdoc/origininfo/OriginInfoWebsite.java
Outdated
Show resolved
Hide resolved
9105f3c
to
4ac5aa4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a couple of small nits, almost ready to go!
generator.setOriginInfos(mReverseEngagementOriginInfos); | ||
if (mReverseEngagementOriginInfos.size() != 0) { | ||
generator.setOriginInfos(mReverseEngagementOriginInfos); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's valid to call this with an empty list, no? IOW, I think the check is superfluous...
identity/src/main/java/com/android/identity/mdoc/origininfo/OriginInfoBaseUrl.java
Outdated
Show resolved
Hide resolved
identity/src/main/java/com/android/identity/mdoc/origininfo/OriginInfo.java
Outdated
Show resolved
Hide resolved
identity/src/main/java/com/android/identity/mdoc/origininfo/OriginInfoBaseUrl.java
Outdated
Show resolved
Hide resolved
wwwverifier/src/main/java/com/android/identity/wwwreader/RequestServlet.java
Outdated
Show resolved
Hide resolved
Modified build scripts to make wwwverifier a subproject of the Identity Credential project to reduce copy-pasted code. Updated OriginInfo to match 18013-7 recent CD consultation. Tested appholder changes manually with unattended presentations via the wwwverifier as well as attended presentations with appverifier.
4ac5aa4
to
55ef22a
Compare
Modified build scripts to make wwwverifier a subproject of the Identity Credential project to reduce copy-pasted code. Updated OriginInfo to match 18013-7 WD6 updates.
Tested appholder changes manually with unattended presentations via the wwwverifier as well as attended presentations with appverifier.
Fixes #350