refactor: certificate issuer detecting #102
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "septs:ci-detect"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
SGP.28 v1.0, eSIM CI Registration Criteria (Page 5 of 9, 2019-10-24)
https://www.gsma.com/newsroom/wp-content/uploads/SGP.28-v1.0.pdf#page=5
FS.27 v2.0, Security Guidelines for UICC Profiles (Page 25 of 27, 2024-01-30)
https://www.gsma.com/solutions-and-impact/technologies/security/wp-content/uploads/2020/12/FS.27-Security-Guidelines-for-UICC-Profiles-v2.0.pdf#page=25
@ -121,0 +107,4 @@
// FS.27 v2.0, Security Guidelines for UICC Profiles (Page 25 of 27, 2024-01-30)
// https://www.gsma.com/solutions-and-impact/technologies/security/wp-content/uploads/2024/01/FS.27-Security-Guidelines-for-UICC-Credentials-v2.0-FINAL-23-July.pdf#page=25
val resId = when {
signers.isEmpty() -> R.string.unknown // the case is not mp, but it's is not common
what does mp mean?
@ -127,1 +123,3 @@
<string name="unsupported">Unsupported</string>
<string name="euicc_info_ci_type">Certificate Issuer</string>
<string name="euicc_info_ci_gsma_live" translatable="false">GSMA Live CI</string>
<string name="euicc_info_ci_gsma_test" translatable="false">GSMA Test CI</string>
These should not be untranslatable
@ -128,0 +123,4 @@
<string name="euicc_info_ci_type">Certificate Issuer</string>
<string name="euicc_info_ci_gsma_live" translatable="false">GSMA Live CI</string>
<string name="euicc_info_ci_gsma_test" translatable="false">GSMA Test CI</string>
<string name="euicc_info_ci_independent">Independent eSIM CA</string>
Unknown eSIM CA
Pull request closed