A minimal TLS 1.2 client implementation in a pure Bash script
Shell
352
12 commits
updated Nov 3, 2023
A minimal TLS 1.2 implementation in a pure Bash script
bash_tls implements TLS well enough to make a simple HTTPS request to most web servers.
./bash_tls.sh [https://website.com/path/to/file]
If a URL is not given, defaults to https://www.google.com/robots.txt.
bash_tls depends only on the following software:
--enable-net-redirectionsDon't ask.
12 commits
Shell
100.0%
A minimal TLS 1.2 client implementation in a pure Bash script
Shell
352
12 commits
updated Nov 3, 2023
A minimal TLS 1.2 implementation in a pure Bash script
bash_tls implements TLS well enough to make a simple HTTPS request to most web servers.
./bash_tls.sh [https://website.com/path/to/file]
If a URL is not given, defaults to https://www.google.com/robots.txt.
bash_tls depends only on the following software:
--enable-net-redirectionsDon't ask.
12 commits
Shell
100.0%