Skip to content

Commit

Permalink
Merge pull request #160 from regulaforensics/SP-14660/Add_new_constants
Browse files Browse the repository at this point in the history
SP-14660: Add new constants
  • Loading branch information
GubinAlexander authored Apr 10, 2024
2 parents 3bb1a1a + 9fc8d4e commit f2076fb
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions authenticity/e-check-diagnose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,12 @@ components:
- 230
- 240
- 241
- 243
- 244
- 245
- 246
- 247
- 248
- 250
x-enum-varnames:
- "UNKNOWN"
Expand Down Expand Up @@ -231,4 +237,10 @@ components:
- "LASINK_INVALID_LINES_FREQUENCY"
- "DOC_LIVENESS_ELECTRONIC_DEVICE_DETECTED"
- "DOC_LIVENESS_INVALID_BARCODE_BACKGROUND"
- "CHD_ICAO_IDB_BASE32_ERROR"
- "CHD_ICAO_IDB_ZIPPED_ERROR"
- "CHD_ICAO_IDB_MESSAGE_ZONE_EMPTY"
- "CHD_ICAO_IDB_SIGNATURE_MUST_BE_PRESENT"
- "CHD_ICAO_IDB_SIGNATURE_MUST_NOT_BE_PRESENT"
- "CHD_ICAO_IDB_CERTIFICATE_MUST_NOT_BE_PRESENT"
- "LAST_DIAGNOSE_VALUE"
12 changes: 12 additions & 0 deletions e-parsing-notification-codes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,10 @@ components:
- -1845493481
- -1845493480
- -1845493479
- -1879047600
- -1879047599
- 139289
- -1879047598
x-enum-descriptions:
- "ASN certificate: Incorrect version"
- "ASN certificate: Non-matching signature algorithm"
Expand Down Expand Up @@ -442,6 +446,10 @@ components:
- "Auth ML signer info: Certificate cannot find CSCA"
- "Auth ML signer info: Certificate revoked"
- "Auth ML signer info: Certificate signature invalid"
- "Country Codes from certificate chain don't match"
- "Country Codes from certificate and visual MRZ don't match"
- "Incorrect MRZ, country code doesn't match codes from Visual MRZ"
- "Country Codes from certificate and DG1 MRZ don't match"
x-enum-varnames:
- "ntfLDS_ASN_Certificate_IncorrectVersion"
- "ntfLDS_ASN_Certificate_NonMatchingSignatureAlgorithm"
Expand Down Expand Up @@ -661,3 +669,7 @@ components:
- "ntfLDS_Auth_MLSignerInfo_Certificate_CantFindCSCA"
- "ntfLDS_Auth_MLSignerInfo_Certificate_Revoked"
- "ntfLDS_Auth_MLSignerInfo_Certificate_SignatureInvalid"
- "ntfLDS_ICAO_Certificate_Chain_Country_NonMatching"
- "ntfLDS_ICAO_Certificate_VisualMrz_Country_NonMatching"
- "ntfLDS_MRZ_CountryCode_VisualMrz_NonMatching"
- "ntfLDS_ICAO_Certificate_MRZ_Country_NonMatching"

0 comments on commit f2076fb

Please sign in to comment.