Alternative TLS implementation in Go
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
Henry Case 71ad89487d Change package trs to th5 5 år sedan
etc/utils Remove not needed examples 5 år sedan
examples Remove examples 5 år sedan
testdata crypto/tls: add examples for [Load]X509KeyPair 6 år sedan
.travis.yml Adds -race and go 1.12 5 år sedan
13.go Change package trs to th5 5 år sedan
LICENSE adds LICENSE 6 år sedan
README.md Change README.md 5 år sedan
alert.go Change package trs to th5 5 år sedan
auth.go Change package trs to th5 5 år sedan
auth_test.go Change package trs to th5 5 år sedan
cipher_suites.go Change package trs to th5 5 år sedan
common.go Change package trs to th5 5 år sedan
conn.go Change package trs to th5 5 år sedan
conn_test.go Change package trs to th5 5 år sedan
example_test.go.TEMPORARILY_DISABLED Change package trs to th5 5 år sedan
generate_cert.go crypto/tls: handle errors in generate_cert.go 6 år sedan
handshake_client.go Change package trs to th5 5 år sedan
handshake_client_test.go Change package trs to th5 5 år sedan
handshake_messages.go Change package trs to th5 5 år sedan
handshake_messages_test.go Change package trs to th5 5 år sedan
handshake_server.go Change package trs to th5 5 år sedan
handshake_server_test.go Change package trs to th5 5 år sedan
handshake_test.go Change package trs to th5 5 år sedan
hkdf.go Change package trs to th5 5 år sedan
key_agreement.go Change package trs to th5 5 år sedan
prf.go Change package trs to th5 5 år sedan
prf_test.go Change package trs to th5 5 år sedan
subcerts.go Change package trs to th5 5 år sedan
subcerts_test.go Change package trs to th5 5 år sedan
ticket.go Change package trs to th5 5 år sedan
tls.go Change package trs to th5 5 år sedan
tls_test.go Change package trs to th5 5 år sedan

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.