-
Notifications
You must be signed in to change notification settings - Fork 90
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
Add X.509 Certificate chains viewer component. #842
Add X.509 Certificate chains viewer component. #842
Conversation
b87c1ec
to
ec9c164
Compare
Would it be possible to post some screenshots too? Thanks! |
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.
Looks like a great start, comments inline!
...upport/src/commonMain/kotlin/com/android/identity/appsupport/ui/x509chain/X509ChainViewer.kt
Outdated
Show resolved
Hide resolved
...upport/src/commonMain/kotlin/com/android/identity/appsupport/ui/x509chain/X509ChainViewer.kt
Outdated
Show resolved
Hide resolved
...upport/src/commonMain/kotlin/com/android/identity/appsupport/ui/x509chain/X509ChainViewer.kt
Outdated
Show resolved
Hide resolved
...appsupport/src/commonMain/kotlin/com/android/identity/appsupport/ui/x509chain/X509VewData.kt
Outdated
Show resolved
Hide resolved
...upport/src/commonMain/kotlin/com/android/identity/appsupport/ui/x509chain/X509ChainViewer.kt
Outdated
Show resolved
Hide resolved
...ty-appsupport/src/commonMain/kotlin/com/android/identity/appsupport/ui/x509chain/X509View.kt
Outdated
Show resolved
Hide resolved
identity/src/commonTest/kotlin/com/android/identity/util/X509ViewDataKtTest.kt
Outdated
Show resolved
Hide resolved
identity/src/commonMain/kotlin/com/android/identity/util/DecimalUtil.kt
Outdated
Show resolved
Hide resolved
Just attached a couple to the ticket. |
13211e4
to
ed8a02c
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.
Looks like a great start, I left some comments/suggestions! Please post screenshots on the PR in the future instead of in the ticket!
...upport/src/commonMain/kotlin/com/android/identity/appsupport/ui/x509chain/X509ChainViewer.kt
Outdated
Show resolved
Hide resolved
...appsupport/src/commonMain/kotlin/com/android/identity/appsupport/ui/x509chain/X509VewData.kt
Outdated
Show resolved
Hide resolved
...ty-appsupport/src/commonMain/kotlin/com/android/identity/appsupport/ui/x509chain/X509View.kt
Outdated
Show resolved
Hide resolved
...upport/src/commonMain/kotlin/com/android/identity/appsupport/ui/x509chain/X509ChainViewer.kt
Outdated
Show resolved
Hide resolved
samples/testapp/src/commonMain/kotlin/com/android/identity/testapp/Destinations.kt
Outdated
Show resolved
Hide resolved
ed8a02c
to
5a68f5b
Compare
...rt/src/commonMain/kotlin/com/android/identity/appsupport/ui/x509chain/X509CertChainViewer.kt
Outdated
Show resolved
Hide resolved
...appsupport/src/commonMain/kotlin/com/android/identity/appsupport/ui/x509chain/X509VewData.kt
Outdated
Show resolved
Hide resolved
...ty-appsupport/src/commonMain/kotlin/com/android/identity/appsupport/ui/x509chain/X509View.kt
Outdated
Show resolved
Hide resolved
identity/src/commonMain/kotlin/com/android/identity/util/DecimalUtil.kt
Outdated
Show resolved
Hide resolved
samples/testapp/src/commonMain/kotlin/com/android/identity/testapp/Destinations.kt
Outdated
Show resolved
Hide resolved
samples/testapp/src/commonMain/kotlin/com/android/identity/testapp/ui/X509ChainScreen.kt
Outdated
Show resolved
Hide resolved
5a68f5b
to
3b7d352
Compare
...port/src/commonMain/kotlin/com/android/identity/appsupport/ui/x509chain/CertificateViewer.kt
Outdated
Show resolved
Hide resolved
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.
Mostly small stuff. I'll make a final pass once these are addressed.
identity-appsupport/src/commonMain/composeResources/values/strings.xml
Outdated
Show resolved
Hide resolved
...upport/src/commonMain/kotlin/com/android/identity/appsupport/ui/x509chain/CertificateView.kt
Outdated
Show resolved
Hide resolved
...upport/src/commonMain/kotlin/com/android/identity/appsupport/ui/x509chain/CertificateView.kt
Outdated
Show resolved
Hide resolved
...rt/src/commonMain/kotlin/com/android/identity/appsupport/ui/x509chain/CertificateViewData.kt
Outdated
Show resolved
Hide resolved
...port/src/commonMain/kotlin/com/android/identity/appsupport/ui/x509chain/CertificateViewer.kt
Outdated
Show resolved
Hide resolved
identity/src/commonMain/kotlin/com/android/identity/crypto/ICert.kt
Outdated
Show resolved
Hide resolved
identity/src/commonTest/kotlin/com/android/identity/util/X509ViewDataKtTest.kt
Outdated
Show resolved
Hide resolved
identity/src/commonMain/kotlin/com/android/identity/util/DecimalUtil.kt
Outdated
Show resolved
Hide resolved
samples/testapp/src/commonMain/kotlin/com/android/identity/testapp/App.kt
Outdated
Show resolved
Hide resolved
samples/testapp/src/commonMain/kotlin/com/android/identity/testapp/TestAppUtils.kt
Outdated
Show resolved
Hide resolved
3a4ff88
to
04f29e1
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.
Some nits - I'm a stickler for naming, sorry! - and also some more substantial issues.
...rt/src/commonMain/kotlin/com/android/identity/appsupport/ui/x509chain/CertificateViewData.kt
Outdated
Show resolved
Hide resolved
...port/src/commonMain/kotlin/com/android/identity/appsupport/ui/x509chain/CertificateViewer.kt
Outdated
Show resolved
Hide resolved
...rt/src/commonMain/kotlin/com/android/identity/appsupport/ui/x509chain/CertificateViewData.kt
Outdated
Show resolved
Hide resolved
identity/src/commonMain/kotlin/com/android/identity/crypto/ICert.kt
Outdated
Show resolved
Hide resolved
...androidMain/kotlin/com/android/identity/testapp/ui/AndroidKeystoreSecureAreaScreenAndroid.kt
Outdated
Show resolved
Hide resolved
samples/testapp/src/commonMain/kotlin/com/android/identity/testapp/Destinations.kt
Show resolved
Hide resolved
samples/testapp/src/commonMain/kotlin/com/android/identity/testapp/Destinations.kt
Show resolved
Hide resolved
...es/testapp/src/commonMain/kotlin/com/android/identity/testapp/ui/CertificatesViewerScreen.kt
Outdated
Show resolved
Hide resolved
samples/testapp/src/commonMain/kotlin/com/android/identity/testapp/TestAppUtils.kt
Outdated
Show resolved
Hide resolved
...rt/src/commonMain/kotlin/com/android/identity/appsupport/ui/x509chain/CertificateViewData.kt
Outdated
Show resolved
Hide resolved
9e4a4ef
to
8bd5402
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.
Looks great to me, thanks! Mostly just nits/naming to be addressed and then we can land this. I'll leave it to @kdeus to Approve it.
identity-appsupport/src/commonMain/composeResources/values/strings.xml
Outdated
Show resolved
Hide resolved
samples/testapp/src/commonMain/kotlin/com/android/identity/testapp/App.kt
Outdated
Show resolved
Hide resolved
samples/testapp/src/commonMain/kotlin/com/android/identity/testapp/App.kt
Outdated
Show resolved
Hide resolved
samples/testapp/src/commonMain/kotlin/com/android/identity/testapp/TestAppUtils.kt
Outdated
Show resolved
Hide resolved
...app/src/commonMain/kotlin/com/android/identity/testapp/ui/CertificateViewerExamplesScreen.kt
Show resolved
Hide resolved
samples/testapp/src/commonMain/kotlin/com/android/identity/testapp/ui/CertificateScreen.kt
Outdated
Show resolved
Hide resolved
samples/testapp/src/commonMain/composeResources/values/strings.xml
Outdated
Show resolved
Hide resolved
identity-appsupport/src/commonMain/composeResources/values/strings.xml
Outdated
Show resolved
Hide resolved
.../commonMain/kotlin/com/android/identity/appsupport/ui/certificateviewer/CertificateViewer.kt
Show resolved
Hide resolved
.../commonMain/kotlin/com/android/identity/appsupport/ui/certificateviewer/CertificateViewer.kt
Outdated
Show resolved
Hide resolved
facf3b1
to
9658686
Compare
ccd0a4d
to
da89f93
Compare
.../commonMain/kotlin/com/android/identity/appsupport/ui/certificateviewer/CertificateViewer.kt
Outdated
Show resolved
Hide resolved
.../commonMain/kotlin/com/android/identity/appsupport/ui/certificateviewer/CertificateViewer.kt
Outdated
Show resolved
Hide resolved
.../commonMain/kotlin/com/android/identity/appsupport/ui/certificateviewer/CertificateViewer.kt
Show resolved
Hide resolved
identity-appsupport/src/commonMain/composeResources/values/strings.xml
Outdated
Show resolved
Hide resolved
.../commonMain/kotlin/com/android/identity/appsupport/ui/certificateviewer/CertificateViewer.kt
Outdated
Show resolved
Hide resolved
samples/testapp/src/commonMain/kotlin/com/android/identity/testapp/ui/CertificateScreen.kt
Outdated
Show resolved
Hide resolved
…pose components. Tested manually with multiple certificates chain (previously defined in tests), as well as with local tests. Signed-off-by: koukarine <[email protected]>
da89f93
to
df46441
Compare
Tested manually with multiple certificates chain (previously defined in tests), as well as with local tests.