Alternative TLS implementation in Go
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Henry Case 71ad89487d Change package trs to th5 il y a 5 ans
etc/utils Remove not needed examples il y a 5 ans
examples Remove examples il y a 5 ans
testdata crypto/tls: add examples for [Load]X509KeyPair il y a 6 ans
.travis.yml Adds -race and go 1.12 il y a 5 ans
13.go Change package trs to th5 il y a 5 ans
LICENSE adds LICENSE il y a 6 ans
README.md Change README.md il y a 5 ans
alert.go Change package trs to th5 il y a 5 ans
auth.go Change package trs to th5 il y a 5 ans
auth_test.go Change package trs to th5 il y a 5 ans
cipher_suites.go Change package trs to th5 il y a 5 ans
common.go Change package trs to th5 il y a 5 ans
conn.go Change package trs to th5 il y a 5 ans
conn_test.go Change package trs to th5 il y a 5 ans
example_test.go.TEMPORARILY_DISABLED Change package trs to th5 il y a 5 ans
generate_cert.go crypto/tls: handle errors in generate_cert.go il y a 6 ans
handshake_client.go Change package trs to th5 il y a 5 ans
handshake_client_test.go Change package trs to th5 il y a 5 ans
handshake_messages.go Change package trs to th5 il y a 5 ans
handshake_messages_test.go Change package trs to th5 il y a 5 ans
handshake_server.go Change package trs to th5 il y a 5 ans
handshake_server_test.go Change package trs to th5 il y a 5 ans
handshake_test.go Change package trs to th5 il y a 5 ans
hkdf.go Change package trs to th5 il y a 5 ans
key_agreement.go Change package trs to th5 il y a 5 ans
prf.go Change package trs to th5 il y a 5 ans
prf_test.go Change package trs to th5 il y a 5 ans
subcerts.go Change package trs to th5 il y a 5 ans
subcerts_test.go Change package trs to th5 il y a 5 ans
ticket.go Change package trs to th5 il y a 5 ans
tls.go Change package trs to th5 il y a 5 ans
tls_test.go Change package trs to th5 il y a 5 ans

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.