Alternative TLS implementation in Go
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
Henry Case 71ad89487d Change package trs to th5 hace 5 años
etc/utils Remove not needed examples hace 5 años
examples Remove examples hace 5 años
testdata crypto/tls: add examples for [Load]X509KeyPair hace 6 años
.travis.yml Adds -race and go 1.12 hace 5 años
13.go Change package trs to th5 hace 5 años
LICENSE adds LICENSE hace 6 años
README.md Change README.md hace 5 años
alert.go Change package trs to th5 hace 5 años
auth.go Change package trs to th5 hace 5 años
auth_test.go Change package trs to th5 hace 5 años
cipher_suites.go Change package trs to th5 hace 5 años
common.go Change package trs to th5 hace 5 años
conn.go Change package trs to th5 hace 5 años
conn_test.go Change package trs to th5 hace 5 años
example_test.go.TEMPORARILY_DISABLED Change package trs to th5 hace 5 años
generate_cert.go crypto/tls: handle errors in generate_cert.go hace 6 años
handshake_client.go Change package trs to th5 hace 5 años
handshake_client_test.go Change package trs to th5 hace 5 años
handshake_messages.go Change package trs to th5 hace 5 años
handshake_messages_test.go Change package trs to th5 hace 5 años
handshake_server.go Change package trs to th5 hace 5 años
handshake_server_test.go Change package trs to th5 hace 5 años
handshake_test.go Change package trs to th5 hace 5 años
hkdf.go Change package trs to th5 hace 5 años
key_agreement.go Change package trs to th5 hace 5 años
prf.go Change package trs to th5 hace 5 años
prf_test.go Change package trs to th5 hace 5 años
subcerts.go Change package trs to th5 hace 5 años
subcerts_test.go Change package trs to th5 hace 5 años
ticket.go Change package trs to th5 hace 5 años
tls.go Change package trs to th5 hace 5 años
tls_test.go Change package trs to th5 hace 5 años

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.