nunchuk-io / libnunchuk

GNU General Public License v3.0
57 stars 10 forks source link

Upgrade openssl version to support building with ndk 22+ #21

Open emanuelb opened 1 year ago

emanuelb commented 1 year ago

Building the openssl version specified in contrib openssl @ 52c587d will fail with ndk22+ cause it wont include the fix at: https://github.com/openssl/openssl/commit/9f85ab647c8c9f47a1523f99facdf15fc34797a0

this was detected when trying to compile nunchuk-android-nativesdk with ndk 25, see related issue: https://github.com/nunchuk-io/nunchuk-android-nativesdk/issues/9

also the specified openssl version is old and contain known vulnerabilities, see list at: https://www.openssl.org/news/openssl-1.1.1-notes.html