AndyQ / NFCPassportReader

NFCPassportReader for iOS 13
MIT License
738 stars 239 forks source link

Replacing OpenSSL #123

Closed vg-identance closed 2 years ago

vg-identance commented 2 years ago

Is there any way to replace OpenSSL with native/lightweight open-source swift frameworks? How hard it will be?

AndyQ commented 2 years ago

Sadly not yet - the main issue is the lack of support for certain features within the native iOS libraries - its there if you target macOS but not for iOS (which is a shame!)

vg-identance commented 2 years ago

Thx!