Skip to content

bjoernQ/tiny-tls-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tiny-TLS Rust

Port of the code found in https://github.com/jvns/tiny-tls/ to Rust.

Resources

This implementation is no-std and no-alloc so for learning purposes the Go code is easier to understand.

Other than the Go implementation this connects to wwww.google.com and only receives and prints the first record of the response.

This is a toy implementation!

  • it doesn't check the server certificate
  • it only supports one cipher suite

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages