|
|
il y a 6 ans | |
|---|---|---|
| .. | ||
| LICENSE | il y a 6 ans | |
| README.md | il y a 6 ans | |
| alert.go | il y a 6 ans | |
| auth.go | il y a 6 ans | |
| cipher_suites.go | il y a 6 ans | |
| common.go | il y a 6 ans | |
| conn.go | il y a 6 ans | |
| go.mod | il y a 6 ans | |
| go.sum | il y a 6 ans | |
| handshake_client.go | il y a 6 ans | |
| handshake_client_tls13.go | il y a 6 ans | |
| handshake_messages.go | il y a 6 ans | |
| handshake_server.go | il y a 6 ans | |
| handshake_server_tls13.go | il y a 6 ans | |
| key_agreement.go | il y a 6 ans | |
| key_schedule.go | il y a 6 ans | |
| prf.go | il y a 6 ans | |
| ticket.go | il y a 6 ans | |
| tls.go | il y a 6 ans | |
This repository contains a modified version of the standard library's TLS implementation, modified for the QUIC protocol. It is used by quic-go.