NFCPassportReader icon indicating copy to clipboard operation
NFCPassportReader copied to clipboard

OpenSSL version issue

Open fowwest opened this issue 1 year ago • 2 comments

I am using NFCPassportReader via custom native module in my React Native app (v0.69.4) and RN framework involves OpenSSL-universal dependency v1.1.1100 while NFCPassportReader caps it down to v1.1.180 and therefore, it's causing a pod install error as there's a conflict in resolution of OpenSSL-universal pod. Is it possible to update the podspec of NFCPassportReader to use OpenSSL-universal v1.1.1100?

fowwest avatar Aug 22 '22 18:08 fowwest

There should be no reason why you can't - I've not tested it against that yet, but I'll probably be updating it to use the latest OpenSSL version which I think is currently 1.1.1700

AndyQ avatar Aug 27 '22 15:08 AndyQ

Great, could you release a new version with OpenSSL dependency version upgraded to 1.1.1700?

harouf avatar Sep 05 '22 19:09 harouf

I've updated to Openssl 1.1.1900 in 2.0.1

AndyQ avatar Dec 18 '22 12:12 AndyQ