Hello everyone,

i have just discovered wolfSSL in my attempt to find how to make a post request to an https website from native code in an Adnroid app.

I am experimenting with an Android app where there is some function I have implemented in C. The result of this function is a string which I would like to post to an https service listening. I can do that if I pass the string through JNI to the java layer but I would like to try and do that while staying at the native layer.

Wolfssl seems really promising and with a lot of features, something that confused me on how I should proceed with my task.

Is it possible to use wolfssl to do a post request within the native layer of Android?
If yes, would it be completely portable across different architectures of android?

Any help would be highly appreciated.

Thank you