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.
Henry Case 71ad89487d Change package trs to th5 пре 5 година
etc/utils Remove not needed examples пре 5 година
examples Remove examples пре 5 година
testdata crypto/tls: add examples for [Load]X509KeyPair пре 6 година
.travis.yml Adds -race and go 1.12 пре 5 година
13.go Change package trs to th5 пре 5 година
LICENSE adds LICENSE пре 6 година
README.md Change README.md пре 5 година
alert.go Change package trs to th5 пре 5 година
auth.go Change package trs to th5 пре 5 година
auth_test.go Change package trs to th5 пре 5 година
cipher_suites.go Change package trs to th5 пре 5 година
common.go Change package trs to th5 пре 5 година
conn.go Change package trs to th5 пре 5 година
conn_test.go Change package trs to th5 пре 5 година
example_test.go.TEMPORARILY_DISABLED Change package trs to th5 пре 5 година
generate_cert.go crypto/tls: handle errors in generate_cert.go пре 6 година
handshake_client.go Change package trs to th5 пре 5 година
handshake_client_test.go Change package trs to th5 пре 5 година
handshake_messages.go Change package trs to th5 пре 5 година
handshake_messages_test.go Change package trs to th5 пре 5 година
handshake_server.go Change package trs to th5 пре 5 година
handshake_server_test.go Change package trs to th5 пре 5 година
handshake_test.go Change package trs to th5 пре 5 година
hkdf.go Change package trs to th5 пре 5 година
key_agreement.go Change package trs to th5 пре 5 година
prf.go Change package trs to th5 пре 5 година
prf_test.go Change package trs to th5 пре 5 година
subcerts.go Change package trs to th5 пре 5 година
subcerts_test.go Change package trs to th5 пре 5 година
ticket.go Change package trs to th5 пре 5 година
tls.go Change package trs to th5 пре 5 година
tls_test.go Change package trs to th5 пре 5 година

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.