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