Alternative TLS implementation in Go
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
Henry Case 393c64be65 Change README.md 5 yıl önce
etc/utils Remove not needed examples 5 yıl önce
examples Remove not needed examples 5 yıl önce
testdata crypto/tls: add examples for [Load]X509KeyPair 6 yıl önce
.travis.yml Adds -race and go 1.12 5 yıl önce
13.go Fix client key share 5 yıl önce
LICENSE adds LICENSE 6 yıl önce
README.md Change README.md 5 yıl önce
alert.go Change package name from tls to trs 5 yıl önce
auth.go Change package name from tls to trs 5 yıl önce
auth_test.go Change package name from tls to trs 5 yıl önce
cipher_suites.go Add negotiated group to ConnectionState 5 yıl önce
common.go Add negotiated group to ConnectionState 5 yıl önce
conn.go Add negotiated group to ConnectionState 5 yıl önce
conn_test.go Change package name from tls to trs 5 yıl önce
example_test.go.TEMPORARILY_DISABLED Change package name from tls to trs 5 yıl önce
generate_cert.go crypto/tls: handle errors in generate_cert.go 6 yıl önce
handshake_client.go Add negotiated group to ConnectionState 5 yıl önce
handshake_client_test.go Change package name from tls to trs 5 yıl önce
handshake_messages.go Change package name from tls to trs 5 yıl önce
handshake_messages_test.go Change package name from tls to trs 5 yıl önce
handshake_server.go Add negotiated group to ConnectionState 5 yıl önce
handshake_server_test.go Change package name from tls to trs 5 yıl önce
handshake_test.go Change package name from tls to trs 5 yıl önce
hkdf.go Change package name from tls to trs 5 yıl önce
key_agreement.go Add negotiated group to ConnectionState 5 yıl önce
prf.go Change package name from tls to trs 5 yıl önce
prf_test.go Change package name from tls to trs 5 yıl önce
subcerts.go Change package name from tls to trs 5 yıl önce
subcerts_test.go Change package name from tls to trs 5 yıl önce
ticket.go Change package name from tls to trs 5 yıl önce
tls.go Change package name from tls to trs 5 yıl önce
tls_test.go Change package name from tls to trs 5 yıl önce

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.