Registry / crypto / marten-seemann-qtls-go1-18

marten-seemann-qtls-go1-18

JSON →
library0.2.0gogounverified

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

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

Convert a standard TLS config to a QUIC-compatible config

package main import ( "crypto/tls" "github.com/marten-seemann/qtls-go1-18" ) func main() { config := &tls.Config{...} qtlsConfig := qtls.ConfigFromTLSConfig(config) _ = qtlsConfig }
Debug
Known issues
breakingThis package is specific to Go 1.18 and may not work with other Go versions.
fix
Use the appropriate qtls package for your Go version (e.g., qtls-go1-19).
affects: all
Upgrade
Version history
0.2.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
marten-seemann-qtls-go1-18 — go get marten-seemann-qtls-go1-18 · libregistry