{"id":18765461,"url":"https://github.com/maximalien/curl-android","last_synced_at":"2026-05-06T08:36:34.321Z","repository":{"id":71686981,"uuid":"217379238","full_name":"MaximAlien/curl-android","owner":"MaximAlien","description":"Script which allows to build curl with OpenSSL support for Android. Test app is included as well.","archived":false,"fork":false,"pushed_at":"2021-02-05T05:31:15.000Z","size":3339,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-08T08:02:52.901Z","etag":null,"topics":["android","curl","jni","ndk","openssl","zlib"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MaximAlien.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-10-24T19:29:59.000Z","updated_at":"2024-09-14T11:31:12.000Z","dependencies_parsed_at":"2023-02-23T13:31:36.583Z","dependency_job_id":null,"html_url":"https://github.com/MaximAlien/curl-android","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MaximAlien/curl-android","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaximAlien%2Fcurl-android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaximAlien%2Fcurl-android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaximAlien%2Fcurl-android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaximAlien%2Fcurl-android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MaximAlien","download_url":"https://codeload.github.com/MaximAlien/curl-android/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaximAlien%2Fcurl-android/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32685029,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T08:33:17.875Z","status":"ssl_error","status_checked_at":"2026-05-06T08:33:17.221Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","curl","jni","ndk","openssl","zlib"],"created_at":"2024-11-07T18:34:06.109Z","updated_at":"2026-05-06T08:36:34.303Z","avatar_url":"https://github.com/MaximAlien.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# curl-android\n\nBefore running ./build.sh make sure you have all dependencies. At least on my Linux Ubuntu machine I had to install:  \n$ sudo apt-get install autoconf  \n\nAlso make sure you have selected correct path to Android NDK.  \n\nopenssl, crypto and libz libraries can be found in build folder.  \ncurl libraries/includes can be found in build/curl/arm64-v8a folder.  \n\nTo test .so library on Android device (for dynamically linked curl):  \n```bash\n$ cd test-app\n$ ndk-build NDK_APPLICATION_MK=./jni/Application.mk\n$ cd obj/local/arm64-v8a/\n$ adb push test.out /data/local/tmp/\n$ adb push libcurl.so /data/local/tmp/\n$ adb push libssl.so /data/local/tmp/\n$ adb push libcrypto.so /data/local/tmp/\n$ adb shell\n$ cd /data/local/tmp/\n$ export LD_LIBRARY_PATH=.\n$ ./test.out\n```\n\nExample output:  \n```bash\n$ ./test.out  \nSending cURL request...\n*   Trying 172.217.168.228:443...\n* TCP_NODELAY set\n* Connected to www.google.com (172.217.168.228) port 443 (#0)\n* ALPN, offering http/1.1\n* Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH\n* SSL certificate problem: unable to get local issuer certificate\n* Closing connection 0\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaximalien%2Fcurl-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaximalien%2Fcurl-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaximalien%2Fcurl-android/lists"}