AndyQ / NFCPassportReader

NFCPassportReader for iOS 13
MIT License
733 stars 235 forks source link

Exclude OpenSSL #204

Closed mnive93 closed 5 months ago

mnive93 commented 5 months ago

Hey there.

I just want to read the datatgroups present and get the byte data and dump the passport data to get a dictionary [String:String].

For this will I need the OpenSSL dependency? In SOD also I just need the byte data and don't need the signature parsing. Can I exclude OpenSSL for this scenario? Will it cause any issues.

Any help is appreciated. Thank you.

AndyQ commented 5 months ago

You will need the OpenSSL dependancy as in order to get the data from the passport, you need to establish secure communications with the passport chip which requires OpenSSL functionality