Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions e-parsing-error-codes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ components:
- 2164260963
- 2164260964
- 2164260965
- 2164261163
- 2164261167
- 2164261216
- 2164261217
- 2164261218
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
15 changes: 15 additions & 0 deletions e-parsing-notification-codes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ components:
- 2415919118
- 2415919119
- 2415919120
- 2415919121
- 2415919127
- 2415919616
- 2415919617
Expand Down Expand Up @@ -151,6 +152,10 @@ components:
- 2415919384
- 2415919385
- 2415919386
- 2415920128
- 2415920129
- 2415920130
- 2415920131
- 139272
- 139273
- 139274
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
6 changes: 6 additions & 0 deletions rt-rfid-binary-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1166,6 +1166,8 @@ components:
- 9
- 10
- 11
- 12
- 13
x-enum-descriptions:
- "Type is not defined"
- "CSCA"
Expand All @@ -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"
Expand All @@ -1192,6 +1196,8 @@ components:
- "BCS"
- "BCS_NC"
- "DTCS"
- "CA"
- "MDLS"

RfidRawData:
title: "RfidRawData"
Expand Down