AndyQ / NFCPassportReader

NFCPassportReader for iOS 13
MIT License
754 stars 245 forks source link

scripts/extract.py not working for ICAO .ldif files - "openssl cms -inform der -noverify -verify" command output has changed #139

Closed georgepadayatti closed 2 years ago

georgepadayatti commented 2 years ago

scripts/extract.py at line number 101 there is check to make sure the output of openssl cms -inform der -noverify -verify is Verification successful.

Output for the same command in OpenSSL 3.0.1 14 Dec 2021 (Library: OpenSSL 3.0.1 14 Dec 2021) is CMS Verification successful.

Failure of this conditions halts the execution of the script for correct .ldif files.

AndyQ commented 2 years ago

Merged - thanks