Harald Welte laf0rge
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
laf0rge opened issue PeterCxy/OpenEUICC#12 2024-02-17 14:15:12 +01:00
Cannot leave the Log view in alpha03
laf0rge renamed repository from OpenEUICC to laf0rge/OpenEUICC-SGP.26 2024-02-17 13:50:36 +01:00
laf0rge created repository laf0rge/OpenEUICC-SGP.26 2024-02-17 13:48:08 +01:00
laf0rge commented on issue PeterCxy/OpenEUICC#11 2024-02-16 20:53:53 +01:00
OpenEUICC doesn't seem to work with unknown CERT.CI.ECDSA on the eUICC for TLS cert verification

by the way: In case you're interested: I can send you free samples of such an eUICC with SGP.26 test certificates. Or I can even create completely custom/private CI and then personalize eUICCs…

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

Looking a bit at Android and Java APIs for this, I think the course of action would be to implement a custom X509TrustManager whose checkServerTrusted method would get all the certificates…

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

Ok, a quick look at the source code reveals:

  • OpenEUICC includes exactly only one root certificate, see app-common/src/main/res/raw/symantec_gsma_rspv2_root_ci1 and `app-common/src/main/res/xml…
laf0rge opened issue PeterCxy/OpenEUICC#11 2024-02-16 20:24:31 +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#5 2024-01-27 17:38:17 +01:00
[Suggestion] Adding Profile Size Under ICCID & Approximately eSIM Profiles Left

I really like the idea of displaying the size of existing/installed profiles as well as the total remaining space.

Hoever, I also agree with @PeterCxy that ther is no way to estimate the number…