react-native-quick-crypto icon indicating copy to clipboard operation
react-native-quick-crypto copied to clipboard

Updated openssl for android and use local xcframework instead of OpenSSL-Universal

Open ronickg opened this issue 1 year ago • 0 comments

The aim of this pull request is to update the openssl to a newer version for android and for ios to try fix the issue #470 by instead of using the OpenSSL-Universal, actually having the OpenSSL as a local xcframework inside of the ios folder.

For the android maven lib I built it with the help of this repo: https://android.googlesource.com/platform/tools/ndkports/+/refs/heads/main

And for ios: https://github.com/duckduckgo/OpenSSL-XCFramework

Tested on both ios and android emulators and works.

ronickg avatar Oct 18 '24 15:10 ronickg