Alternative TLS implementation in Go
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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.