Registry / crypto / quic-go-qtls-go1-20

quic-go-qtls-go1-20

JSON →
library0.4.1gogounverified

Package qtls partially implements TLS 1.2 and TLS 1.3 for use with QUIC.

go get github.com/quic-go/qtls-go1-20
INSTALL
IMPORT
SIG · QUIC-GO-QTLS-GO1-2
Q
quic-go-qtls-go1-20
cryptogov0.4.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

qtls
github.com/quic-go/qtls-go1-20

Dial a TLS connection using qtls.

package main import ( "crypto/tls" "fmt" "github.com/quic-go/qtls-go1-20" ) func main() { config := &tls.Config{InsecureSkipVerify: true} conn, err := qtls.Dial("tcp", "example.com:443", config) if err != nil { panic(err) } defer conn.Close() fmt.Println("Connected") }
Debug
Known issues
breakingThis package is specifically for Go 1.20 and may not work with other versions.
fix
Use the appropriate qtls package for your Go version (e.g., qtls-go1-19, qtls-go1-21).
affects: >=0.4.0
Upgrade
Version history
0.4.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
Amazon
1
Resources