Henry Case 71ad89487d | il y a 5 ans | |
---|---|---|
etc/utils | il y a 5 ans | |
examples | il y a 5 ans | |
testdata | il y a 6 ans | |
.travis.yml | il y a 5 ans | |
13.go | il y a 5 ans | |
LICENSE | il y a 6 ans | |
README.md | il y a 5 ans | |
alert.go | il y a 5 ans | |
auth.go | il y a 5 ans | |
auth_test.go | il y a 5 ans | |
cipher_suites.go | il y a 5 ans | |
common.go | il y a 5 ans | |
conn.go | il y a 5 ans | |
conn_test.go | il y a 5 ans | |
example_test.go.TEMPORARILY_DISABLED | il y a 5 ans | |
generate_cert.go | il y a 6 ans | |
handshake_client.go | il y a 5 ans | |
handshake_client_test.go | il y a 5 ans | |
handshake_messages.go | il y a 5 ans | |
handshake_messages_test.go | il y a 5 ans | |
handshake_server.go | il y a 5 ans | |
handshake_server_test.go | il y a 5 ans | |
handshake_test.go | il y a 5 ans | |
hkdf.go | il y a 5 ans | |
key_agreement.go | il y a 5 ans | |
prf.go | il y a 5 ans | |
prf_test.go | il y a 5 ans | |
subcerts.go | il y a 5 ans | |
subcerts_test.go | il y a 5 ans | |
ticket.go | il y a 5 ans | |
tls.go | il y a 5 ans | |
tls_test.go | il y a 5 ans |
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.