Registry / crypto / marten-seemann-qtls

marten-seemann-qtls

JSON →
library0.10.0gogounverified

Package qtls provides QUIC-compatible TLS 1.3 implementation for use with QUIC protocols.

go get github.com/marten-seemann/qtls
INSTALL
IMPORT
SIG · MARTEN-SEEMANN-QTL
M
marten-seemann-qtls
cryptogov0.10.0
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/marten-seemann/qtls

Creates a QUIC-compatible TLS listener.

package main import ( "crypto/tls" "github.com/marten-seemann/qtls" ) func main() { config := &qtls.Config{} listener, err := qtls.Listen("tcp", ":443", config) if err != nil { panic(err) } defer listener.Close() }
Debug
Known issues
gotchaThis package is a fork of crypto/tls and may not be compatible with standard TLS usage.
fix
Use only for QUIC implementations; for standard TLS, use crypto/tls.
affects: all
Upgrade
Version history
0.10.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Resources
marten-seemann-qtls — go get marten-seemann-qtls · libregistry