Nguyen, I've just updated from 1.0.2n in my own app to 1.0.2p, using my own
homegrown build system for OpenSSL.

It seems to work and I can complete https request just fine. This is what I
get in the app when I query the version:

main.cpp:117 (int main(int, char**)): sslLibraryVersionString() "OpenSSL
1.0.2p  14 Aug 2018"

I don't know it will solve your problem, but maybe it's worth trying a
different build. Here's the link: https://github.com/rhardih/bad.

The readme has instructions, but basically it's just:


   1. Clone repo
   2. Run make openssl
   3. Extract libs

This is the Android part of the .pri file I use for OpenSSL:

linux:android {
  OSSL_BUILD_PATH =
/Users/rene/Code/bad/extracted/openssl-1.0.2p-armv7-a-build

  ANDROID_EXTRA_LIBS += \
    $$OSSL_BUILD_PATH/lib/libcrypto.so \
    $$OSSL_BUILD_PATH/lib/libssl.so
}

/René

On Mon, 29 Oct 2018 at 17:17 Thiago Macieira <thiago.macie...@intel.com>
wrote:

> On Monday, 29 October 2018 00:58:20 PDT Nguyen Ngoc Thach Chau wrote:
> > I checked APK, it is return openSSL 1.0.2k but it is confusing then I
> want
>
> 1.0.2k is not up-to-date. Upgrade to 1.0.2p.
>
> --
> Thiago Macieira - thiago.macieira (AT) intel.com
>   Software Architect - Intel Open Source Technology Center
>
>
>
> _______________________________________________
> Interest mailing list
> Interest@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
>
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to