Skip to content

Commit fbcfef7

Browse files
Merge pull request #348 from regulaforensics/develop
Develop -> Stable
2 parents 12abae4 + 5efaff8 commit fbcfef7

3 files changed

Lines changed: 27 additions & 0 deletions

File tree

e-parsing-error-codes.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ components:
113113
- 2164260963
114114
- 2164260964
115115
- 2164260965
116+
- 2164261163
117+
- 2164261167
116118
- 2164261216
117119
- 2164261217
118120
- 2164261218
@@ -248,6 +250,8 @@ components:
248250
- "CV Certificate: CHAT unsupported terminal type"
249251
- "CV Certificate: Private key unsupported"
250252
- "CV Certificate: Private key invalid params"
253+
- "PACE: CAM usage data incorrect"
254+
- "PACE: IM mapping data incorrect"
251255
- "CV Certificate: Incorrect data"
252256
- "CV Certificate: CPI incorrect data"
253257
- "CV Certificate: CAR incorrect data"
@@ -383,6 +387,8 @@ components:
383387
- "errLDS_CV_Certificate_CHAT_UnsupportedTerminalType"
384388
- "errLDS_CV_Certificate_PrivateKey_Unsupported"
385389
- "errLDS_CV_Certificate_PrivateKey_InvalidParams"
390+
- "errLDS_PACE_CAM_Data_Usage_Incorrect"
391+
- "errLDS_PACE_IM_MappingData_Incorrect"
386392
- "errLDS_CV_Certificate_IncorrectData"
387393
- "errLDS_CV_Certificate_CPI_IncorrectData"
388394
- "errLDS_CV_Certificate_CAR_IncorrectData"

e-parsing-notification-codes.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ components:
1717
- 2415919118
1818
- 2415919119
1919
- 2415919120
20+
- 2415919121
2021
- 2415919127
2122
- 2415919616
2223
- 2415919617
@@ -151,6 +152,10 @@ components:
151152
- 2415919384
152153
- 2415919385
153154
- 2415919386
155+
- 2415920128
156+
- 2415920129
157+
- 2415920130
158+
- 2415920131
154159
- 139272
155160
- 139273
156161
- 139274
@@ -343,6 +348,7 @@ components:
343348
- "ASN certificate: Forced default CSCA role"
344349
- "ASN certificate: Forced default DS role"
345350
- "ASN certificate: Incorrect issuer subject DS"
351+
- "ASN certificate: non-matching DS role"
346352
- "ASN certificate: Duplicating extensions"
347353
- "ICAO certificate: Version missed"
348354
- "ICAO certificate: Version incorrect"
@@ -477,6 +483,10 @@ components:
477483
- "Auth signer info: Certificate revoked"
478484
- "Auth signer info: Certificate signature invalid"
479485
- "Notification: Unsupported image format"
486+
- "mDL certificate: Chain SoP non-matching"
487+
- "mDL certificate: Unsupported public key algorithm"
488+
- "mDL certificate: Unsupported signature algorithm"
489+
- "mDL certificate: Unsupported public key params"
480490
- "MRZ: Document type unknown"
481491
- "MRZ: Issuing state syntax error"
482492
- "MRZ: Name is void"
@@ -669,6 +679,7 @@ components:
669679
- "ntfLDS_ASN_Certificate_ForcedDefaultCSCARole"
670680
- "ntfLDS_ASN_Certificate_ForcedDefaultDSRole"
671681
- "ntfLDS_ASN_Certificate_IncorrectIssuerSubjectDS"
682+
- "ntfLDS_ASN_Certificate_NonMatchingDSRole"
672683
- "ntfLDS_ASN_Certificate_DuplicatingExtensions"
673684
- "ntfLDS_ICAO_Certificate_Version_Missed"
674685
- "ntfLDS_ICAO_Certificate_Version_Incorrect"
@@ -803,6 +814,10 @@ components:
803814
- "ntfLDS_Auth_SignerInfo_Certificate_Revoked"
804815
- "ntfLDS_Auth_SignerInfo_Certificate_SignatureInvalid"
805816
- "ntfLDS_UnsupportedImageFormat"
817+
- "ntfLDS_MDL_Certificate_Chain_SoP_NonMatching"
818+
- "ntfLDS_MDL_Certificate_UnsupportedPublicKeyAlgorithm"
819+
- "ntfLDS_MDL_Certificate_UnsupportedSignatureAlgorithm"
820+
- "ntfLDS_MDL_Certificate_UnsupportedPublicKeyParams"
806821
- "ntfLDS_MRZ_DocumentType_Unknown"
807822
- "ntfLDS_MRZ_IssuingState_SyntaxError"
808823
- "ntfLDS_MRZ_Name_IsVoid"

rt-rfid-binary-data.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1166,6 +1166,8 @@ components:
11661166
- 9
11671167
- 10
11681168
- 11
1169+
- 12
1170+
- 13
11691171
x-enum-descriptions:
11701172
- "Type is not defined"
11711173
- "CSCA"
@@ -1179,6 +1181,8 @@ components:
11791181
- "Barcode signer (VDS)"
11801182
- "Barcode signer (VDS for non-constrained environment)"
11811183
- "DTC signer"
1184+
- "Separate CA for Barcode signer (VDS-NC)"
1185+
- "mDL signer"
11821186
x-enum-varnames:
11831187
- "UNDEFINED"
11841188
- "CSCA"
@@ -1192,6 +1196,8 @@ components:
11921196
- "BCS"
11931197
- "BCS_NC"
11941198
- "DTCS"
1199+
- "CA"
1200+
- "MDLS"
11951201

11961202
RfidRawData:
11971203
title: "RfidRawData"

0 commit comments

Comments
 (0)