{"id":22542617,"url":"https://github.com/denismurphy/secure-https-client-mtls","last_synced_at":"2026-03-07T22:01:24.545Z","repository":{"id":265731982,"uuid":"852693188","full_name":"denismurphy/secure-https-client-mtls","owner":"denismurphy","description":"HTTPS client implementation in C using mutual TLS (mTLS) authentication.","archived":false,"fork":false,"pushed_at":"2024-09-05T09:44:58.000Z","size":7,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-11T10:39:23.562Z","etag":null,"topics":["c","client-certificate-authentication","cmake","https","mbedtls","mtls"],"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/denismurphy.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":"2024-09-05T08:54:44.000Z","updated_at":"2025-09-26T21:53:37.000Z","dependencies_parsed_at":"2024-12-01T23:47:02.646Z","dependency_job_id":null,"html_url":"https://github.com/denismurphy/secure-https-client-mtls","commit_stats":null,"previous_names":["denismurphy/secure-https-client-mtls"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/denismurphy/secure-https-client-mtls","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denismurphy%2Fsecure-https-client-mtls","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denismurphy%2Fsecure-https-client-mtls/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denismurphy%2Fsecure-https-client-mtls/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denismurphy%2Fsecure-https-client-mtls/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denismurphy","download_url":"https://codeload.github.com/denismurphy/secure-https-client-mtls/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denismurphy%2Fsecure-https-client-mtls/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30233429,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T19:01:10.287Z","status":"ssl_error","status_checked_at":"2026-03-07T18:59:58.103Z","response_time":53,"last_error":"SSL_read: 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":["c","client-certificate-authentication","cmake","https","mbedtls","mtls"],"created_at":"2024-12-07T13:11:34.326Z","updated_at":"2026-03-07T22:01:24.529Z","avatar_url":"https://github.com/denismurphy.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🔒 Secure HTTPS Client with mTLS 🌐\n\nHTTPS client implementation in C using mutual TLS (mTLS) authentication.\n\n## 🔧 How It Works\n\n1. 🌱 Initializes the TLS context and seeds the random number generator\n2. 📜 Loads and parses certificates and private keys\n3. 🔌 Sets up the network connection and configures SSL settings\n4. 🤝 Performs the SSL/TLS handshake\n5. 📤 Sends an HTTP GET request to the server\n6. 📥 Receives and displays the server's response\n7. 🧹 Cleans up and frees resources\n\n## 🚦 Getting Started\n\nTo build and run this project:\n\n1. Ensure you have CMake and a C compiler installed\n2. Clone this repository\n3. Navigate to the project directory\n4. Install mbedTLS\n5. Run the following commands:\n\n```bash\nmkdir build\ncd build\ncmake ..\nmake\n./https-mtls\n```\n\n## 🔒 Security Note\n\nThis project demonstrates the use of mTLS for secure communication. In a real-world scenario, you should never hardcode certificates and private keys in your source code. Instead, use secure methods to store and retrieve these sensitive credentials.\n\n## 📝 License\n\nThis project is licensed under the MIT License","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenismurphy%2Fsecure-https-client-mtls","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdenismurphy%2Fsecure-https-client-mtls","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenismurphy%2Fsecure-https-client-mtls/lists"}