Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 483 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 483 Bytes

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