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.
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
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.