Alternative TLS implementation in Go
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
Henry Case 71ad89487d Change package trs to th5 5 anni fa
etc/utils Remove not needed examples 5 anni fa
examples Remove examples 5 anni fa
testdata crypto/tls: add examples for [Load]X509KeyPair 6 anni fa
.travis.yml Adds -race and go 1.12 5 anni fa
13.go Change package trs to th5 5 anni fa
LICENSE adds LICENSE 6 anni fa
README.md Change README.md 5 anni fa
alert.go Change package trs to th5 5 anni fa
auth.go Change package trs to th5 5 anni fa
auth_test.go Change package trs to th5 5 anni fa
cipher_suites.go Change package trs to th5 5 anni fa
common.go Change package trs to th5 5 anni fa
conn.go Change package trs to th5 5 anni fa
conn_test.go Change package trs to th5 5 anni fa
example_test.go.TEMPORARILY_DISABLED Change package trs to th5 5 anni fa
generate_cert.go crypto/tls: handle errors in generate_cert.go 6 anni fa
handshake_client.go Change package trs to th5 5 anni fa
handshake_client_test.go Change package trs to th5 5 anni fa
handshake_messages.go Change package trs to th5 5 anni fa
handshake_messages_test.go Change package trs to th5 5 anni fa
handshake_server.go Change package trs to th5 5 anni fa
handshake_server_test.go Change package trs to th5 5 anni fa
handshake_test.go Change package trs to th5 5 anni fa
hkdf.go Change package trs to th5 5 anni fa
key_agreement.go Change package trs to th5 5 anni fa
prf.go Change package trs to th5 5 anni fa
prf_test.go Change package trs to th5 5 anni fa
subcerts.go Change package trs to th5 5 anni fa
subcerts_test.go Change package trs to th5 5 anni fa
ticket.go Change package trs to th5 5 anni fa
tls.go Change package trs to th5 5 anni fa
tls_test.go Change package trs to th5 5 anni fa

README.md

th5

This is an implementation of TLS 1.3 forked from tls-tris (af21f3083c). Modified to be used as separated library.

The goal of the library is to allow experimentation with TLS.

That’s a dark, risky, dangerous place where my own crypto is being implemented.