Versions in this module Expand all Collapse all v0 v0.29.1 Oct 2, 2022 v0.23.1 Aug 23, 2021 Changes in this version + const Encryption0RTT + const EncryptionApplication + const EncryptionHandshake + func AEADAESGCMTLS13(key, fixedNonce []byte) cipher.AEAD + func ToTLSConnectionState(cs ConnectionState) tls.ConnectionState + type Alert = qtls.Alert + type Certificate = qtls.Certificate + type CertificateRequestInfo = qtls.CertificateRequestInfo + type CipherSuiteTLS13 = qtls.CipherSuiteTLS13 + func CipherSuiteTLS13ByID(id uint16) *CipherSuiteTLS13 + type ClientHelloInfo = qtls.ClientHelloInfo + type ClientSessionCache = qtls.ClientSessionCache + type ClientSessionState = qtls.ClientSessionState + type Config = qtls.Config + type Conn = qtls.Conn + func Client(conn net.Conn, config *Config, extraConfig *ExtraConfig) *Conn + func Server(conn net.Conn, config *Config, extraConfig *ExtraConfig) *Conn + type ConnectionState = qtls.ConnectionStateWith0RTT + func GetConnectionState(conn *Conn) ConnectionState + type EncryptionLevel = qtls.EncryptionLevel + type Extension = qtls.Extension + type ExtraConfig = qtls.ExtraConfig + type RecordLayer = qtls.RecordLayer