gssvv / rust-boring-ssl-client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rust TLS Client with Boring SSL support

TLS client in Rust that can simulate Chrome's SSL handshake. Plus nodejs module and proxy support. Made for educational purposes. Feel free to use and modify.

Tutorial for this implementation

Build:

npm run build-macos # x86_64-apple-darwin
npm run build-linux # x86_64-unknown-linux-gnu
npm run build-win # x86_64-pc-windows-msvc

About


Languages

Language:Rust 82.7%Language:JavaScript 17.3%