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

quic-go-qtls-go1-19

JSON →
library0.3.3gogounverified

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

go get github.com/quic-go/qtls-go1-19
INSTALL
IMPORT
SIG · QUIC-GO-QTLS-GO1-1
Q
quic-go-qtls-go1-19
cryptogov0.3.3
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-19

Demonstrates using qtls to configure a TLS config for QUIC.

package main import ( "crypto/tls" "github.com/quic-go/qtls-go1-19" ) func main() { config := &tls.Config{} qtls.Config(config) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.3latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Amazon
1
Resources
quic-go-qtls-go1-19 — go get quic-go-qtls-go1-19 · libregistry