Kris Kwiatkowski 460efd3b1e | 5 lat temu | |
---|---|---|
testdata | 6 lat temu | |
.travis.yml | 5 lat temu | |
13.go | 5 lat temu | |
LICENSE | 6 lat temu | |
README.md | 5 lat temu | |
alert.go | 6 lat temu | |
auth.go | 6 lat temu | |
auth_test.go | 6 lat temu | |
cipher_suites.go | 5 lat temu | |
common.go | 5 lat temu | |
conn.go | 6 lat temu | |
conn_test.go | 7 lat temu | |
example_test.go.TEMPORARILY_DISABLED | 5 lat temu | |
generate_cert.go | 6 lat temu | |
handshake_client.go | 6 lat temu | |
handshake_client_test.go | 6 lat temu | |
handshake_messages.go | 6 lat temu | |
handshake_messages_test.go | 6 lat temu | |
handshake_server.go | 5 lat temu | |
handshake_server_test.go | 6 lat temu | |
handshake_test.go | 7 lat temu | |
hkdf.go | 7 lat temu | |
hrss.go | 5 lat temu | |
key_agreement.go | 5 lat temu | |
prf.go | 6 lat temu | |
prf_test.go | 6 lat temu | |
subcerts.go | 6 lat temu | |
subcerts_test.go | 6 lat temu | |
ticket.go | 6 lat temu | |
tls.go | 6 lat temu | |
tls_test.go | 6 lat temu |
This is an implementation of TLS 1.3 forked from tls-tris
(af21f3083c
). Modified
to be used as separated library.
Copy paste line bellow to install all required dependencies:
pacman -S go docker gcc git make patch python2 python-docker rsync
apt-get install build-essential docker go patch python python-pip rsync
pip install setuptools
pip install docker
apt-get update
apt-get install build-essential docker docker.io golang patch python python-pip rsync sudo
pip install setuptools
pip install docker
sudo usermod -a -G docker $USER
Similar dependencies can be found on any UNIX based system/distribution.