I need to use an algorithm which is implemented using OpenSSL engine. My target device is an Android9 device using okhttp2.6, I need this algorithm to work in https, how should I modify it?
Can the boringSSL used by okhttp use the OpenSSL engine? What do I have to do? Or do I need to use OpenSSL instead of boringSSL?
How to choose the engine when okhttp uses the SSL library?
The openssl engine can be used in native applications, but I don't know how to use it in Android apk. Android apk is using okhttp2.6 now