Alternative TLS implementation in Go
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 299 B

5 years ago
123456789
  1. # th5
  2. This is an implementation of TLS 1.3 forked from ``tls-tris`` (af21f3083ce150bf822574a4437be352a83ef45b). Modified
  3. to be used as separated library.
  4. The goal of the library is to allow experimentation with TLS.
  5. That's a dark, risky, dangerous place where my own crypto
  6. is being implemented.