Alternative TLS implementation in Go
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

há 5 anos
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.