{"id":13815647,"url":"https://github.com/gh2o/bash_tls","last_synced_at":"2025-05-15T09:32:56.135Z","repository":{"id":141714167,"uuid":"102305852","full_name":"gh2o/bash_tls","owner":"gh2o","description":"A minimal TLS 1.2 client implementation in a pure Bash script","archived":false,"fork":false,"pushed_at":"2023-11-03T05:39:25.000Z","size":23,"stargazers_count":339,"open_issues_count":2,"forks_count":7,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-11-19T11:53:04.088Z","etag":null,"topics":["aes","bash","tls"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/gh2o.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":"2017-09-04T01:23:37.000Z","updated_at":"2024-10-25T15:22:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"7ea360d7-e54c-4fb2-8648-e1acfe2ba08c","html_url":"https://github.com/gh2o/bash_tls","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gh2o%2Fbash_tls","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gh2o%2Fbash_tls/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gh2o%2Fbash_tls/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gh2o%2Fbash_tls/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gh2o","download_url":"https://codeload.github.com/gh2o/bash_tls/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254313988,"owners_count":22050151,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["aes","bash","tls"],"created_at":"2024-08-04T04:03:49.184Z","updated_at":"2025-05-15T09:32:55.863Z","avatar_url":"https://github.com/gh2o.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"# bash_tls\nA minimal TLS 1.2 implementation in a pure Bash script\n\nbash_tls implements TLS well enough to make a simple HTTPS request to most web servers.\n\n## Usage\n`./bash_tls.sh [https://website.com/path/to/file]`  \nIf a URL is not given, defaults to `https://www.google.com/robots.txt`.\n\n## Features\n* Supports a single cipher suite: TLS_RSA_WITH_AES_128_GCM_SHA256\n  * RSA key exchange\n  * HMAC-SHA256 as pseudorandom function\n  * AES in GCM mode for encryption\n* Supports Server Name Indication\n\n## Missing\n* Only supports RSA certificates\n* Does not validate certificate chain\n\n## Dependencies\nbash_tls depends only on the following software:\n* bash 4.3+ compiled with `--enable-net-redirections`\n* GNU bc (for doing RSA calculations)\n* sha256sum (from Linux coreutils) or shasum (on Mac)\n\n## Performance\nDon't ask.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgh2o%2Fbash_tls","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgh2o%2Fbash_tls","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgh2o%2Fbash_tls/lists"}