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

[Suggestion] Use latest `ndkports` for the OpenSSL library of Android

Open wh201906 opened this issue 1 year ago • 3 comments

Hi there. It looks like the OpenSSL library for Android of react-native-quick-crypto is from this site. But the latest AAR on it was released on Oct 18, 2022 and is somewhat outdated. While the AAR on the Maven repo seems to be unmaintained, the source code of ndkports is actively updated on this site. Would it be possible for react-native-quick-crypto to build the latest OpenSSL for Android based on the latest source code of ndkports? I guess KDAB/android_openssl is also a good choice because it has been actively maintained. But it's for Qt on Android so I'm sure if it works for react-native-quick-crypto.

wh201906 avatar Jun 20 '24 15:06 wh201906

Want to throw together a PR with this change and see how the tests in the example application do with it?

boorad avatar Jun 20 '24 15:06 boorad

I'm still getting familiar with the codebase of this library. But I'd love to contribute if I could.

wh201906 avatar Jun 20 '24 15:06 wh201906

I went ahead and opened an issue on this: https://github.com/android/ndk-samples/issues/1068

shamilovtim avatar Jun 27 '24 20:06 shamilovtim

main gets the upgrade in #534

boorad avatar Dec 03 '24 04:12 boorad

0.x gets the upgrade in #559

boorad avatar Dec 13 '24 05:12 boorad