{"id":20727994,"url":"https://github.com/alireza-87/boringsslhandler","last_synced_at":"2026-05-15T01:36:52.885Z","repository":{"id":90407918,"uuid":"133990710","full_name":"alireza-87/boringsslhandler","owner":"alireza-87","description":"A library for use boringssl in android","archived":false,"fork":false,"pushed_at":"2022-10-24T03:50:55.000Z","size":59784,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-09T13:31:58.827Z","etag":null,"topics":["android","android-library","boringssl","library","ndk","openssl","ssl","ssl-certificates"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alireza-87.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2018-05-18T18:30:13.000Z","updated_at":"2020-03-19T01:51:02.000Z","dependencies_parsed_at":"2023-03-24T12:34:44.509Z","dependency_job_id":null,"html_url":"https://github.com/alireza-87/boringsslhandler","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alireza-87/boringsslhandler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alireza-87%2Fboringsslhandler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alireza-87%2Fboringsslhandler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alireza-87%2Fboringsslhandler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alireza-87%2Fboringsslhandler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alireza-87","download_url":"https://codeload.github.com/alireza-87/boringsslhandler/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alireza-87%2Fboringsslhandler/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33050376,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","android-library","boringssl","library","ndk","openssl","ssl","ssl-certificates"],"created_at":"2024-11-17T04:35:12.453Z","updated_at":"2026-05-15T01:36:52.866Z","avatar_url":"https://github.com/alireza-87.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# boringsslhandler\nA library for easy to use boringssl in android\n\nThe library now only has the ability to download and save the pair certificate chain but I will add more method in future.\nYou dont need to immpliment your own JNI , just use opensslhandler class :\n\nsample in kotline:\n\n1-getServerCert:\n```kotline\nOpenSSLHandler.INSTANCE.getPairCertificateAsync(\"YOUR ADDRESS\",object : INFGetResualt {\n    override fun success(data: String) {\n\n    }\n    \n    override fun failed(throws: Exception) {\n        if (throws is FetchException){\n            Log.e(\"CERT\",\"Error get server cert\")\n        }else{\n            Log.e(\"CERT\",\"Error get server cert Unknown ERROR\")\n            }\n        }\n})\n```\n\n2-saveServerCert:\n```kotline\nOpenSSLHandler.INSTANCE.getPairCertificateAsync(YOUR_ADDRESS,object : INFGetResualt {\n    override fun success(data: String) {\n\n    }\n\n    override fun failed(throws: Exception) {\n        if (throws is FetchException){\n            Log.e(\"CERT\",\"Error get server cert\")\n        }else if (throws is SaveException){\n            Log.e(\"CERT\",\"Error save server cert\")\n        }else{\n            Log.e(\"CERT\",\"Error get server cert Unknown ERROR\")\n        }\n    }\n},\"SAVE_LOCATION_AND_NAME\")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falireza-87%2Fboringsslhandler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falireza-87%2Fboringsslhandler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falireza-87%2Fboringsslhandler/lists"}