diff --git a/e-parsing-error-codes.yml b/e-parsing-error-codes.yml index fef8cd0..8ea505e 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 ec47814..51edca8 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/rt-rfid-binary-data.yml b/rt-rfid-binary-data.yml index 4d1367a..4bb4743 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"