Hello. I try to write mpp library for work with ssl.
How I must work with openssl?
I can do one of two:
* build from source and put result static library to my git project
* build openssl using clang included in konan. I mean I will put in git openssl source, and write build script in gradle. And then openssl will build during build main library
What of 2 cases I must use?
Maybe JetBrains has officially recommends some methods in this case?
a
aleksey.tomin
08/20/2020, 4:44 AM
For native client you can use
io.ktor:ktor-client-curl:1.4.0
- SSL was implemented
d
Dominaezzz
08/20/2020, 12:39 PM
I would recommend building the core package without including the static binary. Then have the binary in a separate "static" package.
Dominaezzz
08/20/2020, 12:40 PM
Build from source, not sure how I feel about committing it but it should do.