Peter Cai PeterCxy
  • 猫である。

  • Joined on 2021-08-16
PeterCxy commented on issue PeterCxy/OpenEUICC#15 2024-03-01 15:05:07 +01:00
[Bug]: NoSuchMethodException: android.telephony.TelephonyManager.getSimSlotMapping

Good point, I was trying to be careful about lower platforms but I probably missed this one. Will just disable the slot mapping madness for pre-13.

PeterCxy commented on issue PeterCxy/OpenEUICC#17 2024-03-01 15:03:54 +01:00
OpenEUICC app(13M version) won't start after Feb 19th commit for Android 14

I don't understand what any of this issue means.

PeterCxy pushed to master at PeterCxy/OpenEUICC 2024-02-29 01:58:28 +01:00
62e3e41c52 lpac-jni: Mark network-related LPA methods as synchronized
PeterCxy pushed to master at PeterCxy/OpenEUICC 2024-02-28 02:06:28 +01:00
a1b2643625 lpac-jni: Always add GSMA ROOT CI1
PeterCxy pushed to master at PeterCxy/OpenEUICC 2024-02-28 01:50:53 +01:00
6d200d14ac nuke asn1c in Android.bp and Android.mk
PeterCxy closed issue PeterCxy/OpenEUICC#12 2024-02-25 21:28:23 +01:00
Cannot leave the Log view in alpha03
PeterCxy commented on issue PeterCxy/OpenEUICC#12 2024-02-25 21:28:20 +01:00
Cannot leave the Log view in alpha03

Cannot seem to reproduce on latest master. Closing for now.

PeterCxy pushed to master at PeterCxy/OpenEUICC 2024-02-25 21:00:41 +01:00
12d02ee76c lpac-jni: malloc -> calloc
412fd31477 lpac-jni: Uprev lpac libeuicc
Compare 2 commits »
PeterCxy pushed to master at PeterCxy/OpenEUICC 2024-02-25 19:29:27 +01:00
19c63113a1 ProfileDeleteFragment: Require confirmation via inputting profile name
PeterCxy pushed to master at PeterCxy/OpenEUICC 2024-02-24 22:18:34 +01:00
2a8fb99ed0 lpac-jni: Assert jlong is enough to hold a platform sized pointer
PeterCxy pushed to master at PeterCxy/OpenEUICC 2024-02-24 22:11:11 +01:00
18cd9acdb8 lpac-jni: Call es9p_ctx_free
PeterCxy pushed to master at PeterCxy/OpenEUICC 2024-02-24 22:10:14 +01:00
4ded234ed2 lpac-jni: Reformat JNI C code
PeterCxy pushed to master at PeterCxy/OpenEUICC 2024-02-24 21:54:17 +01:00
5aed27513f lpac-jni: Uprev lpac
PeterCxy pushed to master at PeterCxy/OpenEUICC 2024-02-22 03:29:12 +01:00
2b972badaa lpac-jni: Add Entrust CI to known list
PeterCxy pushed to master at PeterCxy/OpenEUICC 2024-02-22 03:27:05 +01:00
ab76ae66e2 lpac-jni: Do not crash on unknown CIs
PeterCxy closed issue PeterCxy/OpenEUICC#11 2024-02-22 03:13:52 +01:00
OpenEUICC doesn't seem to work with unknown CERT.CI.ECDSA on the eUICC for TLS cert verification
PeterCxy commented on issue PeterCxy/OpenEUICC#11 2024-02-22 03:13:51 +01:00
OpenEUICC doesn't seem to work with unknown CERT.CI.ECDSA on the eUICC for TLS cert verification

Ok, this has now been implemented but with the caveat that we still have to hard-code a mapping between known PKIDs and their public certificates. However, compared to just adding the certificates…

PeterCxy pushed to master at PeterCxy/OpenEUICC 2024-02-22 03:11:50 +01:00
c033ef5ba9 refactor: Trust SM-DP+ TLS certs based on euiccCiPKIdListForVerification
PeterCxy commented on issue PeterCxy/OpenEUICC#11 2024-02-21 23:43:22 +01:00
OpenEUICC doesn't seem to work with unknown CERT.CI.ECDSA on the eUICC for TLS cert verification

auto-discovery mechanism as I described. will only work with SM-DP+ that include the root cert

Also note that the Subject Key Identifier of the CI cert can be an arbitrary string dictated by…

PeterCxy commented on issue PeterCxy/OpenEUICC#11 2024-02-21 03:30:45 +01:00
OpenEUICC doesn't seem to work with unknown CERT.CI.ECDSA on the eUICC for TLS cert verification

Although I guess I could also piggyback on lpac's derutil.c here from JNI.