From 773452e2b1270afdcc767d9631cba902c549a02e Mon Sep 17 00:00:00 2001 From: Artsiom Tsybulko Date: Wed, 13 May 2026 17:04:04 +0300 Subject: [PATCH 1/3] 56836 - update enums --- e-parsing-error-codes.yml | 6 ++++++ e-parsing-notification-codes.yml | 15 +++++++++++++++ e-text-field-type.yml | 3 +++ rt-rfid-binary-data.yml | 6 ++++++ 4 files changed, 30 insertions(+) diff --git a/e-parsing-error-codes.yml b/e-parsing-error-codes.yml index fef8cd09..8ea505ed 100644 --- a/e-parsing-error-codes.yml +++ b/e-parsing-error-codes.yml @@ -113,6 +113,8 @@ components: - 2164260963 - 2164260964 - 2164260965 + - 2164261163 + - 2164261167 - 2164261216 - 2164261217 - 2164261218 @@ -248,6 +250,8 @@ components: - "CV Certificate: CHAT unsupported terminal type" - "CV Certificate: Private key unsupported" - "CV Certificate: Private key invalid params" + - "PACE: CAM usage data incorrect" + - "PACE: IM mapping data incorrect" - "CV Certificate: Incorrect data" - "CV Certificate: CPI incorrect data" - "CV Certificate: CAR incorrect data" @@ -383,6 +387,8 @@ components: - "errLDS_CV_Certificate_CHAT_UnsupportedTerminalType" - "errLDS_CV_Certificate_PrivateKey_Unsupported" - "errLDS_CV_Certificate_PrivateKey_InvalidParams" + - "errLDS_PACE_CAM_Data_Usage_Incorrect" + - "errLDS_PACE_IM_MappingData_Incorrect" - "errLDS_CV_Certificate_IncorrectData" - "errLDS_CV_Certificate_CPI_IncorrectData" - "errLDS_CV_Certificate_CAR_IncorrectData" diff --git a/e-parsing-notification-codes.yml b/e-parsing-notification-codes.yml index ec47814e..6832a3a3 100644 --- a/e-parsing-notification-codes.yml +++ b/e-parsing-notification-codes.yml @@ -17,6 +17,7 @@ components: - 2415919118 - 2415919119 - 2415919120 + - 2415919121 - 2415919127 - 2415919616 - 2415919617 @@ -151,6 +152,10 @@ components: - 2415919384 - 2415919385 - 2415919386 + - 2415920128 + - 2415920129 + - 2415920130 + - 2415920131 - 139272 - 139273 - 139274 @@ -343,6 +348,7 @@ components: - "ASN certificate: Forced default CSCA role" - "ASN certificate: Forced default DS role" - "ASN certificate: Incorrect issuer subject DS" + - "ASN: certificate non-matching DS role" - "ASN certificate: Duplicating extensions" - "ICAO certificate: Version missed" - "ICAO certificate: Version incorrect" @@ -477,6 +483,10 @@ components: - "Auth signer info: Certificate revoked" - "Auth signer info: Certificate signature invalid" - "Notification: Unsupported image format" + - "mDL certificate chain SoP non-matching" + - "mDL certificate unsupported public key algorithm" + - "mDL certificate unsupported signature algorithm" + - "mDL certificate unsupported public key params" - "MRZ: Document type unknown" - "MRZ: Issuing state syntax error" - "MRZ: Name is void" @@ -669,6 +679,7 @@ components: - "ntfLDS_ASN_Certificate_ForcedDefaultCSCARole" - "ntfLDS_ASN_Certificate_ForcedDefaultDSRole" - "ntfLDS_ASN_Certificate_IncorrectIssuerSubjectDS" + - "ntfLDS_ASN_Certificate_NonMatchingDSRole" - "ntfLDS_ASN_Certificate_DuplicatingExtensions" - "ntfLDS_ICAO_Certificate_Version_Missed" - "ntfLDS_ICAO_Certificate_Version_Incorrect" @@ -803,6 +814,10 @@ components: - "ntfLDS_Auth_SignerInfo_Certificate_Revoked" - "ntfLDS_Auth_SignerInfo_Certificate_SignatureInvalid" - "ntfLDS_UnsupportedImageFormat" + - "ntfLDS_MDL_Certificate_Chain_SoP_NonMatching" + - "ntfLDS_MDL_Certificate_UnsupportedPublicKeyAlgorithm" + - "ntfLDS_MDL_Certificate_UnsupportedSignatureAlgorithm" + - "ntfLDS_MDL_Certificate_UnsupportedPublicKeyParams" - "ntfLDS_MRZ_DocumentType_Unknown" - "ntfLDS_MRZ_IssuingState_SyntaxError" - "ntfLDS_MRZ_Name_IsVoid" diff --git a/e-text-field-type.yml b/e-text-field-type.yml index 4a0c7bc3..a0c011eb 100644 --- a/e-text-field-type.yml +++ b/e-text-field-type.yml @@ -660,6 +660,7 @@ components: - 703 - 704 - 705 + - 706 x-enum-descriptions: - "Document class code" - "Issuing state code" @@ -1316,6 +1317,7 @@ components: - "Jurisdiction specific data" - "Date of data expiry" - "Consul" + - "Canton reference" x-enum-varnames: - "DOCUMENT_CLASS_CODE" - "ISSUING_STATE_CODE" @@ -1972,3 +1974,4 @@ components: - "FT_JURISDICTION_SPECIFIC_DATA" - "FT_DATA_DATE_OF_EXPIRY" - "FT_CONSUL" + - "FT_CANTON_REFERENCE" diff --git a/rt-rfid-binary-data.yml b/rt-rfid-binary-data.yml index 4d1367a8..4bb47434 100644 --- a/rt-rfid-binary-data.yml +++ b/rt-rfid-binary-data.yml @@ -1166,6 +1166,8 @@ components: - 9 - 10 - 11 + - 12 + - 13 x-enum-descriptions: - "Type is not defined" - "CSCA" @@ -1179,6 +1181,8 @@ components: - "Barcode signer (VDS)" - "Barcode signer (VDS for non-constrained environment)" - "DTC signer" + - "Separate CA for Barcode signer (VDS-NC)" + - "mDL signer" x-enum-varnames: - "UNDEFINED" - "CSCA" @@ -1192,6 +1196,8 @@ components: - "BCS" - "BCS_NC" - "DTCS" + - "CA" + - "MDLS" RfidRawData: title: "RfidRawData" From aa4cfa1f6db9ea6e9f9c2704c63b1f61d0056e4b Mon Sep 17 00:00:00 2001 From: Artsiom Tsybulko Date: Thu, 14 May 2026 14:31:55 +0300 Subject: [PATCH 2/3] 56836 - update enums --- e-text-field-type.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/e-text-field-type.yml b/e-text-field-type.yml index a0c011eb..4a0c7bc3 100644 --- a/e-text-field-type.yml +++ b/e-text-field-type.yml @@ -660,7 +660,6 @@ components: - 703 - 704 - 705 - - 706 x-enum-descriptions: - "Document class code" - "Issuing state code" @@ -1317,7 +1316,6 @@ components: - "Jurisdiction specific data" - "Date of data expiry" - "Consul" - - "Canton reference" x-enum-varnames: - "DOCUMENT_CLASS_CODE" - "ISSUING_STATE_CODE" @@ -1974,4 +1972,3 @@ components: - "FT_JURISDICTION_SPECIFIC_DATA" - "FT_DATA_DATE_OF_EXPIRY" - "FT_CONSUL" - - "FT_CANTON_REFERENCE" From 72407efbece41a4021936b57917ded9b0c407dd2 Mon Sep 17 00:00:00 2001 From: Artsiom Tsybulko Date: Thu, 14 May 2026 18:14:31 +0300 Subject: [PATCH 3/3] 56836 - update enums --- e-parsing-notification-codes.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/e-parsing-notification-codes.yml b/e-parsing-notification-codes.yml index 6832a3a3..51edca87 100644 --- a/e-parsing-notification-codes.yml +++ b/e-parsing-notification-codes.yml @@ -348,7 +348,7 @@ components: - "ASN certificate: Forced default CSCA role" - "ASN certificate: Forced default DS role" - "ASN certificate: Incorrect issuer subject DS" - - "ASN: certificate non-matching DS role" + - "ASN certificate: non-matching DS role" - "ASN certificate: Duplicating extensions" - "ICAO certificate: Version missed" - "ICAO certificate: Version incorrect" @@ -483,10 +483,10 @@ components: - "Auth signer info: Certificate revoked" - "Auth signer info: Certificate signature invalid" - "Notification: Unsupported image format" - - "mDL certificate chain SoP non-matching" - - "mDL certificate unsupported public key algorithm" - - "mDL certificate unsupported signature algorithm" - - "mDL certificate unsupported public key params" + - "mDL certificate: Chain SoP non-matching" + - "mDL certificate: Unsupported public key algorithm" + - "mDL certificate: Unsupported signature algorithm" + - "mDL certificate: Unsupported public key params" - "MRZ: Document type unknown" - "MRZ: Issuing state syntax error" - "MRZ: Name is void"