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

Exception while testing generateKeyPair #215

Open
AISoldierWYN opened this issue May 30, 2024 · 0 comments
Open

Exception while testing generateKeyPair #215

AISoldierWYN opened this issue May 30, 2024 · 0 comments

Comments

@AISoldierWYN
Copy link

Exception while testing generateKeyPair

Here is some produce and error info. Sames like some wrong in org.bouncycastle. But I have no idea to fix it. Generate key pair is ok but occurs exception while analyzing it.

STEPS TO REPRODUCE: (please be specific)
1.click menu "Generate a private/public key pair"
2.selcet "Make user-selcetable", "Inclue key attestation challenge" and "Inclue device serial number"
3.click ok

REPRODUCE RATE:
5 times out of 5 tries

Error stack:
05-30 20:47:23.322 11164 11164 E PolicyManagement: Failed parsing attestation record, Exception:
05-30 20:47:23.322 11164 11164 E PolicyManagement: java.lang.IllegalStateException: unexpected object: org.bouncycastle.asn1.DLSet
05-30 20:47:23.322 11164 11164 E PolicyManagement: at org.bouncycastle.asn1.ASN1UniversalType.checkedCast(Unknown Source:38)
05-30 20:47:23.322 11164 11164 E PolicyManagement: at org.bouncycastle.asn1.ASN1TaggedObject.getBaseUniversal(Unknown Source:16)
05-30 20:47:23.322 11164 11164 E PolicyManagement: at org.bouncycastle.asn1.ASN1TaggedObject.getBaseUniversal(Unknown Source:6)
05-30 20:47:23.322 11164 11164 E PolicyManagement: at com.afwsamples.testdpc.policy.utils.AuthorizationList.(AuthorizationList.java:219)
05-30 20:47:23.322 11164 11164 E PolicyManagement: at com.afwsamples.testdpc.policy.utils.Attestation.(Attestation.java:80)
05-30 20:47:23.322 11164 11164 E PolicyManagement: at com.afwsamples.testdpc.policy.keymanagement.GenerateKeyAndCertificateTask.showKeyGenerationResult(GenerateKeyAndCertificateTask.java:192)
05-30 20:47:23.322 11164 11164 E PolicyManagement: at com.afwsamples.testdpc.policy.keymanagement.GenerateKeyAndCertificateTask.onPostExecute(GenerateKeyAndCertificateTask.java:159)
05-30 20:47:23.322 11164 11164 E PolicyManagement: at com.afwsamples.testdpc.policy.keymanagement.GenerateKeyAndCertificateTask.onPostExecute(GenerateKeyAndCertificateTask.java:51)
05-30 20:47:23.322 11164 11164 E PolicyManagement: at android.os.AsyncTask.finish(AsyncTask.java:771)
05-30 20:47:23.322 11164 11164 E PolicyManagement: at android.os.AsyncTask.-$$Nest$mfinish(Unknown Source:0)
05-30 20:47:23.322 11164 11164 E PolicyManagement: at android.os.AsyncTask$InternalHandler.handleMessage(AsyncTask.java:788)
05-30 20:47:23.322 11164 11164 E PolicyManagement: at android.os.Handler.dispatchMessage(Handler.java:106)
05-30 20:47:23.322 11164 11164 E PolicyManagement: at android.os.Looper.loopOnce(Looper.java:205)
05-30 20:47:23.322 11164 11164 E PolicyManagement: at android.os.Looper.loop(Looper.java:294)
05-30 20:47:23.322 11164 11164 E PolicyManagement: at android.app.ActivityThread.main(ActivityThread.java:8177)
05-30 20:47:23.322 11164 11164 E PolicyManagement: at java.lang.reflect.Method.invoke(Native Method)
05-30 20:47:23.322 11164 11164 E PolicyManagement: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:552)
05-30 20:47:23.322 11164 11164 E PolicyManagement: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:971)

Device: Pixel 5
OS Version: android 14
Test dpc version 9.0.6

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

No branches or pull requests

1 participant