Harald Welte laf0rge
laf0rge commented on issue PeterCxy/OpenEUICC#30 2024-08-24 22:05:43 +02:00
Add option to display test + provisioning profiles

Hi @retrofreak83 - thanks for taking some time to help me out here.

First of all, LocalProfileInfo is an imported class, coming from another project, so extending it directly is difficult,…

laf0rge commented on issue PeterCxy/OpenEUICC#30 2024-08-20 09:57:13 +02:00
Add option to display test + provisioning profiles

Note: I really have absolutely no existing clue about Android development or the Kotlin language, but still decided to have a look if I can add the related functionality. Sadly, it's not as easy…

laf0rge created branch testprofiles in laf0rge/OpenEUICC-SGP.26 2024-08-20 09:44:03 +02:00
laf0rge pushed to testprofiles at laf0rge/OpenEUICC-SGP.26 2024-08-20 09:44:03 +02:00
8a17e5c058 WIP: preference to un-hide test/bootstrap profiles
7c07db0aab README: Warn about non-standard external eSIMs
f073261b60 unpriv: Add Huawei and Honor into the blocklist
87ea017b36 OmapiApduInterface: Log all APDU exchanges
44b85ffdea lpac-jni: Log load bpp error reason
Compare 10 commits »
laf0rge opened issue PeterCxy/OpenEUICC#41 2024-08-01 17:01:43 +02:00
automatically process + delete notifications
laf0rge commented on issue PeterCxy/OpenEUICC#40 2024-08-01 15:26:36 +02:00
Displaying also test profiles in the list

I thought we already had the discussion - and indeed this is a duplicate of #30 from 3 months ago.

laf0rge commented on issue PeterCxy/OpenEUICC#40 2024-08-01 15:24:50 +02:00
Displaying also test profiles in the list

I am not sure what the original rationale for hiding test profiles is. But I think the following two approaches would work while keeping that rationale:

  • if the currently enabled profile is a…
laf0rge commented on issue PeterCxy/OpenEUICC#40 2024-08-01 15:24:16 +02:00
Displaying also test profiles in the list

I am not sure what the original rationale for hiding test profiles is. But I think the following two approaches would work while keeping that rationale:

  • if the currently enabled profile is a…
laf0rge commented on issue PeterCxy/OpenEUICC#39 2024-08-01 15:13:23 +02:00
Commercial eSIM profile download works, but activation not

Normally (only operational profiles), enabling the new eSIM profile would automatically disable the old profile.

However, GSMA SGP.22 v2.5 Sectin 5.7.16 explicitly states "verify ... if the…

laf0rge commented on issue PeterCxy/OpenEUICC#40 2024-08-01 15:10:53 +02:00
Displaying also test profiles in the list

Normally (only operational profiles), enabling the new eSIM profile would automatically disable the old profile.

However, GSMA SGP.22 v2.5 Sectin 5.7.16 explicitly states "verify ... if the…

laf0rge opened issue PeterCxy/OpenEUICC#30 2024-05-23 21:25:28 +02:00
Add option to display test + provisioning profiles
laf0rge commented on issue PeterCxy/OpenEUICC#11 2024-03-10 18:00:47 +01:00
OpenEUICC doesn't seem to work with unknown CERT.CI.ECDSA on the eUICC for TLS cert verification

what's odd is that the authoritkeyidentifier / subjectkeyidentifier of the SGP.26 v1 NIST CI certificate i s f54172bdf98a95d65cbeb88a38a1c11d800a85c3 (also in your RootCertificates.kt file) -…

laf0rge commented on issue PeterCxy/OpenEUICC#12 2024-03-10 17:53:13 +01:00
Cannot leave the Log view in alpha03

Confirmed: The problem no longer appears with beta1

laf0rge reopened issue PeterCxy/OpenEUICC#11 2024-03-10 17:52:29 +01:00
OpenEUICC doesn't seem to work with unknown CERT.CI.ECDSA on the eUICC for TLS cert verification
laf0rge commented on issue PeterCxy/OpenEUICC#11 2024-03-10 17:52:11 +01:00
OpenEUICC doesn't seem to work with unknown CERT.CI.ECDSA on the eUICC for TLS cert verification

Actually the standard mandates that the first TLS certificate sent is the sender (server) certificate, followed by any other crtificates. See: https://www.rfc-editor.org/rfc/rfc5246#section-7.4.2

laf0rge commented on issue PeterCxy/OpenEUICC#11 2024-03-10 17:47:18 +01:00
OpenEUICC doesn't seem to work with unknown CERT.CI.ECDSA on the eUICC for TLS cert verification

First of all: Thanks a lot for your effort!

I didn't have a chance to test it until today. However, it doesn't appear to be working, sorry.

I configured smdpp.test.rsp.sysmocom.de to…

laf0rge commented on issue PeterCxy/OpenEUICC#11 2024-02-20 09:31:37 +01:00
OpenEUICC doesn't seem to work with unknown CERT.CI.ECDSA on the eUICC for TLS cert verification

I now wonder if it is even necessary for the LPA to verify the TLS cert at all, given that the eUICC is not supposed to accept arbitrary BPP anyway.

I thin it's mostly about privacy /…

laf0rge commented on issue PeterCxy/OpenEUICC#11 2024-02-20 09:28:13 +01:00
OpenEUICC doesn't seem to work with unknown CERT.CI.ECDSA on the eUICC for TLS cert verification

It looks like many production SM-DP+ servers do not actually send the full certificate chain, and therefore we cannot verify CERT.DP.TLS against CERT.CI.ECDSA without hard-coding the CI cert.…

laf0rge commented on issue PeterCxy/OpenEUICC#11 2024-02-20 09:23:49 +01:00
OpenEUICC doesn't seem to work with unknown CERT.CI.ECDSA on the eUICC for TLS cert verification

An interim solution that can be implemented a bit faster would be an option that allows the user to supply a custom CI public key, or an option to disable the check on the TLS side altogether.

laf0rge pushed to master at laf0rge/OpenEUICC-SGP.26 2024-02-17 14:15:52 +01:00
de69c6d1e1 Add SGP.26 (GSMA test) certificate support