You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the lib doesn't work on android (using curl) on https requests. The response from the ClientCurl.cpp is empty. If one disables ssl cert verificytion as statet in this pull request: #26 the openssl lib throws a divided by 0 exception in bn_asm.c at line 287.
If one makes only http requests with the changes from the pull request, everything works.